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

How I Write Books about Python

6 Comments / Books, Python / Mike / February 26, 2019 / Books, Python

I get asked questions about my book writing process from time to time and I have been meaning to write about this topic for a while. The main reason I wrote my first book, Python 101, was because of the readers on my blog. They had been encouraging me to write a book on wxPython […]

How I Write Books about Python Read More »

PyDev of the Week: Lilly Ryan

3 Comments / PyDevOfTheWeek, Python / Mike / February 25, 2019 / Python

This week we welcome Lilly Ryan (@attacus_au) as our PyDev of the Week! Lilly is a pen-tester. She is an organizer of PyCon AU 2018 and 2019 and an experienced speaker. In fact, Lilly will be giving a keynote at DjangoCon Europe later this year. You can learn more about Lilly by visiting her website.

PyDev of the Week: Lilly Ryan Read More »

PyDev of the Week: Maria McKinley

4 Comments / PyDevOfTheWeek, Python / Mike / February 18, 2019 / Python

This week we welcome Maria McKinley (@twiteness) as our PyDev of the Week. Maria is a Senior Software Engineer at the Walt Disney Company and will be a speaker at PyCascades 2019. She is also teaching the Python Certificate Program at the University of Washington Continuing Education. You can read more about her on her

PyDev of the Week: Maria McKinley Read More »

Creating a Calculator with wxPython

4 Comments / Python, wxPython / Mike / February 12, 2019 / Python, wxPython

A lot of beginner tutorials start with “Hello World” examples. There are plenty of websites that use a calculator application as a kind of “Hello World” for GUI beginners. Calculators are a good way to learn because they have a set of widgets that you need to lay out in an orderly fashion. They also

Creating a Calculator with wxPython Read More »

Less than 2 Days to Go on wxPython Book Kickstarter

1 Comment / Books, Python / Mike / February 11, 2019 / Python, wxPython

My latest book, Create GUI Applications with wxPython, is coming along nicely. I just wanted to let my readership know that the Kickstarter for it is coming to a close in a little less than 2 days. If you’d like to get a copy at a cheaper price than it will be when it is

Less than 2 Days to Go on wxPython Book Kickstarter Read More »

PyDev of the Week: Paolo Melchiorre

2 Comments / PyDevOfTheWeek, Python / Mike / February 11, 2019 / Python

This week we welcome Paolo Melchiorre (@pauloxnet)as our PyDev of the Week! Paolo is a core developer of the Django web framework. He has spoken at several different Python-related conferences in Europe and also writes over on his blog. Let’s take a few minutes to get to know him better! Can you tell us a

PyDev of the Week: Paolo Melchiorre Read More »

Getting Started with JupyterLab

2 Comments / Python / Mike / February 5, 2019 / jupyter, Python

JupyterLab is the latest package from Project Jupyter. In some ways, it is kind of a replacement for Jupyter Notebook. However the Jupyter Notebook is a separate project from JupyterLab. I like to think of JupyterLab as a kind of web-based Integrated Development Environment that you an use to to work with Jupyter Notebooks as

Getting Started with JupyterLab Read More »

Table of Contents for Creating GUI Applications Book

2 Comments / Books, Python, wxPython / Mike / February 4, 2019 / Python, wxPython

We are coming into the last week of the Kickstarter and I thought I would give you all a quick update. I finished writing up the chapter on creating a calculator today and got started on chapter 7. I also wanted to let you know what the current table of contents looks like right now:

Table of Contents for Creating GUI Applications Book Read More »

PyDev of the Week: Ali Spittel

4 Comments / PyDevOfTheWeek, Python / Mike / February 4, 2019 / Python

This week we welcome Ali Spittel (@ASpittel) as our PyDev of the Week! Ali is a blogger and speaker and enjoys teaching about tech. You can see what code she’s been writing over on Github. Let’s take a few moments to get to know Ali better! Can you tell us a little about yourself (hobbies,

PyDev of the Week: Ali Spittel Read More »

Python 101: Episode #44 – Creating an Installer with Inno Setup

1 Comment / Python, Screencast / Mike / February 1, 2019 / Python, Python 101

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

Python 101: Episode #44 – Creating an Installer with Inno Setup Read More »

Python 201 and Python RegEx Bundle

1 Comment / Python / Mike / January 29, 2019 / Python

I recently had the opportunity to partner with Sundeep Agarwal, the author of Python re(gex)? to create a bundle with my second book, Python 201: Intermediate Python. The Python Regex book covers Regular Expressions in Python. While only 50 pages in length, it has lots of examples that you can use to learn all about

Python 201 and Python RegEx Bundle Read More »

wxPython Applications Book Table of Contents Update

1 Comment / Python / Mike / January 29, 2019

I am currently working on a new book entitled Creating GUI Applications with wxPython that you can support on Kickstarter. This is the current table of contents for the book: Chapter 1 – Intro to wxPython Chapter 2 – Creating an Image Viewer Chapter 3 – Enhancing the Image Viewer Chapter 4 – Creating a

wxPython Applications Book Table of Contents Update Read More »

PyDev of the Week: Lorena Mesa

2 Comments / PyDevOfTheWeek, Python / Mike / January 28, 2019 / Python

This week we welcome Lorena Mesa (@loooorenanicole) as our PyDev of the Week! Lorena is an organizer for the PyLadies Chicago group and a director at the Python Software Foundation. You can check out some of the things that she is up to on her blog or via her Github page. Let’s spend a few

PyDev of the Week: Lorena Mesa Read More »

Python 101: Episode #43 Creating Executables with PyInstaller

2 Comments / Books, Python / Mike / January 24, 2019 / Python

In this screencast, we will learn how to turn your Python code into a Windows executable file using the PyInstaller project. You can also read the chapter this video is based on here or get the book on Leanpub

Python 101: Episode #43 Creating Executables with PyInstaller Read More »

Sample Chapters from Creating wxPython Applications Book

2 Comments / Python / Mike / January 22, 2019

The Kickstarter campaign for my latest book has been going quite well, so I thought it would be fun to share some sample chapters of the book with you. You can check out the first couple of chapters here as a PDF. I have also been doing some experiments with regards to some of the

Sample Chapters from Creating wxPython Applications Book Read More »

← Previous 1 … 37 38 39 … 102 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

  • Creating TUI Applications with Textual and Python Kickstarter Launched April 28, 2025
  • Python 101 – An Intro to Working with INI files Using configparser April 9, 2025
  • How to Download the Latest Release Assets from GitHub with Python April 7, 2025
  • ANN: Spring Python eBook Sale 2025 April 3, 2025
  • Textual – How to Add Widgets to a Container April 1, 2025

Links

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