View on GitHub

Python-best-practices-course

Material for the course "Python best practices", Scientific Software Center, Heidelberg University

1. Code alignment

Which of the below alignments are correct?

2. Naming conventions

Which of the below naming conventions are correct?

Classes:

Functions:

Variables:

Constants:

Other:

Modules:

Packages: