RUG/Pennsylvania/State College/Software/Python scripts

From RepRap
Revision as of 13:16, 22 January 2014 by Aem28 (talk | contribs) (Created page with "=Overview= Python is an open-source programming language. Its syntax is simple, however it includes many powerful tools, making it easy to create and edit files through a scri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

Python is an open-source programming language. Its syntax is simple, however it includes many powerful tools, making it easy to create and edit files through a script. Python in the RepRap context can help generating or editing gcode, or generating 3D objects.

Two branches of Python are being used: Python 2 and Python 3 (more details: http://wiki.python.org/moin/Python2orPython3)


Python scripts on console

On Windows

On Unix systems (Mac and Linux)

Python scripts and Blender