Looking to start learning Python?

Begin Here

Author: Mike

Manipulating PDFs with Python and pyPdf

May 15, 2010 by Mike
There's a handy 3rd party module called pyPdf out there that you can use to merge PDFs documents together, rotate pages, split and crop pages, and decrypt/encrypt PDF documents. In this article, we'll take a look at a few of these functions and then create a simple GUI with wxPython that will allow us to […]

How to Send Email with Python

May 14, 2010 by Mike
Where I work, we run a number of login scripts written in Python. When an error occurs in one of those scripts, we want to know. So we wrote a simple Python script to email the error to us. Since then, I've needed to figure out a way to send attachments with some of my […]

wxPython: An Introduction to XRC

May 11, 2010 by Mike
Have you ever wondered if you could create a wxPython program using XML? Well, I never did either, but there is a way and its name is XRC. In fact, wxPython comes with an editor called XRCed that you can use to layout your GUI and generate the XML code with. In this article, we'll […]

May 2010 Pyowa Wrap-up

May 7, 2010 by Mike
Last night, we had our May 2010 Pyowa meeting. It is the only Python Users Group in Iowa and we welcome anyone who is programming in Python (or interested in learning Python) to come and be a part of our group. At this meeting, we had three good presentations. The first was given by Jim […]

Pyowa: The Iowa Python Users Group

May 5, 2010 by Mike
It's been a while since I wrote about Pyowa, the Iowa Python Users Group that I founded. Our first meeting was September 24th, 2008 and I had high hopes for the group. However, it hasn't grown much at all in almost two years. For some reason, we have meetings scheduled through July of this year […]

Python: How to Tell How Long Windows Has Been Idle

May 5, 2010 by Mike
The other day, I received a request to create a script that could tell how long a Windows XP machine had been idle and to alert the user if it had been idle for a certain amount of time. I did a little research with Google and found a couple of ways to accomplish this […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary