I’ve been thinking about writing this article for a bit, but have been most prompted by a post grandly titled “Async Python is not faster”. The post was rooted with some good motivations and observations, but also fell somewhat into a polarising mode of … Read more
Similar
A next generation HTTP client for Python. 🦋. Contribute to encode/httpx development by creating an account on GitHub. (more…)
Read more »
In this post, I add enemies and I show you how to test if the tank collides one of them. This post is part of the Discover Python and Patterns series Objective I propose to add two towers at locations … Continue reading →... (more…)
Read more »
An interview with Pablo Galindo and Lysandros Nikolaou about their work to replace CPython's parser and the benefits that it provides for the future evolution of the language. (more…)
Read more »
SQL focused Python ORM. Contribute to hyperflask/sqlorm development by creating an account on GitHub. (more…)
Read more »
Python dependency injection is a great practice to make our python modules more testable, maintainable and scalable. Learn how can we implement that while designing our modules. (more…)
Read more »