Explore >> Select a destination


You are here

nickdrozd.github.io
| | blog.startifact.com
3.9 parsecs away

Travel
| | I think, for me, becoming enamored by a programming language requires a sense of empowerment by that language.
| | ruudvanasseldonk.com
5.4 parsecs away

Travel
| | I am adding a type system to RCL, my configuration language. In part 1, I explain what I want from the type system.
| | 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).
| | chipx86.blog
29.6 parsecs away

Travel
| More than you probably ever wanted to know about Python function signatures and typing shenanigans. And it's just the start.