Joblib is a set of tools to provide lightweight pipelining in
Python. In particular: (more…)
Read more »
I was reading a tweet about it yesterday and that didn't stop me from pushing a code change in production with the same rookie mistake today. Consider this function: # src.py from __future__ import annotations import logging import time from datetime impo... (more…)
Read more »
A Python Interpreter written in Rust. Contribute to RustPython/RustPython 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 »
I’m here today to give you an example how you can too use web scraping to gain insights from online available data. I’m gonna be using Scrapy the web scraping framework to scrape football stats... (more…)
Read more »