Looking to start learning Python?

Begin Here

Tag: wxPython

An Intro to StaticBox and StaticBoxSizers

May 9, 2019 by Mike
There are many widgets that are included with the wxPython GUI toolkit. One of them is a fairly handy widget called wx.StaticBox. This widget accepts a string and then will draw a box with the string in the upper left-hand corned of the box. However this only works when you use it in conjunction with […]

Creating GUI Applications with wxPython Now Available

May 8, 2019 by Mike
My latest book, Creating GUI Applications with wxPython is now available for purchase. Creating GUI Applications with wxPython is a book that will teach you how to use wxPython to create applications by actually creating several mini-programs. I have found that while learning how the various widgets work in wxPython is valuable, it is even better […]

Creating a GUI Application for NASA's API with wxPython

April 18, 2019 by Mike
Growing up, I have always found the universe and space in general to be exciting. It is fun to dream about what worlds remain unexplored. I also enjoy seeing photos from other worlds or thinking about the vastness of space. What does this have to do with Python though? Well, the National Aeronautics and Space […]

wxPython 4 and PubSub

March 28, 2019 by Mike
The Publish-Subscribe pattern is pretty common in computer science and very useful too. The wxPython GUI toolkit has had an implementation of it for a very long time in wx.lib.pubsub. This implementation is based on the PyPubSub package. While you could always download PyPubSub and use it directly instead, it was nice to be able […]

How to Distribute a wxPython Application

March 19, 2019 by Mike
Let's say you finished up a wonderful GUI application using wxPython. How do you share it with the world? This is always the dilemma when you finish an amazing program. Fortunately, there are several ways you can share your code. If you want to share your code with other developers, than Github or a similar […]

Creating a Calculator with wxPython

February 12, 2019 by Mike
A lot of beginner tutorials start with "Hello World" examples. There are plenty of websites that use a calculator application as a kind of "Hello World" for GUI beginners. Calculators are a good way to learn because they have a set of widgets that you need to lay out in an orderly fashion. They also […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary