Python for Unix and Linux System Administration First Edition
This is an O'reilly book that focuses on using Python in a niche that has long been filled with shell scripting languages like bash, along with perl. Python's scripting capabilities are very nice. I like Python, and I'm a System Administrator.
The Introduction explains the authors' reasoning why Python is a good choice. They explain why Python can be a good choice. For the casual reader that may have picked up this book in a bookstore, this is a good thing. I've already been sold on Python, which is why I got the book in the first place.
The book's chapters each focus on a specific type of task that a System Administrator might need to do. Some chapters covered topics that I could have written about. They covered creating a few small Django apps in ...