Skip to content

Python best practices

Mikhail Panko edited this page Aug 27, 2013 · 3 revisions

Here is an official style guide for Python code.

Text formatting / Commenting

Variables / Data structures

Data, files and folders hierarchy

Functions / Modularity

Debugging / Testing

Plotting data

Speed and memory

Code examples

Code examples are in the repository.