Looking to start learning Python?

Begin Here

Tag: Python

Using Python to Log Data to Loggly

October 24, 2014 by Mike
One of my readers suggested that I should try logging my data to a web service called Loggly. As I understand it, Loggly is a way to share log data with everyone in a business so that you no longer need to log in to individual machines. They also provide graphs, filters and searches of […]

PyWin32: How to Get an Application's Version Number

October 23, 2014 by Mike
Occasionally you will need to know what version of software you are using. The normal way to find this information out is usually done by opening the program, going to its Help menu and clicking the About menu item. But this is a Python blog and we want to do it programmatically! To do that […]

PyWin32: How to Set the Desktop Background on Windows

October 22, 2014 by Mike
Back in my system administrator days, we were thinking about setting the user's Window desktop background to a specific image on login. Since I was in charge of the login scripts, which were written in Python, I decided to do some research to find out if there was a way to do it. We will […]

Logging Currently Running Processes with Python

October 21, 2014 by Mike
I was looking through some of my old code and noticed this old script where I was creating a log of all running processes every 5 minutes. I believe I originally wrote the code to help me diagnose rogue processes that were eating memory or pegging the CPU. I was using the psutil project to […]

PyWin32 - How to Bring a Window to Front

October 20, 2014 by Mike
I recently saw someone asking how to bring a window to the front in Windows and I realized I had had some old unreleased code that might help someone with this task. A long time ago, Tim Golden (and possibly some other fellows on the PyWin32 mailing list) showed me how to make windows come […]

PyDev of the Week: Facundo Batista

October 20, 2014 by Mike
This week we have Facundo Batista (@facundobatista) joining us. He is a Python Core developer from Argentina. If you happen to speak Spanish, then you might enjoy his blog. Let's spend some time getting to know Facundo!
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary