Looking to start learning Python?

Begin Here

Author: Mike

wxPython: Storing Objects in ComboBox or ListBox Widgets

December 16, 2010 by Mike
Earlier this week, there was a discussion on the wxPython IRC channel about how to store objects in wx.ListBox. Then later on that day, there was a question on StackOverflow about the same thing, but in relation to the wx.ComboBox. Fortunately, both of these widgets inherit from wx.ItemContainer and contain the Append method, which allows […]

The New Python Certificate

December 14, 2010 by Mike
Today I received an email from the O'Reilly School of Technology that was touting their new "Python Programming Certificate". It appears to be an online set of four courses created by Steve Holden, current Chairman of the Python Software Foundation and owner of Holden Web. Here is what their website says about the four courses: […]

Yes, There's Another wxPython Book

December 9, 2010 by Mike
Back in 2006, Manning released the excellent wxPython in Action book by Noel Rappin and Robin Dunn (creator of wxPython). This is still a great book and I wholeheartedly recommend it to people that want to increase their understanding of wxPython. However, Packt Publishing has just released the first new wxPython book in over four […]

Mini Book Review: MySQL for Python

December 9, 2010 by Mike
MySQL for Python By Albert Lukaszewski Amazon Packt

wxPython Documentation

December 5, 2010 by Mike
When I originally started this blog, it was mostly a brain dump on my part so I wouldn't forget how I did something cool with Python. Later on, I decided to use it to also document what I considered under-documented portions of wxPython. If my posts drew enough interest, I would also re-work the post […]

wxPython: Keyboard Shortcuts (Accelerators)

December 2, 2010 by Mike
Almost any computer power user will want to use keyboard shortcuts (AKA: accelerators) to get their work done. Fortunately for us, wxPython provides a way to accomplish this very easily using an Accelerator Table via the wx.AcceleratorTable class. In this article we will look at a couple examples to see how this is accomplished.
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary