June 2017
Beginner
352 pages
8h 39m
English

You'll notice that our top level functions have two blank lines between them. This is conventional for modern Python code.
According to the PEP 8 style-guide it's customary to use two blank lines between module-level functions. We find this convention has served us well, making code easier to navigate. Similarly, we use single blank lines for logical breaks within functions.
Read now
Unlock full access