hackmd.io/@villares/python-creativecoding-tour
Video conference at: meet.google.com / yaw-edhk-jrc (remove the spaces)
py5 is a Python 3 library based on Processing, a project that started in 2001 with Ben Fry and Casey Reas, initially a Java based language and IDE for artists and designers, now an ecossystem of tools maintained by the Processing Foundation, including the very popular p5js.org Javascript library.
py5 allows you to use the powerful graphics infrastructure and vocabulary of Processing with Python, thus intergrating with the modern Python ecossystem of libraries, like numpy, shapely and trimesh.