Looking to start learning Python?

Begin Here

Lock Down Windows with Python

February 6, 2010 by Mike
Almost four years ago, I was tasked with converting a Kixtart script to Python. This particular script was used to lock down Windows XP machines so they could be used as kiosks. Obviously, you don't need Python to do this. Any programming language that can access the Windows Registry will be able to do this […]

More Windows System Information with Python

February 6, 2010 by Mike
Last month I wrote a post about getting Windows system information and I mentioned in one of my comments that there was another script that did some of this as well as other stuff, but I couldn't find it. Well, today I went digging for it and found the script I wanted. So we're going […]

Another Step-by-Step SqlAlchemy Tutorial (part 2 of 2)

February 3, 2010 by Mike
In the first part of this series, we went over what some might call the "SQL Expression" method of using SqlAlchemy to interact with your database. The theory behind this is that we should learn the less abstract way of doing things before we get to the higher level (and more abstract) methods. This is […]

Another Step-by-Step SqlAlchemy Tutorial (part 1 of 2)

February 3, 2010 by Mike
A long time ago (circa 2007 if Google serves me right), there was a Python programmer named Robin Munn who wrote a really nice tutorial on SqlAlchemy. It was originally based on the 0.1 release, but updated for the newer 0.2. Then, Mr. Munn just disappeared and the tutorial was never updated. I having been kicking around the idea of releasing my own version of this tutorial for quite some time and finally decided to just do it. I hope you will find this article helpful as I found the original to be.

Getting Windows System Information with Python

January 27, 2010 by Mike
Another script I had to come up with for my employer dealt with getting various bits and pieces of information about each of our user's physical machines. We wanted to keep track of the CPU speed, hard drive sizes and the amount of RAM they had (among other things) so we would know when it […]

Using Python to Create Shortcuts

January 23, 2010 by Mike
At my job, I do a fair amount of system administration scripting in Python. For example, almost all the login scripts are written in Python (with some of them ported from Kixtart). Over the years, I've been tasked with creating shortcuts to new applications that need to be placed on the user's desktop or in […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary