# About Python-based libraries for Processing

**URL:** https://discourse.processing.org/t/about-python-based-libraries-for-processing/18142
**Category:** Development
**Created:** [February 26, 2020, 2:48pm UTC](https://discourse.processing.org/t/about-python-based-libraries-for-processing/18142 "2020-02-26T14:48:39Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![GoToLoop](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gotoloop/32/86_2.png) [@GoToLoop](https://discourse.processing.org/u/GoToLoop)
#### Post date: [March 5, 2020, 6:45pm UTC](https://discourse.processing.org/t/about-python-based-libraries-for-processing/18142/9 "2020-03-05T18:45:17Z")

</div>

> [@solub](#):
>
> I wish I could tell you I could do all of this in Java but the reality is that, at the present, it is way beyond my ability.

You still can code in Jython only and deploy the compiled library as a JAR file to the PDE.

However, as I had stated before, I’m afraid you may need to pay close attention to the datatype of any value you return to the user from Jython functions, in such a way that a Java user can easily store in a Java variable w/o so much hassle.

---

_[View the full topic](https://discourse.processing.org/t/about-python-based-libraries-for-processing/18142)._
