
#python #intermediate
Breaking Free: Python 3.14 Shatters the GIL Ceiling
A Deep Dive Into Python’s Most Exciting Update Since 3.10
Read article

#python #intermediate
UV The Lightning-Fast Python Package Manager
UV is a Python package manager written in Rust that transforms how developers manage their Python environments and dependencies.
Read article

#python #intermediate
Python projects with Poetry and VSCode Part 3
Finally, in this third part, we'll write a sample library, build our project with *Poetry* and publish it on Pypi.
Read article

#python #intermediate
Python projects with Poetry and VSCode Part 2
In this second part, we'll add our virtual Environment to VSCode, update our dependencies and integrate Flake8, Black and Pytest with the editor.
Read article

#python #intermediate
Python projects with Poetry and VSCode Part 1
We'll use Poetry to start a simple project, manage dependencies and publish it on PyPI. We'll also integrate Pytest, Black, and Flake8 into VSCode directly from a Virtual Environment.
Read article

#python #basics
Python Comprehensions: A step by step Introduction
In this short article, we are going to make some for loops and rewrite them, step by step, into comprehensions.
Read article
1 / 2