- Create a gist if you haven't already.
- Clone your gist:
# make sure to replace `<hash>` with your gist's hash git clone https://gist.github.com/<hash>.git # with https git clone [email protected]:<hash>.git # or with ssh
Note: Most of the example codes are adapted from the excellent 'Learning Python' by Fabrizio Romano
Refer to PEP8 - https://www.python.org/dev/peps/pep-0008/