python self-test - Coding Standards

Coding Standards

7. What is PEP8?
8. understand the Zen of Python Why?
9. docstring understand it?
10. Learn what types of annotations?
11. You know the naming conventions include Python object, such as a method or the like
12.Python the comments in there?
13. How elegant function to add a comment?
14. How to add a comment to the variable?
15.Python code indentation in whether to support the Tab key and spaces mix.
16. Can you import in an import in multiple libraries?
17. What needs to be noted in the file named Py time?
Python coding style tool 18. name a few specifications
------------ ---------
Disclaimer: this article is the original article CSDN bloggers "GitChat the blog", following the CC 4.0 by-sa copyright agreement, reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/valada/article/details/90761019

Guess you like

Origin www.cnblogs.com/98ZHANG/p/11331843.html