In this tutorial, you will learn how to improve the image viewer application that you created in the previous video tutorial to make it load up a folder of images. Then you will add some buttons so that the user can go forwards and backwards through the images or play a slideshow of the images. […]
I recently decided to relaunch the Mouse vs Python YouTube channel. I am working on new tutorials from the 2nd Edition of Python 101 as well as starting some new content on regular Python tutorials and wxPython tutorials. Here are a few examples of the new content: I have lots of ideas for other Python […]
In this video tutorial, you will learn all about Python's list data type. If videos aren't your thing, then you can read the same content here: Python 101: Learning About Lists
Learn how to use Strings in Python in this screencast. This video is based on a chapter from my book, Python 101 2nd Edition. You can read the written version here: Python 101: Working with Strings
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
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