Python for Unix and Linux System Administration is aimed at sysadmins. Any other favorites besides this.
|
3
|
|
|
|
|
|
If you don't know Python, you can start from here: Dive into Python (if you know a bit of coding). It's a free download. The Python tutorial at Python.org is also very good, I learned mostly from here and Dive into Python. You can also start by watching this Google Tech Talk Video. The title says Python for programmers, but it's still helpful. Once you know this, from what I heard, Python for Unix and Linux System Administration you mentioned is a very good and sufficient one. I highly recommend that you learn the basics of it before going into the specifics of system administration using Python. Happy Python. |
||
|
|
|
|
I also started from the Python tutorial on python.org and it got me started rather quick, after this i'm reading O'Reilly's Programming Python. |
||
|
|
|
|
I think you'd want to include Python in a Nutshell on your bookshelf. Excellent, thorough reference, by Alex Martelli. |
||
|
|
|
+1 for Dive into Python and Python in a Nutshell. I also highly recommend effbot's Guide to the Standard Library. You'll probably also want to check out the Python Cookbook for some good examples of idiomatic Python code. Check out Foundations of Python Networking to pick up where the SysAdmin book leaves off in terms of network protocols (fyi: all APress books are available as PDFs, which I love) |
||||||
|
|
|
Beginning Python: From Novice to Professional is an excellent book. I can recommend it. |
||
|
|
|
|
First, you can start off the learn the basics of Python at Python documentation Index. Also of interest there would be the tutorial, library references. For sysadmin, some of the libraries you can use are , to name a few
Of course, there are many more but i leave it to you to explore. |
||
|
|
