/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

kishstats.com
| | lepisma.xyz
3.5 parsecs away

Travel
| | [AI summary] The author discusses the benefits of adopting optional static type checking with Python 'mypy' and gradually typed languages to improve code maintainability and reduce errors.
| | blog.florimondmanca.com
1.6 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.
| | adl1995.github.io
1.8 parsecs away

Travel
| |
| | blog.stevenlevithan.com
21.7 parsecs away

Travel
| In the past, I've touched on using regexes to match nested constructs up to a predetermined depth, which is the best you can do unless you're using one of the three regex engines (Perl, PCRE, and .NET) which are currently able to handle true recursion. Well, recently I wanted to be able to support unlimited...