Day 1

Pythonic

When you hear the term "Pythonic", it basically means to take advantage of the features that python provides as much as possible and to abide by standard formatting.

Style

The Zen of Python

$ python
import this

Namespaces