Leanpub Header

Skip to main content

Python Typing - Type Checking for Python Programmers

Python has had type hinting support since Python 3.5, over TEN years ago! However, Python’s type annotations have changed repeatedly over the years. In Python Typing: Type Checking for Python Programmers, you will learn all you need to know to add type hints to your Python applications effectively.

Minimum price

$19.00

$29.00

You pay

$29.00

Author earns

$23.20
$

...Or Buy With Credits!

You can get credits with a paid monthly or annual Reader Membership, or you can buy them here.
PDF
EPUB
WEB
About

About

About the Book

Python has had type hinting support since Python 3.5, over TEN years ago! However, Python’s type annotations have changed repeatedly over the years. In Python Typing: Type Checking for Python Programmers, you will learn all you need to know to add type hints to your Python applications effectively.

Note: This book is in EARLY ACCESS! New chapters will be added or rearranged as well as other edits up to June 2026 , when the book will be officially released

You will also learn how to use Python type checkers, configure them, and set them up in pre-commit or GitHub Actions. This knowledge will give you the power to check your code and your team’s code automatically before merging, hopefully catching defects before they make it into your products.

What You’ll Learn

You will learn all about Python’s support for type hinting (annotations). Specifically, you will learn about the following topics:

  • Variable annotations
  • Function annotations
  • Type aliases
  • New types
  • Generics
  • Hinting callables
  • Annotating TypedDict
  • Annotating Decorators and Generators
  • Using Mypy for type checking
  • Mypy configuration
  • Using ty for type checking
  • ty configuration
  • and more!

Share this book

Author

About the Author

Michael Driscoll

Michael has been programming with Python since 2006. He is the author of the popular Python blog, The Mouse Vs. the Python. Michael has been a technical reviewer for Packt Publishing and No Starch Press.  He is also a contributor on Real Python.

He also co-authored The Essential Core Python Cheat Sheet for DZone.

Michael released his first book, Python 101, June 3rd, 2014. He wrote the follow up, Python 201: Intermediate Python and published it in the summer of 2016. He is also the author of wxPython Cookbook from Apress as well as Python Interviews from Packt Publishing.

Michael is currently working on some new books as well.

Leanpub Podcast

Episode 47

An Interview with Michael Driscoll

Contents

Table of Contents

Introduction

  1. Tools Needed
  2. Audience
  3. About the Author
  4. Conventions
  5. Book Source Code
  6. Reader Feedback
  7. Errata

Chapter 1 - An Intro to Typing

  1. What are types?
  2. Dynamic vs Static types
  3. Strong vs Weak Types
  4. Type hinting / annotations / checking
  5. Uses for type hints
  6. Pros of Type Hinting
  7. Cons of Typing Hinting
  8. When to Use Type Hints
  9. Wrapping Up

Chapter 2 - Basic Type Hinting

  1. Detecting Types
  2. Type Hinting Variables
  3. Type Hinting Collections
  4. Type Hinting Functions
  5. Handling Multiple Types
  6. Optional Types
  7. Wrapping Up

Chapter 3 - Aliases and Custom Types

  1. Creating Type Aliases
  2. Creating Generics
  3. Creating a New Type
  4. Annotating Callable and Awaitable Objects
  5. Using the Any Type
  6. Wrapping Up

Chapter 4 - Adding Type Hints to Complex Dictionaries

  1. Type Hinting a Regular Dictionary
  2. Creating a TypedDict
  3. Creating a TypedDict with Keys that Have Spaces
  4. Wrapping Up

Chapter 5 - Type Hinting Generators, Decorators and Iterators

  1. Type Hinting Generators
  2. Type Hinting Iterators / Iterables
  3. Type Hinting Async Generators and Iterators
  4. Type Hinting Decorators
  5. Wrapping Up

Chapter 6 - Type Hinting a NamedTuple

  1. Defining the namedtuple
  2. Type Hinting the NamedTuple
  3. Wrapping Up

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earned over $14 million writing, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub