Mike Driscoll's profile photo

Mike Driscoll

Iowa

Content Writer at Real Python

I tweet about everything #Python Writing about Python @mousevspython @realpython Teaching at @TeachMePy Author of multiple books - https://t.co/MdP25zw5zQ

Articles

Try JournoFinder For Free

Search and contact over 1M+ journalist profiles, browse 100M+ articles, and unlock powerful PR tools.

Start Your 7-Day Free Trial →

X (formerly Twitter)

Followers
123K
Tweets
41K
DMs Open
Yes
Mike Driscoll
Mike Driscoll @driscollis
11 Apr 25

#Python Pop Quiz 🐍❓ What is the value of `number` at the end of this code? A) 5 B) 19 C) 100 D) 99 https://t.co/0OnSxF1UqD

Mike Driscoll
Mike Driscoll @driscollis
10 Apr 25

#Python includes a super cool library called `difflib`. You can use it to find close matches to a string in a list of strings. Here's an example: https://t.co/jfxKjHGKDy

Mike Driscoll
Mike Driscoll @driscollis
10 Apr 25

Did you know you can use Python's `shutil` module to find the location of common commands? For example, if you want to know where your default #Python is, you can do this: https://t.co/2JHe2eCzGJ