Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.92 KB

README.md

File metadata and controls

45 lines (23 loc) · 1.92 KB

CC Fest 2021 py5 Resources

Resources for my Virtual CC Fest session (Thonny + py5)

Session activities

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


Official py5 resources

Other useful resources

Learn Python Visually book

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.