Await Async Python applied with real examples. I show a slow API server and a slow database, and explain why async is not parallel but concurrent.... (more…)
Read more »
In this article, we will take a look at a technique for bug hunting in Open Source projects by using version tracking... (more…)
Read more »
Redisearch based cross-language fuzzy search engine - rednafi/ashen... (more…)
Read more »
Happy New Year everyone! In late December 2023 (Christmas Day to be precise), CPython core developer Brandt Bucher submitted a little pull-request to the Python 3.13 branch adding a JIT compiler. (more…)
Read more »
Mypyc compiles Python modules to C extensions. It uses standard Python
type hints to
generate fast code. (more…)
Read more »