Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.13 KB

py5-vuw-snap

Resources for my VUW-SNAP 2022 session on data visualisation tools/techniques in Python (using py5)

Session activities and materials

1 - Session slides: ./slides.pdf

2 - Tasks: ./tasks

py5 resources

"py5 is a new version of Processing for Python 3.8+. It makes the Java Processing jars available to the CPython interpreter using JPype. It can do just about everything Processing can do, except with Python instead of Java code."

Other useful resources