PYTHON
-
Python in Visual Studio Code – October 2024 Release
We’re excited to announce the October 2024 release of the Python and Jupyter extensions for Visual Studio Code! This release…
Read More » -
Advanced Techniques and Tips Quiz – Real Python
Interactive Quiz ⋅ 5 QuestionsBy Martin Breuss Share In this quiz, you’ll test your understanding of Python’s import statement and…
Read More » -
Switching from virtualenvwrapper to direnv, Starship, and uv
Earlier this week I considered whether I should finally switch away from virtualenvwrapper to using local .venv managed by direnv.…
Read More » -
When to Use a List Comprehension in Python Quiz – Real Python
Interactive Quiz ⋅ 8 QuestionsBy Martin Breuss Share In this quiz, you’ll test your understanding of List Comprehension in Python.…
Read More » -
Generate Images With DALL·E and the OpenAI API – Real Python
Describe any image, then let a computer create it for you. What sounded futuristic only a few years ago has…
Read More » -
A Guide to Modern Python String Formatting Tools – Real Python
Watch Now This tutorial has a related video course created by the Real Python team. Watch it together with the…
Read More » -
A Guide to Modern Python String Formatting Tools Quiz – Real Python
Interactive Quiz ⋅ 10 QuestionsBy Leodanis Pozo Ramos Share Test your understanding of Python’s tools for string formatting, including f-strings…
Read More » -
Using Pydantic to Simplify Python Data Validation – Real Python
Pydantic is a powerful data validation and settings management library for Python, engineered to enhance the robustness and reliability of…
Read More » -
PyCoder’s Weekly: Issue #649 (Oct. 1, 2024)
#649 – OCTOBER 1, 2024 View in Browser » Python 3.13: Cool New Features for You to Try In this…
Read More » -
Differences Between Python’s Mutable and Immutable Types – Real Python
As a Python developer, you’ll have to deal with mutable and immutable objects sooner or later. Mutable objects are those…
Read More »