Difference between revisions of "Python"

From MidrangeWiki
Jump to: navigation, search
m (Hello world: adding code)
m (External links: add EL to TFHG article)
Line 12: Line 12:
 
==External links==
 
==External links==
 
* http://www.iseriespython.com
 
* http://www.iseriespython.com
 +
* [http://www.itjungle.com/fhg/fhg082510-story01.html "An Introduction to Python on IBM i, Part 1"] by Garry Taylor, in ''The Four Hundred Guru'', Volume 10, Number 25 -- August 25, 2010
  
 
==Categories==
 
==Categories==
 
{{stub}}
 
{{stub}}
 
[[Category:Programming languages]]
 
[[Category:Programming languages]]

Revision as of 16:13, 25 August 2010

See also on Wikipedia: Python (programming language)

Python is a is a general-purpose high-level programming language.

System i implementation

Though not available on the iSeries as an IBM LPP, a port of Python 2.5 was done by Per Gummedal.

Note that Python 3.1.1 was released in August 2009.

Hello world

# print "Hello world"

External links

Categories

This article is a stub. You can help by editing it.