Learn how to use Jupyter Notebook's built-in widgets in this video tutorial. Get the book: https://leanpub.com/jupyternotebook101/
In this tutorial, you will learn about Python's tuple data type: If you prefer to read rather than watch, then you should check out Python 101 – Learning About Tuples Get the Jupyter Notebook on Github
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. […]
Learn how to create a basic cross-platform image viewer using wxPython and Python This video is based on one of the examples from my book, Creating GUI Applications with wxPython, which you can purchase at the following: Amazon Leanpub The code for this example can be found in chapter 2 of the book as well […]
Learn how to use Python's logging module in this screencast: You will learn about the following: Creating a log Logging Levels Logging Handlers Logging Formatters Logging to Multiple Locations and more!