Languages/Python

(Difference between revisions)
Jump to: navigation, search
(Created page with "{{TOC right}}")
 
Line 1: Line 1:
 
{{TOC right}}
 
{{TOC right}}
 +
[http://www.python.org/ Python] is a general purpose programming language with focus on code readability.
 +
It's open-source and free to use also for commercial projects. It's released under it's own [http://docs.python.org/2/license.html PSF license], which allows it to be used in combination with [https://gnu.org/licenses/gpl.html GPL licensed] code. Currently there exists a version 2.x.x and 3.x.x. We recommend using the newest 2.x.x version, as lots of modules (libraries) are not yet ported to 3.x.x.
 +
 +
Check out the [[Tools/Python_Tools]] page to find out how to install it on your machine.

Revision as of 16:19, 6 May 2013

Python is a general purpose programming language with focus on code readability. It's open-source and free to use also for commercial projects. It's released under it's own PSF license, which allows it to be used in combination with GPL licensed code. Currently there exists a version 2.x.x and 3.x.x. We recommend using the newest 2.x.x version, as lots of modules (libraries) are not yet ported to 3.x.x.

Check out the Tools/Python_Tools page to find out how to install it on your machine.

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox