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
This week we welcome Adrin Jalali (@adrinjalali) as our PyDev of the Week! Adrin works on the popular scikit-learn package as well as Fairlearn, an AI package for Python. You can see what else Adrin is up to via his website or by checking out his Github profile. Let's spend some time getting to know […]
In this video tutorial, you will learn how to use Python's urllib to download files from the internet: If you prefer reading versus watching, then you can check out this related tutorial: Python 101: How to Download a File Would you like to learn more about Python? Python 101 - 2nd Edition Purchase now on […]
Creating software is hard work. To make your software better, your application needs to keep working even when the unexpected happens. For example, let's say your application needs to pull information down from the Internet. What happens if the person using your application loses their Internet connectivity? Another common issue is what to do if […]
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