April 18, 2006; last revised May 1, 2006
Copyright © 2006 by Allan M. Stavely. All rights reserved.
Table of Contents
This document presents a routine in the Python language that will create instances of a given class and populate those instances with data from a flat file. This provides a quick and easy way to import data into a Python program, where that data is in a file that was created by hand or by some other application.