Welcome to the 4th Edition of Learn Python the Hard Way which teaches Python 3. You can visit the companion site to the book at http://learnpythonthehardway.org/ where you can purchase digital downloads and paper versions of the book. The free HTML versi... (more…)
Read more »
In this post I will talk about some tools that can help us solve another painful problem in Python: profiling CPU usage. CPU profiling means measuring the performance of our code by analyzing the w… (more…)
Read more »
In an interview with Evrone Armin talks about his work at Sentry, shares his thoughts on handling errors in the backend, speaks about the differences between Rust and Python, the “gradual typing” approach, and, of course, the secrets of his work-life bala... (more…)
Read more »
Welcome to the second edition of “Station Wagon Full of Tapes”. This is a deep dive into how we can achieve structural subtyping in Python using Protocol definitions from. In this post there will be excerpts from code attached as images, so make sure the ... (more…)
Read more »
Python library that provides easy to integrate pagination - prabhupant/sqlpage... (more…)
Read more »