New py5 Release: 0.10.3a1
I'm happy to announce the release of py5 version 0.10.3a1. This is a big release with a new Live Coding feature. Also, some bug fixes.
New Feature: Live Coding
There's one big feature: Live Coding. The basic idea is to have a live coding environment where you can write and modify your py5 code and see the results in real time. This is a feature that I've wanted to add to py5 for a long time and I'm excited to finally have it in the library. It is designed to support rapid prototyping of ideas and experimentation. You'll be able to write code in an editor or Jupyter Notebook and see the results in a running Sketch immediately, without having to exit a running Sketch and then start a new one.
I'm not going to repeat all of the details here, but you can read more about it in the Live Coding documentation page.