DEV Community

Discussion on: Python Scripting Toolbox: sys and fileinput

Collapse
 
rpalo profile image
Ryan Palo

I know, I just discovered it. When I'm writing Ruby scripts, I really love having the ARGF. fileinput is basically Python's version of that, and it makes me happy.

BTW, argparse is going to be featured in Part 2!