Featured image of post This Month for Pythonistas - March 2025

This Month for Pythonistas - March 2025

MCP, OpenAI agents, dify, langgraph, Gemma 3, and other fun stuff

from datetime import date

print(date.today().year, date.today().month)
# 2025 3

Welcome and thank you for reading This Month for Pythonistas, a monthly update dedicated to Python developers, professionals, and hobbyists.

In this inaugural issue, I would like to compile a list of news, articles, repositories, and tools worth noting in March 2025, as well as other fun stuff that may not necessarily be bound to Python community.

Before we continue, please note that this blog is synced across several platforms:

Ready? Letā€™s get started!


Events & Social

EuroPython 2025 Updates

EuroPython 2025 stays in Prague, Czech Republic (which makes Prague the host city three years in a row!), and the ticket sales start this month.

europython-2025-keynote-speaker

Python Core Developer Savannah Ostrowski is going to be the keynote speaker this year.

Get to know more in their blog.

New versions

ipython 9.0.2

The first major version update in three years! Check it out on pypi.

dify v1.1.3

This major update (v1) brings a plugin system, a new Agent node in workflow, ā€œExtenstionā€, ā€œDify Marketplaceā€, and more!

Check this particular release on github.

Tutorials

Build an event-driven agentic workflow that parses forms, retrieves relevant information from a source document using RAG, and returns answers to the formā€™s fields as structured outputs.

Build a personal email agent with routing, writing, scheduling tools to automatically ignore, respond to, or notify about incoming emails.

Here is another tutorial regarding LangGraph.

Explore the full tutorial to gain hands-on experience with LangGraph, including setting up workflows and building a LangGraph agent that can autonomously parse emails, send emails, and interact with API services.

Instance, class, and static methods each serve a distinct role in Python, and knowing when to use one over another is key to writing clean, maintainable code. Instance methods operate on individual objects using self, while class methods use cls to access class-level data. Static methods, on the other hand, provide organizational structure without relying on class or instance state.

In this tutorial, youā€™ll learn about code quality and the key factors that make Python code high-quality. Youā€™ll explore effective strategies, powerful tools, and best practices to elevate your code to the next level.

Articles

The CPython projectā€™s new tail-call interpreter initially showed a 10 - 15% performance boost. However, the author found this was mainly due to an LLVM 19 regression. When benchmarked against better baselines, the gain dropped to 1 - 5%. The LLVM 19 regression affected the bytecode interpreterā€™s optimization. Also, the ā€œcomputed gotoā€ approach might be unnecessary for modern Clang.

OpenAI introduces their new approach on building agents systems: the new Responses API which would replace Assistants API, a new Python SDK as a agents framework, and more.

gemma-3

Latest iteration of Googleā€™s open-weight LLM includes four sizes from small to medium: 1B, 4B, 12B, and 27B. Hereā€™s the technical report.

Mistral releases its newest ā€œsmallā€ (24B) multi-modal, multilingual LLM, claiming it ā€œoutperforms comparable models like Gemma 3 and GPT-4o Mini, while delivering inference speeds of 150 tokens per secondā€.

mistral-small-3.1-performance

Its ā€œinstructā€ variationā€™s weight is obtainable from HuggingFace.

model-context-protocol

This article delves into the Model Context Protocol (MCP), an open protocol aiming to standardize AI model interactions with tools. Inspired by LSP, MCP supports autonomous AI workflows and human-in-the-loop operations. It has various use cases in dev-centric workflows and net-new experiences. However, the MCP ecosystem is in its early stage, facing challenges like authentication, authorization, and server discoverability. If these issues are resolved, MCP could reshape AI-tool interactions, leading to new pricing models, hosting modes, and a shift in tool development and consumption.

kblam-diagram

KBLaM is a new approach to integrate structured knowledge bases into pre-trained LLMs. Traditional methods like fine-tuning and RAG have drawbacks, and in-context learning has computational issues. KBLaM converts knowledge bases into continuous key-value vector pairs and uses rectangular attention for efficient integration. Itā€™s scalable, with linear cost and dynamic updates. KBLaM also enhances interpretability and reliability, reducing hallucinations. It paves the way for more reliable AI systems in critical fields.

Podcasts

šŸ„ core.py

šŸ RealPython Podcast

šŸ„§ Python Bytes Podcast

šŸ¦œ Talk Python to me

šŸ• Pybites Podcast

Tools

Warp on Windows

Warp is one of my favorite new toys in year 2024, and now it comes to Windows platform. Check their blog!

Cherry Studio 1.1.10

Cherry Studio catches quite a lot of eyes recently, and it just reaches 1.0 not too long ago. official download

Repositories

lmstudio-python (MIT)

I personally have been using LM Studio for roughly one year, and this lmstudio-python (alongside lmstudio-js for JavaScript) is their official SDK with which you can easily manage the models, conversations and more using pure Python code. They have documentations too: docs.

The source code is hosted on github.

openai-agents-python (MIT)

OpenAIā€™s latest contribution to open-source includes this framework for creating multi-agent workflows. This is also among the new toys from OpenAI which I mentioned earlier in this issue.

The source code is on github, and the documentation too.

Update: The Agents SDK has support for MCP, which means you can now connect MCP servers to Agents.

smolagents (Apache-2.0)

Another light-weight (ā€œsmolā€) framework which helps you build AI agents, brought by the HuggingFace team.

Hereā€™s the repostitory

DeepSeek-V3-0324

The is an updated version of V3, released just this March. The weights can be found on HuggingFace

Qwen2.5-Omni-7B

Qwen team has released their version of ā€œomniā€ model on HuggingFace.

Have time for some fun?

Command & Conquer games go open-source

Despite their infamous and disastrous management on this beloved franchise, EA chose to open-source some of the classic C&C games on github, potentially enriching the Modding community support.

Here are the repositories (Mostly C++, plus some C, Assembly and others; under GNU GPL v3):

Death Stranding 2: On the Beach (finally) has a launch date

It would be on the shelves on June 26th (or 24th for Deluxe Edition owners), 2025 for Playstation only (ā€¦ for a while at least), and the pre-order starts March 17th.

death-stranding-2-digital-standard-edition

The price starts from 69.99 USD, 79.99 EUR, 568 HKD or 8,980 JPY.

More details can be found in this playstation blog.

StarCraft goes to tabletop

In their blog, Archon Studio announced an official partnership with Blizzard Entertainment, launching a StarCraft tabletop miniatures game in 2026, followed by board games set in the StarCraft universe in 2027.

starcraft-miniatures

More details, like miniature previews and gameplay mechanics, will be revealed later in 2025.


Alright, that concludes the very first issue of ā€œThis Month of Pythonistasā€. Thank you again for reading my post. I hope you enjoy it or find something useful, and see you in April!

Built with Hugo
Theme Stack designed by Jimmy