Is it possible to hit a million requests per second with Python? Probably not until recently. (more…)
Read more »
Python 3.6.0 came out day before yesterday, and it was like a Christmas present for many of us. But in the midst of all the celebration…...
Read more »
Have you ever wanted lightning-fast code, without the segfaults and tedious boilerplate of C? Then come learn why so many Pythonistas are excited about Rust,...
Read more »
In this blog post I want to share with you how you can set up GitHub Actions workflows in your Python project to make sure that the code… (more…)
Read more »
This HOWTO discusses Python support for Unicode, and explains
various problems that people commonly encounter when trying to work
with Unicode. (more…)
Read more »