aboutsummaryrefslogtreecommitdiff
path: root/docs/source/introduction.rst
blob: fb973559dcd297ec494c25456ea404f03102ad60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
*******************************
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
--------