NEW!
How to Create an RPC Listener on the iSeries
     Our first step-by-step tutorial show you how to use Python to create an RPC listener on the iSeries that beats the pants off the built-in ODBC interface!

ASCII Pickle module
     Marcin Andrzejewski contributed this module that is able to pickle objects both between iSeries systems and from iSeries to/from ASCII systems (ie. PC).
   
Data Access Example
     An example showing how to create a class object for running SQL queries against the AS/400 and for retrieving records.
 
Sending E-Mail From the AS/400 Via Python
     The AS/400 has reasonably strong tools for sending e-mail, but there are times when Python is easier, faster, and a lot more powerful, especially when any kind of funky text handling is involved.
 
Using ADO to Query the AS/400
     This example isn't specific to iSeriesPython, but there are probably some folks out there that could use an example like this!
   
Printing a report on the AS/400
     This example shows a class module that can be used to generate standardized report output suitable for iSeries text reports. It's complex, because printing reports is complex, but it tries to use the RPG positioning model for lining up fields within a report.