Powerful Python (@powerfulpython) 's Twitter Profile
Powerful Python

@powerfulpython

Book: powerfulpython.com/book/
Training: powerfulpython.com/bootcamp/

ID: 748257686601424897

linkhttps://powerfulpython.com/ calendar_today29-06-2016 20:51:49

239 Tweet

887 Followers

0 Following

Powerful Python (@powerfulpython) 's Twitter Profile Photo

Levels of Python type annotations Python has optional type annotations - also called "type hints". Like this: The annotations here being "Entry" as the type for the "entry" argument, and "dict" as the return type. In fact, there are at least 3 ways type annotations can be

Levels of Python type annotations

Python has optional type annotations - also called "type hints". Like this:

The annotations here being "Entry" as the type for the "entry" argument, and "dict" as the return type.

In fact, there are at least 3 ways type annotations can be