Python DBF Reader
January 15th, 2005 | Published in Car Tools, Python
Got a DBF file and want to use Python to access it (a distinct possibility if you’re working on a Mac)? Try this new recipe by Raymond Hettinger from the Python Cookbook. DBF reader and writer can both iterate through existing DBF files and write data out to DBFs.