Py Resources

“Python is the most powerful language you can still read.” 

- Paul Dubois, physicist and lead developer of NumPy

Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

The language's core philosophy is summarized in the document The Zen of Python (PEP 20), which includes aphorisms such as:

CHEAT SHEETS

python_cheat_sheet_v2.pdf

Python Cheat Sheet V2

python-cheat-sheet-intermediate.pdf

Advanced Cheat Sheet

Python_Turtle_cheat_sheets.pdf
Tkinter-Cheat-Sheet.pdf

EXTERNAL LINKS

Sign-up to Code Academy and start your Journey

Signup for their email TRICKS!

Describes Lists in Python as Backpacks. Great video.

PEP 8

A songification of that most holiest of Python Enhancement Proposals, the PEP 8.  

Python PEP8 Lyrics

Program Planning Help - see this link.