/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

hynek.me
| | blog.startifact.com
3.7 parsecs away

Travel
| | A discussion of what patterns occur in software framework design.
| | www.integralist.co.uk
3.7 parsecs away

Travel
| | Introduction This post is going to cover a few tools and features I plan on using when writing Python code in 2019. I've grouped these into the following sections: Type Hints and Static Analysis Interfaces, Protocols and Abstract Methods Dependency Management (with pipenv) (OUTDATED! ?) read my post "Python Management and Project Dependencies". But before we get into it... time for some self-promotion Want to be up and running quickly with Python?
| | initialcommit.com
3.9 parsecs away

Travel
| | In this article, you'll take a look at the different rules of thumb posited by the Zen of Python, as well as how to implement them in your development workflow.
| | swtch.com
25.0 parsecs away

Travel
| [AI summary] This article compiles resources and implementations for creating efficient regular expression search algorithms using finite automata and DFA/NFA methods.