Resources for my Virtual CC Fest session (Thonny + py5)
Here are the session slides and session recording: slides.pdf and recording.mp4
1 - MyBinder.org notebook: https://mybinder.org/v2/gh/hx2A/py5examples/HEAD?urlpath=lab
2 - Thonny plug-in instructions: https://github.com/tabreturn/thonny-py5mode
3 - Tasks: https://github.com/tabreturn/cc-fest-py5/tree/main/tasks
- py5 website
- py5 reference
- py5 examples
- The four py5 modes
- GitHub discussions (forum)
- GitHub issues (bugs)
- Processing forum
This book is based on Processing.py, but it should be quite straight-forward adapting the content for py5. Eveything camelCase
switches to snake_case
-- for example, colorMode()
becomes color_mode()
and so forth.
You can find the source code and resources for all tasks in the book's GitHub repository. I'll get around to porting those to py5 ... sometime.