Explore >> Select a destination


You are here

benhoyt.com
| | hamatti.org
11.4 parsecs away

Travel
| | Pattern matching is coming to Python this year and I'm so excited for it! I'll walk you through what is pattern matching and how it's gonna work in Python.
| | gist.github.com
28.5 parsecs away

Travel
| | Python - functional style! GitHub Gist: instantly share code, notes, and snippets.
| | nedbatchelder.com
20.1 parsecs away

Travel
| | eval() is tempting, but it's truly dangerous. Here's how common safety attempts can be circumvented.
| | bartoszmilewski.com
109.5 parsecs away

Travel
| This is part of the book Category Theory for Programmers. The previous instalment was Category: The Essence of Composition. See the Table of Contents. The category of types and functions plays an important role in programming, so let's talk about what types are and why we need them. Who Needs Types? There seems to be...