Video

Python 101 – Conditional Statements (Video)

In this video, you will learn how to create conditional statements using the Python programming language. Specifically, you will learn about the following topics: Comparison operators Creating a simple conditional Branching conditional statements Nesting conditionals Logical operators Special operators

Python 101 – Learning About Sets (Video)

In this video you will learn about the basics of Python’s dictionary data type. You will cover the following: Create dictionaries Access dictionaries Dictionary methods Modifying dictionaries Deleting from your dictionary Buy the book: Python 101 2nd Edition Get the code on Github

Creating a Photo Slideshow Application with wxPython (Video)

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. …

Creating a Photo Slideshow Application with wxPython (Video) Read More »

Creating a Cross-Platform Image Viewer with wxPython (Video)

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 …

Creating a Cross-Platform Image Viewer with wxPython (Video) Read More »