PyMOTW: fileinput
Originally posted
· 1 min read
To start this series, let’s take a look at the fileinput
module, a very useful module for creating command line programs for processing text files in a filter-ish manner. For example, the m3utorss
app I recently wrote for my friend Patrick to convert some of his demo recordings into a podcastable format.