
I’ve been branching out lately and trying to learn Python. I got a Python book a while ago, and just didn’t take the time to work with it at all. However, the Fedora Project uses Python extensively for just about everything, from the build system, to web-hosting to smolt (A really cool HW tracker in Fedora), to Yum and the system-config-* tools, so I thought there must be something great in here somewhere and I just haven’t found it yet.
I’m also enjoying it having me think about problems from an OO approach. In my normal administrative world, problems are isolated and often times solved by a quick script and series of scripts that run procedurally and not in OO format. The OO format hopefully will offer a bit more code reuse, or at least help me recall some knowledge forgotten in CS classes of yesteryear.
