Writing a HTTP Load Balancer in Python Using TDD: Routing
This is the second of a 8 part tutorial series where we will explore a critical part of network infrastructure. In this tutorial we are… (more…)
Read more »For the oil prototype, I used Python 3 rather than Python 2 to take advantage
of both type annotations and type checking with mypy. The
mypy type system seems fairly similar to the C++ type system, so these
annotations should help when porting the parser…