ptpuyen1511 / my_notes

My notes which are taken while reading
2 stars 0 forks source link

PEP8 #14

Open ptpuyen1511 opened 4 years ago

ptpuyen1511 commented 4 years ago

TL;DR

Guidelines and best practices on how to write Python code

Link Article

https://realpython.com/python-pep8/

Key Takeaways

Naming Conventions

Code Layout

Indentation

Comments

Whitespace in Expressions and Statements

Programming Recommendations

Tips and Tricks to Help Ensure Your Code Follows PEP 8