borres
1
Can I combine Processing in Python and Anaconda ?
Processing’s Python Mode is based on Jython: ![:exclamation: :exclamation:](https://emoji.discourse-cdn.com/google_classic/exclamation.png?v=6)
For an actual Python-based solution, you may try the Processing flavor p5py instead: ![:snake: :snake:](https://emoji.discourse-cdn.com/google_classic/snake.png?v=6)
However, I’d say it’s pretty much in an alpha state yet. ![:expressionless: :expressionless:](https://emoji.discourse-cdn.com/google_classic/expressionless.png?v=6)
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.