Please turn JavaScript on
Real Python icon

Real Python

Want to stay in touch with the latest updates from Real Python? That's easy! Just subscribe clicking the Follow button below, choose topics or keywords for filtering if you want to, and we send the news to your inbox, to your phone via push notifications or we put them on your personal page here on follow.it.

Reading your RSS feed has never been easier!

Website title: Python Tutorials – Real Python

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  1.18 / day

Message History

In this quiz, you’ll test your understanding of How to Publish an Open-Source Python Package to PyPI.

By working through this quiz, you’ll revisit how to name and configure a package with pyproject.toml, specify dependencies, version your releases, build source...


Read full story

What bottlenecks were preventing NumPy from scaling on free-threaded Python? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.

[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days.


Read full story

Adding observability to your applications is crucial for diagnosing issues in production. In this tutorial, you’ll learn how to integrate OpenTelemetry—an open-source observability framework—into a FastAPI application. After following along, you’ll be able to instrument FastAPI with OpenTelemetry to export traces and correlate them with your application logs, allowing you to ...


Read full story

In this quiz, you’ll test your understanding of How to Integrate OpenTelemetry With a FastAPI App.

By working through this quiz, you’ll revisit how to instrument a FastAPI application with OpenTelemetry, create custom spans for your business logic, correlate your log...


Read full story

OpenCode is an open-source AI coding agent that runs in your terminal and lets you analyze and refactor a Python project through conversational commands. In this video course, you’ll install it on your system, set it up with a free Google Gemini API key, and learn the basics of how to use it in your daily programming work.

OpenCode works as a conversational assistant y...


Read full story