Category:Processing Python mode

From Rosetta Code
Language
Processing Python mode
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method:
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Processing Python mode.

Processing Python mode (aka Processing.py) combines Jython, a Python interpreter running on the JVM, with the graphics infrastructure and vocabulary of Processing, an arts-oriented approach to learning, teaching, and making things with code. It is not a library, and it cannot run on either a standard Python 2 interpreter or under Processing (Java mode).

Processing is a flexible software sketchbook and a ecosystem of tools for learning how to code within the context of the visual arts. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy within technology. There are tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning and prototyping.

  • free to download and open source
  • interactive programs with 2D, 3D or PDF output
  • OpenGL integration for accelerated 2D and 3D
  • for GNU/Linux, Mac OS X, Windows, Android, and ARM
  • over 100 libraries extend the core software
  • well documented