Tutorial
: Introduction to Python - Part 1
Python is a very handy tool
whenever you need to put together a small script that manipulates some files
in a few minutes. Moreover, it is also useful for bigger projects, as you get
all the power you from data structures, modularization, object orientation,
unit testing, profiling, and the huge API.