Looking to start learning Python?

Begin Here

Tag: wxPython

wxPython: Adding and Removing Widgets Dynamically

May 5, 2012 by Mike
I keep seeing people asking about how to add or remove widgets after they've already started their wxPython application. This is actually something that's really easy to do, so I decided it was time to write a simple tutorial on the subject. I have had to do this myself from time to time depending on […]

wxPython: All about Menus

February 14, 2012 by Mike
Menus are ubiquitous. They're in almost all desktop programs. You use them for editing preferences or configuring your program. In wxPython, there are several menu options to choose from. The most familiar is probably wx.Menu. But there are are popup menus and a pure Python implementation known as FlatMenu. We will just be covering wx.Menu […]

January 2012 Pyowa Wrap Up

January 7, 2012 by Mike
Last Thursday (the 5th) I attended Pyowa, the local Iowa Python Users group I founded a few years ago. We had Scott Peterson from Principal Financial Group come and talk to us about Library Gadget, a cool Django-based website he created to track what library books his family has checked out. Now he has lots […]

wxPython Project Phoenix Documentation Beta Released

December 14, 2011 by Mike
The wxPython project's Phoenix release is slowly coming along. Phoenix is the codename for the new wxPython that will support both Python 2.x and 3.x. Anyway, Andrea Gavana has put together some autogenerated documentation using Sphinx on top of Doxygen. You can read about the announcement including any known issues on the wxPython mailing list. […]

wxPython 101: Creating Taskbar Icons

December 13, 2011 by Mike
Have you ever wondered how to create those little status icons in the Windows System Tray that usually appear on the lower right of your screen? The wxPython toolkit provides a pretty simple way to do just that and this article will walk you through the process.

ANN: MediaLocker - A wxPython App to Track Your Media

December 9, 2011 by Mike
Background ================ This is the first release of a real project that I've been involved in. I had written an article last month that inspired Werner Bruhin to want to take it and make it into a demonstration program for new wxPython programmers in how to do MVC and CRUD while interfacing with a database. […]
1 16 17 18 19 20 28
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary