Explore >> Select a destination


You are here

blog.ian.stapletoncordas.co
| | florimond.dev
2.3 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.
| | adamj.eu
1.9 parsecs away

Travel
| | In a type hint, if we specify a type (class), then we mark the variable as containing an instance of that type. To specify that a variable instead contains a type, we need to use type[Cls] (or the old syntax typing.Type).
| | bfontaine.net
2.6 parsecs away

Travel
| | Tips and tricks in Python, Bash, Clojure and other languages/environments.
| | degoes.net
22.4 parsecs away

Travel
| Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts