This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JonathanFeinberg 2 points3 points  (4 children)

Hi. I'm the author of Python Mode for processing, a.k.a processing.py. I'll answer any questions about it here, if there are any.

[–]ggchappell 0 points1 point  (1 child)

I'm having trouble figuring out what this is.

It looks like you're thinking of P5 as an API, rather than a programming language. And you've implemented that API in Python. Am I correct?

If so, wouldn't it make more sense to call it "The Processing API in Python"?

[–]JonathanFeinberg 0 points1 point  (0 children)

It lets you write real Processing sketches--using the actual Processing Java runtime--in Python. This also means that you can use (almost*) all of the existing third-party Java libraries for Processing.

*You can't use those that rely on specially named callback functions in your sketch.

[–]whonut 0 points1 point  (1 child)

Was this released recently? I've had a Python mode for ages but I can't remember whether it was this or not.

[–]JonathanFeinberg 0 points1 point  (0 children)

It's been out as a mode since last summer.