Python Processing and Anaconda

Can I combine Processing in Python and Anaconda ?

Processing’s Python Mode is based on Jython: :exclamation:

For an actual Python-based solution, you may try the Processing flavor p5py instead: :snake:

However, I’d say it’s pretty much in an alpha state yet. :expressionless:

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.