|
You are here |
blog.ian.stapletoncordas.co | ||
| | | | |
adamj.eu
|
|
| | | | | 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
|
|
| | | | | Tips and tricks in Python, Bash, Clojure and other languages/environments. | |
| | | | |
florimond.dev
|
|
| | | | | Type hints add optional static typing to Python 3.5+, and I love them. I now use annotated variables throughout my projects. | |
| | | | |
www.softdevtube.com
|
|
| | | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and | ||