Python-Specific

Learn about good programming practices for Python.

General

  • Follow the PEP-8 style guide. Use pep8 and autopep8 tools.

  • List imported modules at the beginning of a file. List them in the lexicographic order.

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.