wxPython is a powerful cross-platform GUI toolkit for the Python language. In this post you will learn how to start a long background task from a wxPython GUI with a progress-bar and a stop button. GUI programming is almost always based on the event-driven paradigm. This is also true when using wxPython. In this paradigm, […]
