Python
From MidrangeWiki
Revision as of 17:26, 1 August 2016 by Starbuck5250 (talk | contribs) (→IBM i implementation: make OPS a link)
- See also on Wikipedia: Python (programming language)
Python is a general-purpose very-high-level programming language.
Contents
IBM i implementation
There are currently two implementations for IBM i:
- Native port of Python 2.7 by Per Gummedal, called iSeriesPython, for V5R3 and later
- PASE port of Python 3.4 by IBM, as Option 2 of 5733-OPS (Open Source for IBM i Product) for 7.1 and later
Another is expected in the near future:
- PASE port of Python 2.7 by IBM, as Option 4 of 5733-OPS (Open Source for IBM i Product) for 7.1 and later
Hello world
Python 2
print "Hello world"
Python 3
print("Hello world")
External links
- iSeriesPython Web Site
- iSeriesPython Blog
- IBM i Technology Updates - Python
- "Getting started with Python on IBM i" (PDF) - handed out at Gateway/400 User Group meeting Jan 14, 2016
Categories
This article is a stub. You can help by editing it.