Looking to start learning Python?

Begin Here

Author: Mike

August Pyowa Meeting Wrapup

August 6, 2010 by Mike
We had our August 2010 Pyowa meeting last night in Ames at the Ames Public Library. Seven people attended the meeting, most of whom were regulars. I think we had one new guy or maybe he's only been to one. Anyway, Scott presented on SqlAlchemy. He walked us through the basics using a movies example […]

A py2exe tutorial - Build a Binary Series!

July 31, 2010 by Mike
I received a request to create an article on how to use py2exe and wxPython to create an executable. I decided to do a series on packaging instead. It is my intention to go over the major Windows binary building utilities and show you, dear reader, how to use them to create a binary that […]

PyWin32: Getting Windows Event Logs

July 27, 2010 by Mike
The other day, there was a post on one of the mailing lists that I follow about accessing the Windows Event Logs. I thought that was an interesting topic, so I went looking for examples and found a pretty nice example on ActiveState. In this article, you'll find out what I discovered.

wxPython: Creating a Simple Media Player

July 24, 2010 by Mike
A few months ago, I wrote about creating a simple MP3 Player using wxPython's MediaCtrl widget. Since then, a fellow released the MplayerCtrl, a wxPython widget that wraps mplayer, a popular cross-platform media player. I actually ended up switching my MP3 Player's backend to use this new control, but that's a story for another post. […]

The Python Lambda

July 19, 2010 by Mike
When I first started learning Python, one of the most confusing concepts to get my head around was the lambda statement. I'm sure other new programmers get confused by it as well and some of you are probably wondering what I'm talking about. So, in the spirit of education, let's have a pop quiz: Q. […]

Python and Microsoft Office - Using PyWin32

July 16, 2010 by Mike
Most typical users have used Microsoft Office. While Office may be the bane of tech support, we still have to deal with it. Python can be used to script (AKA automate) Office and make it easier for us or our users to use. It may not be as easy as recording a macro, but it's […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary