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

wxPython Cookbook – Hard Cover Editions Available

Books, Python, wxPython / Mike / September 15, 2016 / Python, wxPython

I’ve been toying with the idea of doing a hard cover version of my books for a long time so I thought I might try it out with the Cookbook. I went ahead and ran the numbers using my printer on demand resources and discovered that a regular hard cover isn’t crazy expensive. So I […]

wxPython Cookbook – Hard Cover Editions Available Read More »

Restarting a Twisted Reactor

2 Comments / Cross-Platform, Python / Mike / September 14, 2016 / Python, twisted

I recently started using twisted a couple of weeks ago. For those who don’t know, twisted is “event-driven networking engine written in Python”. The learning curve is pretty steep if you’ve never done asynchronous programming before. During the project I was working on, I ran into a condition where I thought I needed to restart

Restarting a Twisted Reactor Read More »

Book Contest: Win a Copy of Python 201

24 Comments / Books, Python 3 / Mike / September 12, 2016 / Books, Python

I have decided to sponsor a contest for my second book, Python 201: Intermediate Python. I will be giving away 3 copies of my eBook bundle (PDF, EPUB and MOBI) and 2 copies of the paperback, which I will ship anywhere in the world. If you haven’t heard of my book, you may want to

Book Contest: Win a Copy of Python 201 Read More »

PyDev of the Week: Rami Chowdhury

PyDevOfTheWeek, Python / Mike / September 12, 2016 / Python

This week we welcome Rami Chowdhury (@necaris) as our PyDev of the Week! Rami is an active contributor to the Python community and an organization for the North American PyCon. If you’d like to see what he’s up to, you might want to check out his website which has links to the various open source

PyDev of the Week: Rami Chowdhury Read More »

wxPython Cookbook Cover Story

1 Comment / Books, GUI Toolkits, Python, wxPython / Mike / September 8, 2016 / Books, Python, wxPython

I always spend some time thinking about how I want my book’s cover to look. When I was designing the Cookbook’s cover, I thought mostly about food and chefs. I had originally thought I might have some kind of kitchen scene with mice in chef hats and a snake on the mantle. But I wanted

wxPython Cookbook Cover Story Read More »

Python 201 is Officially Published!

2 Comments / Books, Python / Mike / September 6, 2016 / Books, Python

My second book, Python 201: Intermediate Python (ISBN: 978-0-9960628-3-1), is now finished and officially published. You can check it out at the following locations: You can get a paperback copy through Lulu It is available as a PDF, mobi and epub via Gumroad and Leanpub Amazon Kindle The paperback will become available on Amazon and

Python 201 is Officially Published! Read More »

PyDev of the Week: Reinout van Rees

PyDevOfTheWeek, Python / Mike / September 5, 2016 / Python

This week we welcome Reinout van Rees (@reinoutvanrees) as our PyDev of the Week! Reinout is the creator / maintainer of zest.releaser. He has a nice website that includes a Python blog that you might want to check out. I would also recommend checking his Github page to see what projects he’s a part of.

PyDev of the Week: Reinout van Rees Read More »

wxPython Cookbook Sample Chapters

Books, GUI Toolkits, Python, wxPython / Mike / August 29, 2016 / book, Python, wxPython

My newest book will be my own home brewed version of a wxPython Cookbook. If you’re interested in learning more about it, then please check out the Kickstarter campaign. The brief synopsis is that it will have a little over 50 recipes in the book and around 300 pages of content. To help you make

wxPython Cookbook Sample Chapters Read More »

PyDev of the Week: Damien George

Advocacy, PyDevOfTheWeek, Python / Mike / August 29, 2016 / Python

This week we welcome Damien George as our PyDev of the Week! Damien is the man behind the MicroPython project which allows you to run a version of Python on microcontrollers. You can learn more about Damien on his website or by visiting his Github page. Let’s spend some time getting to know our fellow

PyDev of the Week: Damien George Read More »

Python 201 Releasing in 2 Weeks!

Books, Python / Mike / August 23, 2016 / Python

My second book, Python 201: Intermediate Python is releasing two weeks from today on September 6th, 2016. I just wanted to remind anyone who is interested that you can pre-order a signed paperback copy of the book here right up until release day. You will also receive a copy of the book in the following

Python 201 Releasing in 2 Weeks! Read More »

ANN: The wxPython Cookbook Kickstarter

2 Comments / Books, GUI Toolkits, Python, wxPython / Mike / August 22, 2016 / Books, Python, wxPython

Several years ago, the readers of this blog asked me to take some of my articles and turn them into a cookbook on wxPython. I have finally decided to do just that. I am including over 50 recipes that I am currently editing to make them more consistent and updating them to be compatible with

ANN: The wxPython Cookbook Kickstarter Read More »

PyDev of the Week: Michele Simionato

PyDevOfTheWeek, Python / Mike / August 22, 2016 / Python

This week we welcome Michele Simionato as our PyDev of the Week! Michele is an expert on Python and is known for his paper on Python’s Method Resolution Order which was published to the Python website by Guide Van Rossum and for a very interesting series of articles on metaclasses that he wrote with David

PyDev of the Week: Michele Simionato Read More »

PyDev of the Week: Harry Percival

PyDevOfTheWeek, Python / Mike / August 15, 2016 / Python

This week we welcome Harry Percival (@hjwp) as our PyDev of the Week! Harry is the author of Test-Driven Development with Python. You can visit his website to learn more about the book and even read it for free! Harry is also a programmer at PythonAnywhere which allows you to host, run and code Python

PyDev of the Week: Harry Percival Read More »

PyDev of the Week: Ben Nuttall

PyDevOfTheWeek, Python / Mike / August 8, 2016 / Python

This week we welcome Ben Nuttall (@ben_nuttall) as our PyDev of the Week. Ben is a Raspberry Pi Community Manager http://bennuttall.com/ and is the creator of GPIO Zero, which is a simple interface to the GPIO components on the Raspberry Pi. You should also check out his website to see what Ben is up to.

PyDev of the Week: Ben Nuttall Read More »

A Simple Intro to Web Scraping with Python

7 Comments / Python, Web / Mike / August 4, 2016 / Python, scraping

Web scraping is where a programmer will write an application to download web pages and parse out specific information from them. Usually when you are scraping data you will need to make your application navigate the website programmatically. In this chapter, we will learn how to download files from the internet and parse them if

A Simple Intro to Web Scraping with Python Read More »

← Previous 1 … 58 59 60 … 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, Leanpub, or Amazon

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

  • Ep 55 – The Python Show Podcast – The Python Documentary with Paul Everitt September 3, 2025
  • Python Books and Courses – Back to School Sale August 26, 2025
  • Python 101: Reading TOML with Python August 7, 2025
  • Creating a Simple XML Editor in Your Terminal with Python and Textual July 30, 2025
  • Announcing Squall: A TUI SQLite Editor July 18, 2025

Links

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