
Mike Driscoll
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
-
Jan 16, 2024 |
driscollis.gumroad.com | Mike Driscoll
The Python 101 Screencast series is based on the book, Python 101 by Michael Driscoll. Each episode is based on a chapter of the book. A minimum of 44 episodes + you will receive a PDF, MOBI and EPUB version of the Python 101 book with your purchase. You will also receive a PDF copy formatted to A4 size. Part One The first part is the beginner section. In it you will learn all the basics of Python. From Python types (strings, lists, dictionaries) to conditional statements to loops.
-
Dec 1, 2023 |
driscollis.gumroad.com | Mike Driscoll
https://schema.org/InStockusdMichael Driscoll0 ratingsAutomating Excel with Python, the video course, will help you learn how to read and write Microsoft Excel spreadsheets with the Python programming language. You can use several different Python packages to work with Excel, but this book will focus on OpenPyXL. The OpenPyXL package allows you to work with Excel files on Windows, Mac and Linux, even if Excel isn't installed.
-
Nov 24, 2023 |
driscollis.gumroad.com | Mike Driscoll
Get a copy of all my self-published Python eBooks :
-
May 4, 2023 |
teachmepython.com | Mike Driscoll
-
Dec 5, 2022 |
teachmepython.com | Mike Driscoll
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

#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

#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

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