An Introduction to Python on IBM i, Part 2
November 3, 2010 Garry Taylor
Note: All of the files needed for this article are available for in one download here. Welcome back to this introduction to Python on our beloved iSeries. In this second part of the series, you’ll learn how to use Python in something resembling a real world context. You’re going to integrate Python with perhaps the most quintessentially “i” part of IBM i, DB2. As with Part 1, all the Python scripts featured in this article are available for download here. Unless otherwise stated, all the Python scripts can be run like so: PYTHON25/PYTHON PROGRAM('/path/to/the/python/script.py') DB2 is a |