We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi there,
I want to use python in processing, Do I have to download a Python Mode (or something else) for processing?
Thanks
https://Processing.org/reference/environment/#Extensions
Thank you!
(Remember that this uses Jython, so if you're using some Python library that isn't supported by Jython (in fact, I don't know if any Python library is supported by Jython), then it won't work)
Every Python library that doesn't use native code is compatible with Jython.
For more information on which Python modules are useable with Jython:
Answers
https://Processing.org/reference/environment/#Extensions
Thank you!
(Remember that this uses Jython, so if you're using some Python library that isn't supported by Jython (in fact, I don't know if any Python library is supported by Jython), then it won't work)
Every Python library that doesn't use native code is compatible with Jython.
For more information on which Python modules are useable with Jython: