You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
666 B
42 lines
666 B
*******************************
|
|
Introduction to Types in Python
|
|
*******************************
|
|
|
|
|
|
Background
|
|
==========
|
|
|
|
How to read type annotations
|
|
----------------------------
|
|
|
|
When and why types are useful
|
|
-----------------------------
|
|
|
|
|
|
Gradual Typing: Static Types in a Dynamic Language
|
|
==================================================
|
|
|
|
Opt-in type checking
|
|
--------------------
|
|
|
|
Type stubs
|
|
----------
|
|
|
|
:doc:`stubs`
|
|
|
|
Strategies for increasing coverage
|
|
----------------------------------
|
|
|
|
|
|
Getting Started
|
|
===============
|
|
|
|
Python type checkers
|
|
--------------------
|
|
|
|
How to annotate an existing codebase
|
|
------------------------------------
|
|
|
|
Typeshed
|
|
--------
|