Stethoscopes don't work well on reptiles. Scales interfere with sound transmission. Scared tortoises and turtles hide behind their legs, covering their hearts. (more…)
Read more »
I like Kubernetes way of declarative workload configuration, but handling cluster state using dozens or hundreds of YAML files is impractical. Of course, one can just combine them all into a single uber-YAML :smile:. But the harsh reality is, despite the ... (more…)
Read more »
Pattern Matching. Contribute to gvanrossum/patma development by creating an account on GitHub. (more…)
Read more »
PEP 622 proposes adding a pattern matching construct to Python. Pattern matching allows the programmer to destructure data with a syntax that mirrors the construction syntax. The proposal brings Python in-line with many other modern programming languages,... (more…)
Read more »
Pyright is a tool by Microsoft for statically type checking Python code. It is faster and more efficient than the alternatives. (more…)
Read more »