The Kickstarter campaign for my latest book has been going quite well, so I thought it would be fun to share some sample chapters of the book with you. You can check out the first couple of chapters here as a PDF. I have also been doing some experiments with regards to some of the […]
This week we welcome Nina Zakharenko (@nnja) as our PyDev of the Week! Nina has been active in the Python community for several years and has spoken or keynoted dozens of conferences. She has also contributed to the Python core language! If you'd like to see what she is up to, check out her blog. […]
In this screencast, we will learn how to turn your Python code into a Windows executable file using the cx_Freeze project. You can also read the chapter this video is based on here or get the book on Leanpub
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!