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 […]
This week we welcome Lance Bragstad (@LanceBragstad) as our PyDev of the Week! Lance is a core developer of the OpenStack project. You can find out more about his passions via his website or his Github profile. Let's spend some time getting to know Lance! Can you tell us a little about yourself (hobbies, education, […]
In this screencast, we will learn how to turn your Python code into a Windows executable file using the bbfreeze project. You can also read the chapter this video is based on here or get the book on Leanpub Related Reading A bbfreeze Tutorial – Build a Binary Series!
This week we welcome Kushal Das (@kushaldas) as our PyDev of the Week! Kushal is a core developer of the Python programming language and a co-author of PEP 582. You can learn more about Kushal by checking out his blog or his Github profile. Let's take a few moments to get to know Kushal better! […]
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 […]
In this screencast, we will learn how to turn your Python code into a Windows executable file using py2exe. You can also read the chapter this video is based on here or get the book on Leanpub