This week we welcome Ali Spittel (@ASpittel) as our PyDev of the Week! Ali is a blogger and speaker and enjoys teaching about tech. You can see what code she's been writing over on Github. Let's take a few moments to get to know Ali better! Can you tell us a little about yourself (hobbies, […]
In this screencast, we will learn how to turn your Python application into a Windows installer using Inno Setup. You can also read the chapter this video is based on here or get the book on Leanpub
I recently had the opportunity to partner with Sundeep Agarwal, the author of Python re(gex)? to create a bundle with my second book, Python 201: Intermediate Python. The Python Regex book covers Regular Expressions in Python. While only 50 pages in length, it has lots of examples that you can use to learn all about […]
I am currently working on a new book entitled Creating GUI Applications with wxPython that you can support on Kickstarter. This is the current table of contents for the book: Chapter 1 - Intro to wxPython Chapter 2 - Creating an Image Viewer Chapter 3 - Enhancing the Image Viewer Chapter 4 - Creating a […]
This week we welcome Lorena Mesa (@loooorenanicole) as our PyDev of the Week! Lorena is an organizer for the PyLadies Chicago group and a director at the Python Software Foundation. You can check out some of the things that she is up to on her blog or via her Github page. Let's spend a few […]
In this screencast, we will learn how to turn your Python code into a Windows executable file using the PyInstaller project. You can also read the chapter this video is based on here or get the book on Leanpub