Skip to content
zstumgoren edited this page Feb 2, 2012 · 1 revision

Overview

Python provides lots of utilities for processing text files. Below are some resources and tutorials to help with this every day task.

Useful modules

  • csv - takes the pain out of parsing CSV files
  • glob - easy file name matching

Tutorials/Scripts

  • Textfiles101 - miscellaneous scripts showing how to work with CSV files
Clone this wiki locally