/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

blog.florimondmanca.com
| | kishstats.com
1.6 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...
| | florimond.dev
0.0 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.
| | vickiboykis.com
2.3 parsecs away

Travel
| | What are they? Why are they?
| | www.integralist.co.uk
4.5 parsecs away

Travel
| Introduction This post is going to cover a few tools and features I plan on using when writing Python code in 2019. I've grouped these into the following sections: Type Hints and Static Analysis Interfaces, Protocols and Abstract Methods Dependency Management (with pipenv) (OUTDATED! ?) read my post "Python Management and Project Dependencies". But before we get into it... time for some self-promotion Want to be up and running quickly with Python?