veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

295
active users

#pythonprogramming

8 posts7 participants0 posts today

🚨 Get ready Pythonistas... our PyCon UK 2025 keynote speaker lineup is about to drop! 🎤

Next week, we’re announcing our three amazing keynote speakers 🐍 Expect inspiration, insight, and some incredibly interesting stories and experiences! 💥

🌟 Who will take the stage?
🎤 What stories will they share?
💬 What conversations will they spark?

👀 Watch this space! 👀

We all know that the Python interpreter changes our code into an intermediate form called bytecode. With the dis module, you can see what this bytecode looks like. In this article, @s_gruppetta explained what happens inside when we run a Python program.

thepythoncodingstack.com/p/pyt

The Python Coding Stack · Python Backstage • Disassembling Python Code Using the `dis` ModuleBy Stephen Gruppetta

@hynek released another great video on uv, where he explained how he uses the just tool to store commands in a cross‑platform, portable way for everyday tasks like installing or refreshing virtual environments, running tests and code checks and even development tasks like sending requests.

youtube.com/watch?v=TiBIjouDGuI

Logs are crucial for understanding what's happening inside your application, especially in production. This article by the Dash0 team is a must-read for mastering logging in Python. It covers structured JSON logs, centralised logging config and enriching logs with contextvars and other modern observability practices.

dash0.com/guides/logging-in-py

www.dash0.comApplication Logging in Python: Recipes for Observability · Dash0Stop debugging with unstructured text Learn to build a robust Python logging system with structured JSON automatic context and full request lifecycle tracking