Category:Processing Python mode: Difference between revisions

m
fix bullet list
(Created page with "{{language|Processing_Python |exec=Virtual Machine |site=http://py.processing.org/}} Processing Python "mode" combines Jython, a Python interpreter running on the JVM, with t...")
 
m (fix bullet list)
 
(3 intermediate revisions by the same user not shown)
Line 1:
{{language|Processing_PythonProcessing_Python_mode
|exec=Virtual Machine
|site=http://py.processing.org/}}
 
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).
 
{{header|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.
 
»* Freefree to download and open source
»* Interactiveinteractive programs with 2D, 3D or PDF output
»* OpenGL integration for accelerated 2D and 3D
»* Forfor GNU/Linux, Mac OS X, Windows, Android, and ARM
»* Overover 100 libraries extend the core software
»* Wellwell documented.