/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.integralist.co.uk
| | blog.derlin.ch
3.1 parsecs away

Travel
| | PEP 563 is activated as soon as you import future annotations. This turns annotations to strings, changing the way we read type information at runtime.
| | kishstats.com
2.9 parsecs away

Travel
| | Type hinting was added to the Python standard library starting in version 3.5. Python, being a dynamically typed language, does not enforce data types. Howev...
| | vickiboykis.com
3.0 parsecs away

Travel
| | What are they? Why are they?
| | florimond.dev
4.5 parsecs away

Travel
| Type hints add optional static typing to Python 3.5+, and I love them. I now use annotated variables throughout my projects.