Astral – fast Python package installer and resolver written in Rust

An extremely fast Python package installer and resolver, written in Rust. – astral-sh/uv… Read more

Similar

Create your own Python decorator

Python decorators were introduced in v2.4 (in 2003! 💾) and allow you to enhance the behaviour of a function or method. When introduced in PEP 318, the goal was to make to extend the @classmethod syntactic support to other functions. (more…)

Read more »