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

PyDev of the Week: Brian Curtin

Advocacy, PyDevOfTheWeek, Python / Mike / November 10, 2014 / Python

This week, we have Brian Curtin (@brian_curtin) as our PyDev of the Week. He is a core developer of the Python language and the primary editor of the Python Software Foundation’s blog. Let’s spend some time getting to know more about Brian.

PyDev of the Week: Brian Curtin Read More »

PyDev of the Week: Luciano Ramalho

Advocacy, PyDevOfTheWeek, Python / Mike / November 3, 2014 / Python

This week’s PyDev is Luciano Ramalho, the author for the upcoming O’Reilly book, Fluent Python. He was kind enough to spend a few minutes speaking with me. Let’s see what he has to say.

PyDev of the Week: Luciano Ramalho Read More »

Plotting Data Online via Plotly and Python

4 Comments / Cross-Platform, Python, Web / Mike / October 27, 2014 / Python

I don’t do a lot of plotting in my job, but I recently heard about a website called Plotly that provides a plotting service for anyone’s data. They even have a plotly package for Python (among others)! So in this article we will be learning how to plot with their package. Let’s have some fun

Plotting Data Online via Plotly and Python Read More »

PyDev of the Week: Werner Bruhin

Advocacy, PyDevOfTheWeek, Python / Mike / October 27, 2014 / Python

This week we have Werner Bruhin as our PyDev of the Week! He’s quite busy on the wxPython Google Group helping people get into wxPython as well as creating patches for the wxPython toolkit. Let’s find out more about our fellow Python programmer!

PyDev of the Week: Werner Bruhin Read More »

Using Python to Log Data to Loggly

5 Comments / Python, Web / Mike / October 24, 2014 / Python

One of my readers suggested that I should try logging my data to a web service called Loggly. As I understand it, Loggly is a way to share log data with everyone in a business so that you no longer need to log in to individual machines. They also provide graphs, filters and searches of

Using Python to Log Data to Loggly Read More »

PyWin32: How to Get an Application’s Version Number

Python, Windows / Mike / October 23, 2014 / Python, PyWin32, System Admin

Occasionally you will need to know what version of software you are using. The normal way to find this information out is usually done by opening the program, going to its Help menu and clicking the About menu item. But this is a Python blog and we want to do it programmatically! To do that

PyWin32: How to Get an Application’s Version Number Read More »

PyWin32: How to Set the Desktop Background on Windows

1 Comment / Python, PyWin32, Windows / Mike / October 22, 2014 / Python, PyWin32

Back in my system administrator days, we were thinking about setting the user’s Window desktop background to a specific image on login. Since I was in charge of the login scripts, which were written in Python, I decided to do some research to find out if there was a way to do it. We will

PyWin32: How to Set the Desktop Background on Windows Read More »

Logging Currently Running Processes with Python

5 Comments / Cross-Platform, Python / Mike / October 21, 2014 / Python

I was looking through some of my old code and noticed this old script where I was creating a log of all running processes every 5 minutes. I believe I originally wrote the code to help me diagnose rogue processes that were eating memory or pegging the CPU. I was using the psutil project to

Logging Currently Running Processes with Python Read More »

PyWin32 – How to Bring a Window to Front

2 Comments / Python, PyWin32, Windows / Mike / October 20, 2014 / Python, PyWin32

I recently saw someone asking how to bring a window to the front in Windows and I realized I had had some old unreleased code that might help someone with this task. A long time ago, Tim Golden (and possibly some other fellows on the PyWin32 mailing list) showed me how to make windows come

PyWin32 – How to Bring a Window to Front Read More »

PyDev of the Week: Facundo Batista

Advocacy, PyDevOfTheWeek, Python / Mike / October 20, 2014 / Python

This week we have Facundo Batista (@facundobatista) joining us. He is a Python Core developer from Argentina. If you happen to speak Spanish, then you might enjoy his blog. Let’s spend some time getting to know Facundo!

PyDev of the Week: Facundo Batista Read More »

PyDev of the Week: Ben Rousch

Advocacy, PyDevOfTheWeek, Python / Mike / October 13, 2014 / kivy, Python

The PyDev of the Week this week is Ben Rousch (@brousch). He is a contributor to the Kivy project. You should check out his blog here. You can also see Mr. Rousch give a talk about Kivy on Youtube. Let’s find out more about him!

PyDev of the Week: Ben Rousch Read More »

How to Connect to Twitter with Python

2 Comments / Cross-Platform, Python / Mike / September 26, 2014 / Python

There are several 3rd party packages that wrap Twitter’s API. We’ll be looking at tweepy and twitter. The tweepy documentation is a bit more extensive than twitter’s, but I felt that the twitter package had more concrete examples. Let’s spend some time going over how to use these packages!

How to Connect to Twitter with Python Read More »

Python 101: How to send SMS/MMS with Twilio

8 Comments / Cross-Platform, Python, Web / Mike / September 23, 2014 / Mobile, Python

I’ve been hearing some buzz about a newish web service called Twilio which allows you to send SMS and MMS messages among other things. There’s a handy Python wrapper to their REST API as well. If you sign up with Twilio, they will give you a trial account without even requiring you to provide a

Python 101: How to send SMS/MMS with Twilio Read More »

Python 101 on Sale for September

Python / Mike / September 3, 2014 / Books, eBooks, Python

My first book, Python 101 is on sale this month. You can get it on Amazon US for $2.99 or you can buy it for 50% off via my website. To get 50% off, just enter the following offer code at checkout: fall2014

Python 101 on Sale for September Read More »

Python – Taking Time with Delorean

3 Comments / Cross-Platform, Python / Mike / September 3, 2014 / Python

Recently I wrote about the arrow project and one of my readers mentioned that another datetime related project known as Delorean. So in this article, we’ll spend some time going over the delorean project. This will be a high level article as there is no reason to rewrite the delorean’s documentation.

Python – Taking Time with Delorean Read More »

← Previous 1 … 72 73 74 … 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

  • ANN: Vibe Coding Video Games with Python December 1, 2025
  • Black Friday Python Deals Came Early November 18, 2025
  • An Intro to Python 3.14’s New Features October 9, 2025
  • Erys – A TUI for Jupyter Notebooks September 15, 2025
  • Ep 55 – The Python Show Podcast – The Python Documentary with Paul Everitt September 3, 2025

Links

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