[PYTHON] Various comments to write in the program

java


//Only one line comment
/*The characters in between
All comments*/

/**Javadoc comment
*When you press enter
*Rows and asterists are added automatically
*   @author Describes the author information of the class
*    @Description of param method arguments
*    @Description of the return value of the return method
*    @throw Specifies the exception class that occurs
*    @see Described when referring to other APIs
*    @deprecated Indicates a deprecated API
*    @serial Description of serialized fields
*    @sesrialData Describes the data type and order in the serialized state
*    @since Introduced version listed
*    @version Describe the version
*/

html


<!--The characters in between are comments-->
<!--The characters in between
All comments-->

//Not a comment
/*Not a comment*/

CSS


/*The characters in between are comments*/

python


#One-line comment
'''
Single quote
The characters enclosed in three are comments
'''


Recommended Posts

Various comments to write in the program
I didn't want to write the AWS key in the program
The trick to write flatten concisely in python
I want to write in Python! (3) Utilize the mock
How to start the program
How to write custom validations in the Django REST Framework
Write a python program to find the editing distance [python] [Levenshtein distance]
Write a program to solve the 4x4x4 Rubik's Cube! 1. Overview
Various ways to calculate the similarity between data in python
To write a test in Go, first design the interface
Programming to fight in the world ~ 5-1
Programming to fight in the world ~ 5-5,5-6
Programming to fight in the world 5-3
How to write soberly in pandas
Programming to fight in the world-Chapter 4
In the python command python points to python3.8
Cython to try in the shortest
Programming to fight in the world ~ 5-2
Let's write a program to solve the 4x4x4 Rubik's Cube! 2. Algorithm
Let's write a program to solve the 4x4x4 Rubik's Cube! 3. Implementation
The 15th offline real-time how to write reference problem in Python
I wrote the code to write the code of Brainf * ck in python
Try to write a program that abuses the program and sends 100 emails
The 14th offline real-time how to write reference problem in python
The 18th offline real-time how to write reference problem in Python
Write the test in a python docstring
How to write Python document comments (Docstrings)
Write a Caesar cipher program in Python
In Jupyter, add IPerl to the kernel.
How to write this process in Perl?
How to write Ruby to_s in Python
How to write pydoc and multi-line comments
The 17th offline real-time how to write reference problem implemented in Python
Let's write a program to solve the Rubik's Cube (Part 2: IDA * Search)
How to write the correct shebang in Perl, Python and Ruby scripts
I made a program to check the size of a file in Python
Various ways to read the last line of a csv file in Python
How to use the C library in Python
Log in to the remote server with SSH
Twitter streaming client to enjoy in the terminal
To dynamically replace the next method in python
How to write regular expression patterns in Linux
Try to display the Fibonacci sequence in various languages in the name of algorithm practice
How to use the NHK program guide API
How to get the files in the [Python] folder
How to write async and await in Vue.js
How to write a named tuple document in 2020
Use pygogo to get the log in json.
I want to display the progress in Python!
I didn't have to write a decorator in the class Thank you contextmanager
[Note] How to write QR code and description in the same image with python
Note that the method of publishing modules to PyPI has changed in various ways.
I want to write in Python! (1) Code format check
20th Offline Real-time How to Write Problems in Python
I tried to graph the packages installed in Python
How to get the variable name itself in python
Basic information Write the 2018 fall algorithm problem in Python
How to run the Ansible module added in Ansible Tower
Various ways to extract columns in a NumPy array
The easiest way to set up Last-Modified in Flask
How to write a GUI using the maya command