borres
1
Can I combine Processing in Python and Anaconda ?
Processing’s Python Mode is based on Jython:
For an actual Python-based solution, you may try the Processing flavor p5py instead:
However, I’d say it’s pretty much in an alpha state yet.
1 Like
You can also combine the old ProcessingJS (not p5js) JavaScript dialect with python Jupyter notebooks by using Calysto:
To use p5.js in a notebook environment, you can use Observable:
…but as far as Python-in-python, the alpha p5py is the only thing I am aware of.