Python Extensions

Describe your feature request
Python extensions.
What problem(s) would this feature solve?
Like any coding language extensions make things easier to solve.
Explain what you were trying to do when you came across the problem leading to this feature request
I was developing a python extension and figured out there isn’t an extension for python.

For now you can only create extensions in JavaScript, although I guess you could use PyScript and it might work.

Taokyle misunderstood and thought you meant Python packages.

I tried using PyScript and it had errors with things inside the PyScript processing thing.

Oh, ok! Thanks for clarifying.

Are you able to help with that? Or is something out of our control?

I don’t know. You could create a new topic in #code-help:python and ask for help there.

Ok thank you so much!

We have no plans to support extension development natively in Python. As a workaround, pyscript would be your best shot.

1 Like

Yeah, I was talking to @savardo about PyScript.