Skip to content
Mouse Vs Python
  • Home
  • About
  • Books
    • Creating GUI Applications with wxPython
    • Jupyter Notebook 101
    • ReportLab: PDF Processing with Python
    • Python 201: Intermediate Python
    • wxPython Recipes
    • wxPython Cookbook
    • Python Interviews: Discussions with Python Experts
  • Contact the Author
  • Follow the Blog
  • Search

Creating GUIs with PySimpleGUI and Python (Video)

beginner, GUI Toolkits, Python / Mike / July 19, 2022 / PySimpleGUI, Python

Learn how to create simple graphical user interfaces (GUIs) with Python and PySimpleGUI in this introductory tutorial. You will learn how to layout Elements (i.e. widgets), add a graph with Matplotlib, and other PySimpleGUI basics

Creating GUIs with PySimpleGUI and Python (Video) Read More »

PyDev of the Week: Reindert-Jan Ekker

PyDevOfTheWeek, Python / Mike / July 18, 2022 / Python

This week we welcome Reindert-Jan Ekker (@rjekker) as our PyDev of the Week! Reindart is a freelance teacher who teaches Python, Java, Django, Bash and more. You can learn more about what he teaches at Code Sensei. Reindart also teaches on Pluralsight. Let’s spend a few moments getting to know Reindart better! Can you tell

PyDev of the Week: Reindert-Jan Ekker Read More »

PyDev of the Week: Bas Steins

PyDevOfTheWeek, Python / Mike / July 11, 2022 / Python

This week we welcome Bas Steins (@bascodes) as our PyDev of the Week! Bas is active in the Python community and freely gives out advice on Twitter. You can see what else Bas is up to on his blog. Let’s take some time to get to know Bas better! Can you tell us a little

PyDev of the Week: Bas Steins Read More »

An Intro to Python’s namedtuple (Video)

beginner, Video / Mike / July 6, 2022 / Python

Learn the basics of Python’snamedtuplein this video tutorial by Mike Driscoll What You’ll Learn: Regular Tuples What is a namedtuple? Creating a namedtuple Converting a dict to a namedtuple Typing a namedtuple

An Intro to Python’s namedtuple (Video) Read More »

An Intro to Python’s difflib Module (Video)

beginner, Python, Video / Mike / July 5, 2022 / Python

Learn the basics of Python’s difflib module in this newest tutorial by Mike Driscoll What You’ll Learn Getting Close Matches Using Differ Getting a Unified Diff Getting an HTML Diff

An Intro to Python’s difflib Module (Video) Read More »

PyDev of the Week: Stephen Gruppetta

PyDevOfTheWeek, Python / Mike / July 4, 2022 / Python

This week we welcome Stephen Gruppetta (@s_gruppetta_ct) as our PyDev of the Week! Stephen is the author of the book / blog, The Python Coding Book. Stephen is also an author and contributor at Real Python. Let’s spend some time getting to know Stephen better! Can you tell us a little about yourself (hobbies, education,

PyDev of the Week: Stephen Gruppetta Read More »

An Intro to Python’s Package Installer: pip (Video)

beginner, Python, Video / Mike / July 2, 2022 / Python

In this tutorial, you will learn about Python’s package installer, pip. You will discover how to do the following: Installing a Package Exploring Command Line Options Installing with requirements.txt Upgrading a Package Checking What’s Installed Uninstalling Packages

An Intro to Python’s Package Installer: pip (Video) Read More »

Python 101 – An Intro to Classes (Video)

beginner, Python, Video / Mike / July 1, 2022 / Python

Learn the basics of Classes and get your first taste of Object Oriented Programming in Python in this tutorial You will learn about: Class creation self — what it means Subclass creation Polymorphism Want to learn more? Buy my book, Python 101 – 2nd Edition: Leanpub (PDF, epub, mobi) Gumroad (PDF, epub, mobi) Amazon (Paperback

Python 101 – An Intro to Classes (Video) Read More »

How to Convert CSV to Excel with Python and pandas (Video)

beginner, Python, Video / Mike / June 30, 2022 / Python

Learn how to use 3 lines of code to transform a CSV file to Excel using Python and the pandas package! Also demonstrates how to fix issues when things go wrong!

How to Convert CSV to Excel with Python and pandas (Video) Read More »

Using Python to Serve Files Locally (Video)

beginner, Python, Video / Mike / June 29, 2022 / Python

Did you know you can serve files on your local network using Python? It’s easy when you use the built-in HTTP server! You can even use this technique to transfer files to your phone! Learn more about this topic in this short video!

Using Python to Serve Files Locally (Video) Read More »

Python 101 – An Intro to Functions

beginner, Python / Mike / June 28, 2022 / Python

Functions are reusable pieces of code. Anytime you find yourself writing the same code twice, that code should probably go in a function. For example, Python has many built-in functions, such as dir() and sum(). You also imported the math module and used its square root function, sqrt(). In this tutorial you will learn about:

Python 101 – An Intro to Functions Read More »

PyDev of the Week: Luiz Gustavo Martins

beginner, PyDevOfTheWeek, Python / Mike / June 27, 2022 / Python

This week we welcome Luiz Gustavo Martins (@gusthema) as our PyDev of the Week! Luiz has been posting a lot of Python content on Twitter lately, so if you like to learn Python or machine learning, you should check him out. Let’s spend some time getting to know Luiz better! Can you tell us a

PyDev of the Week: Luiz Gustavo Martins Read More »

Using Python to Turn Text-to-Speech on Mac OSX (Video)

beginner, Python, Video / Mike / June 24, 2022 / Python

Learn how to turn text into speech on Mac OSX with the Python programming language

Using Python to Turn Text-to-Speech on Mac OSX (Video) Read More »

An Intro to Kivy Layouts (Video)

advanced, GUI Toolkits, Python / Mike / June 23, 2022 / kivy, Python

Learn how to layout your widgets in Kivy, a mobile GUI framework for Python. Kivy is a cross-platform GUI framework that also works on iOS and Android. The examples in this video are based on the code from Kivy 101: How to Use BoxLayouts  

An Intro to Kivy Layouts (Video) Read More »

PyDev of the Week: Jürgen Gmach

1 Comment / PyDevOfTheWeek, Python / Mike / June 20, 2022 / Python

This week we welcome Jürgen Gmach (@jugmac00) as our PyDev of the Week! Jürgen is a maintainer of the tox automation project. You can see what else Jürgen is up to over on his website. You can also check out Jürgen’s code over on GitHub or Launchpad. Let’s spend some time getting to know Jürgen

PyDev of the Week: Jürgen Gmach Read More »

← Previous 1 … 11 12 13 … 103 Next →

Teach Me Python

Teach Me Python

Python Courses, Videos, Books and more. Start Learning today!

The Python Show Podcast

The Python Show Podcast

Listen at The Python Show or YouTube or Apple Podcasts

Creating TUI Applications with Textual and Python

Python Logging

Purchase on Gumroad or Leanpub

Python Logging

Python Logging

Purchase on Gumroad, Leanpub or Amazon

JupyterLab 101

JupyterLab 101

Purchase on Gumroad, Leanpub or Amazon

The Python Quiz Book

The Python Quiz Book

Purchase at Gumroad or Leanpub or Amazon

Automating Excel with Python

Automating Excel with Python

Purchase at Gumroad or Leanpub or Amazon

Python 101

Python 101: 2nd Edition

Purchase at Gumroad or Leanpub or Amazon

Pillow: Image Processing with Python

Pillow: Image Processing with Python

Purchase at Gumroad or Leanpub or Amazon

Creating GUI Applications with wxPython

Creating GUI Applications with wxPython

Purchase at Gumroad or Leanpub or Amazon

Pick a Category

Archives

Links

  • @driscollis
  • Buy me a Coffee
  • MouseVsPython on Twitter
  • MouseVsPython Youtube Channel
  • Teach Me Python
Buy Me A Coffee

Recent Posts

  • Python eBook Fourth of July Sale July 3, 2025
  • Creating a Website with Sphinx and Markdown July 1, 2025
  • An Intro to ty – The Extremely Fast Python type checker June 25, 2025
  • Python 201 – All About the TypedDict June 17, 2025
  • Parsing XML Comments with Python June 5, 2025

Links

  • @driscollis
  • Buy me a Coffee
  • MouseVsPython on Twitter
  • MouseVsPython Youtube Channel
  • Teach Me Python
Copyright © 2025 Mouse Vs Python | Powered by Pythonlibrary