A Processing Python Mode / Processing.py cheat sheet for beginners
Download Python Mode / Processing.py cheatsheet (p.py_cc.pdf)
Download py5 cheatsheet (py5_cc.pdf)
Designed with Scribus and Inkscape
Fonts: DejaVu Sans, Enriqueta, Source Code Pro
Resources for teaching artists, designers, and architects to code:
Java Mode Processing and p5.js cheat sheets:
- https://bmoren.github.io/p5js-cheat-sheet/
- https://cdn.sparkfun.com/assets/6/3/f/e/3/Processing_Cheatsheet_Update.pdf
- https://www.cs.bham.ac.uk/~cxp291/ri/processing_cheat_sheet_english.pdf
A plain-old, Processing-less beginner Python cheat sheet:
Perhaps a simple 1- or 2-pager works best. Once the user outgrows this cheat sheet, the official Python Mode reference is probably more useful than a cheat sheet with several more pages.
- strings
- slice notation
- conditional statements
- iteration
- random
- frames
- transformation
- date & time
- lists
- external data
- dictionaries
- functions
- trig
- objects
- vectors
- interaction
- constants