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 […]
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
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