Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Python by (16.4k points)

In python do you use PEP 8 - Style Guide for Python Code as your coding norms/rules? Are there whatever other formalized principles that you like?

1 Answer

0 votes
by (26.4k points)

As referenced by you follow PEP 8 for the fundamental content, and PEP 257 for docstring shows 

Alongside Python Style Guides, I recommend that you refer the accompanying:

  1. Code Like a Pythonista: Idiomatic Python
  2. Common mistakes and Warts
  3. How not to write Python code
  4. Python gotcha

Join the python online course fast, to learn python concepts in detail and get certified.

Browse Categories

...