Explore >> Select a destination


You are here

nickdrozd.github.io
| | blog.florimondmanca.com
5.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
3.7 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).
| | tech.preferred.jp
4.7 parsecs away

Travel
| | Most computer applications can be configured to behave a certain way, be it via command line flags, environment variables, or configuration files. For you
| | blog.gdinwiddie.com
19.0 parsecs away

Travel
| A new installment of the Agile Tool Podcast is available, where Bob Payne and I talk about Team Rooms. Please let us know what you think of this.