Even if you're in a terrible situation, you should probably try to learn
from it. You never know if your purpose in live is to actually serve as
a warning to others as that "Demotivational" poster puts it.
(more…)
Read more »
Master Python techniques and libraries to reduce run times, efficiently handle huge datasets, and optimize execution for complex machine learning applications.</b> <br/><br/>
Fast Python</i> is a toolbox of techniques for high p... (more…)
Read more »
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 ... (more…)
Read more »
This is the fourth article in a series about writing my own SQL query builder. Today, we'll rewrite it from scratch, explore API design, learn when to be lazy, and look at worse and better ways of doing things – all in 150 lines of Python! (more…)
Read more »
In the past few years, SQL and Python have emerged as the linguae francae of data. As of 2021, they are the 3rd and 4th most used programming languages, in large part because of their popularity amongst Data Scientists and Analysts. (more…)
Read more »