February 11, 2019 by
Mike My latest book, Create GUI Applications with wxPython, is coming along nicely. I just wanted to let my readership know that the Kickstarter for it is coming to a close in a little less than 2 days. If you'd like to get a copy at a cheaper price than it will be when it is […]
We are coming into the last week of the Kickstarter and I thought I would give you all a quick update. I finished writing up the chapter on creating a calculator today and got started on chapter 7. I also wanted to let you know what the current table of contents looks like right now: […]
I am pleased to announce my latest book project, Creating GUI Applications with wxPython which I am running a Kickstarter campaign for. 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 […]
The wxPython GUI toolkit has a very rich and powerful Grid widget that I have written about previously on this blog. It allows you to create sheets of cells similar to those in Microsoft Excel. There is also a neat mixin that allows you to apply a custom renderer to the labels on the columns […]
November 21, 2018 by
Mike This week I am putting my 2 most recent self-published books on Sale starting today through November 26th. ReportLab - PDF Processing with Python is available for $9.99: Leanpub Gumroad - Use offer code black18 JupyterLab 101 is available for $9.99: Leanpub Gumroad - Use offer code black18 You can also get my book, wxPython […]
I see questions relating to the title of this article a lot. How do I open a second frame / window? How do I get all the frames to close when I close the main application? When you are first learning wxPython, these kinds of questions can be kind of hard to find answers for […]