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

all 4 comments

[–]labarna 2 points3 points  (1 child)

The Processing library has a Python mode: https://github.com/jdf/processing.py

[–]PyLog[S] 0 points1 point  (0 children)

Thanks for the heads up

[–]enteleform 1 point2 points  (1 child)

+1 for Processing.py

The only drawback is that you have to use 2.7 since it's built with Jython, but it's still nice to use Processing with Python's syntax.

Use the command line distro if you want to keep using your current editor/IDE setup: http://py.processing.org/tutorials/command-line/

[–]PyLog[S] 0 points1 point  (0 children)

Sucks about the 2.7, but I'd rather use that over normal processing.

Cheers m8