PYTHON
-
Should you use uv’s managed Python in production?
The uv Python packaging tool provides fast replacements for tools like pip, and a variety of developer experience improvements. Unlike…
Read More » -
PyCoder’s Weekly: Issue #651 (Oct. 15, 2024)
#651 – OCTOBER 15, 2024 View in Browser » Exploring the New Features of Python 3.13 Python 3.13 is here!…
Read More » -
Using Type Hints for Multiple Return Types in Python – Real Python
In Python, type hinting is an optional yet useful feature for making your code easier to read, reason about, and…
Read More » -
What is an API gateway?
2024-10-14, by Dariusz Suchojad In this article, we are going to use Zato in its capacity as a multi-protocol Python…
Read More » -
Using a Lock and Other Techniques Quiz – Real Python
Interactive Quiz ⋅ 8 QuestionsBy Martin Breuss Share In this quiz, you’ll test your understanding of Python threading and thread…
Read More » -
fpdf2 latest news
I wrote my last post on fpdf2 18 months ago. We released 7 more versions of fpdf2 since then! This…
Read More » -
Why Python Is Sweet and Pythonic – Real Python
Python has several pieces of syntax that are syntactic sugar. This sugar is syntax that isn’t strictly necessary but gives…
Read More » -
Django and the Python 3.13 REPL
Your new Django project uses Python 3.13. You’re really looking forward to using the new REPL… but python manage.py shell…
Read More » -
Build Captivating Display Tables in Python With Great Tables – The Real Python Podcast
Jul 26, 2024 1h 10m Do you need help making data tables in Python look interesting and attractive? How can you…
Read More » -
Django bugfix release issued: 5.1.2 | Weblog
Django bugfix release issued: 5.1.2 Posted by Natalia Bidart on October 8, 2024 Today we’ve issued the 5.1.2 bugfix release.…
Read More »