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 […]
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. […]
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. […]
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 […]
For the second half of this series, I discovered that there are even more dialogs than I originally thought. While it would have probably been a good idea to have split this into three parts, we're going to stick with just two. In this article, we're going to cover the following dialogs: GenericMessageDialog (AGW) ImageDialog […]
On Thursday, July 1st, we had our July Pyowa meeting. It was hosted by Matt Morrison at the IMT Group's building in Des Moines, IA. We had our largest attendance ever with a total of 15 men showing up. Tavern Pizza and pop were served, which was also a first...we've had pop before, just not […]