TPT(Tiny Python Tip): Python for Bash Scripters
Date : 01 01 2008 Category : WebAre you a sysadmin and know Bash?
If you know Bash, and I mean even as little as being able to throw a few lines together into a script, you can learn Python. I put some example Bash/Python scripts in svn up at Google Code. There are five scripts in total, two are the exact same program written in Bash and Python, and the last script is an example of a complex Unix command line tool that embeds Bash into Python.
http://python4bash.googlecode.com/svn/trunk/