Upgrading to Python 3 with Zero Downtime

We recently upgraded our API backend from Python 2.7.12 to Python 3.5.2. Here’s how we did it.

Similar

Python Pattern Matching

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 »