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

  • 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

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 May 25

#Python Pop Quiz 🐍❓ Does the following code print True or False? https://t.co/fagJprdqiD

Mike Driscoll
Mike Driscoll @driscollis
10 May 25

#Python Pop Quiz 🐍❓ What is the output of this code? A) SyntaxError B) TypeError C) {"py": None, "th": None, "on": None} D) {'p': 'y', 't': 'h', 'o': 'n'} https://t.co/3qxgjQAFGt

Mike Driscoll
Mike Driscoll @driscollis
9 May 25

#Python Pop Quiz 🐍❓ What will be the output of the following code? A) [1, 2, 3] B) [4, 5, 6] C) [1, 2, 3, 4, 5, 6] D) [] https://t.co/KPnExVsEXU