- Python 3 Cheat Sheet - laurent pointal
- All Python Tutorials - zetcode
- Learn Python in 10 Minutes - stavros
- Python 3 Documentation (w/ offical tutorial) - python.org
- Python Data Science Handbook - o'reilly
- Python Style Guide - google
- The Zen of Python - pep 20
- Style Guide for Python Code - pep 8
- Docstring Conventions - pep 257
- Python Performance Tips - montanaro
- cx_Freeze - create standalone executables from python scripts
- pyinstaller - bundles application and all its dependencies into a single package