Python Weekly: Knowledge Bases, MCP's, Vision-Agents, and More
Week of February 8th, 2026
This week brings a shift in Python tooling: Rust-powered type checkers that make mypy look glacial, the rise of Model Context Protocol frameworks turning “LLM tool integration” into solved infrastructure, and new real-time vision agents.
If you’re building AI systems in Python, these projects will materially change how you work.
These are new tools and repos you guys an spin up and start using. They’ve all been gaining a lot of traction online and on GitHub.
I’ve been using a few of them myself, others I still need play around with but they’ve still been blowing up.
You can check out last week’s up and coming tools here.
This week’s Python landscape has a lot going on and I’m trying to find new tools for you guys through repos, papers and more.
Every week you’ll be introduced to a new topic in Python, think of this as a mini starter course to get you going and allow you to have a structured roadmap that actually builds to create you a solid foundation in Python. Join us today!
We’re seeing a clear shift toward developer experience: faster tools, better type safety, and simplified workflows. Here are the 7 most notable libraries and tools that caught our attention.
Thank you guys for allowing me to do work that I find meaningful. This is my full-time job so I hope you will support my work by joining as a premium reader today.
If you’re already a premium reader, thank you from the bottom of my heart! You can leave feedback and recommend topics and projects at the bottom of all my articles.
You can get started with Python today with the goal to land a job in the next few months - Join the Masterclass Here.
👉 I genuinely hope you get value from these articles, if you do, please help me out, leave it a ❤️, and share it with others who would enjoy this. Thank you so much!
1. DeepWiki-Open: Turn Any Repo Into an AI-Powered Knowledge Base
AsyncFuncAI’s DeepWiki-Open auto-generates intelligent wikis from GitHub/GitLab/BitBucket repositories using RAG and semantic embeddings. It creates Mermaid diagrams, supports 10+ languages, and includes an AI chat interface for querying your codebase. Already at 11,400+ stars and trending.
Why it matters: Onboarding new developers or understanding legacy code just got exponentially easier. Instead of grep and pray, you get semantic search and conversational exploration of your entire codebase.
Check it out: github.com/AsyncFuncAI/deepwiki-open
2. FastMCP 2.0: Production MCP Servers in Minutes
FastMCP 2.0 is a production-ready Python framework for building Model Context Protocol servers and clients. It auto-generates schemas from Python type hints, supports enterprise auth, server composition, and OpenAPI integration. Think of it as “USB-C for AI”—a standard interface for connecting LLMs to any external tool or data source.
Why it matters: MCP is rapidly becoming the standard for LLM-tool integration. FastMCP 2.0 reduces what used to be days of boilerplate into a decorated Python function. If you’re building agents, this is infrastructure you’ll use.
Check it out: github.com/jlowin/fastmcp
Learn Python With Confidence — With Personal 1:1 Coaching
Stop jumping between tutorials. This is a mentorship-based Python program built to help you actually understand what you’re doing and make steady progress.
I’m teaching you the exact system I’ve refined with 1,500+ students over the last 4+ years — now paired with exclusive 1:1 coaching.
A complete learning path with lifetime access, real-world projects, and six private 1:1 coaching sessions focused on your goals and your code.
One Payment. Lifetime Access. No Rigid Schedule.
👉 Ready to get started?
3. Vision-Agents by Stream: Real-Time Vision AI in a Box
Stream’s Vision-Agents is an open-source Python library for building real-time vision agents that work with any AI model (OpenAI, Gemini, Claude) and any video provider. It delivers 500ms join time and 30ms audio/video latency via Stream’s edge network, with 25+ integrations including YOLO, Roboflow, and Deepgram.
Why it matters: Real-time multimodal AI is moving from research demos to production. Vision-Agents provides the missing plumbing—model-agnostic, low-latency, and actually deployable. If you’re building video AI products, this dramatically compresses time-to-market.
Check it out: github.com/GetStream/Vision-Agents
4. PolyMCP: Multi-Server MCP Orchestration
PolyMCP simplifies creating and orchestrating MCP tools across multiple servers. Expose Python functions as MCP tools via FastAPI, orchestrate with PolyAgent across OpenAI/Anthropic/Ollama, and even run zero-config in the browser via Pyodide. It handles security sandboxing, memory limits, and network isolation out of the box.
Why it matters: As MCP adoption grows, managing tools across multiple servers becomes the real challenge. PolyMCP’s browser execution via Pyodide and multi-provider orchestration fills a gap that FastMCP doesn’t target directly.
Check it out: github.com/poly-mcp/Polymcp
5. Earth2Studio by NVIDIA: AI Weather Modeling for Everyone
NVIDIA’s Earth2Studio is an open-source Python framework for building AI-driven weather and climate workflows. It provides modular prognostic and diagnostic models (AIFS, StormCast, SFNO), access to operational weather data (GFS, ERA5), ensemble forecasting, and evaluation metrics—all installable via pip.
Why it matters: Climate AI is one of the highest-impact applications of machine learning. Earth2Studio democratizes access to NVIDIA’s production-grade weather models. If you’re in climate tech, energy forecasting, or environmental research, this replaces months of custom infrastructure.
Check it out: github.com/NVIDIA/earth2studio
Patterns This Week
The MCP Ecosystem Is Exploding. Two significant MCP frameworks (FastMCP 2.0 and PolyMCP) are gaining traction simultaneously. Model Context Protocol is moving from “interesting spec” to “required infrastructure” for agent builders. Expect consolidation and more enterprise tooling around MCP in the coming months.
Rust Is Eating Python Tooling. Ty and Pyrefly both use Rust to deliver order-of-magnitude performance improvements for type checking. Following Ruff (linting) and uv (packaging), Rust-powered Python tools are no longer novelties—they’re becoming the expected baseline for developer tooling.
Real-Time Multimodal Agents Are a Category Now. Vision-Agents signals that the “see and respond in real-time” pattern has enough demand for dedicated frameworks. We’re past the demo stage—production vision agents are coming.
AI-for-Developers Tools Keep Winning. DeepWiki-Open (code understanding), CreateOS (deployment), and the MCP frameworks all share one thesis: developers are the primary consumers of AI right now, and tools that reduce friction in the AI development loop will dominate.
👉 My Python Learning Resources
Here are the best resources I have to offer to get you started with Python no matter your background! Check these out as they’re bound to maximize your growth in the field.
Zero to Knowing: Over 1,500+ students have already used this exact system to learn faster, stay motivated, and actually finish what they start.
P.S - Save 20% off your first month. Use code: save20now at checkout!
Code with Josh: This is my YouTube channel where I post videos every week designed to help break things down and help you grow.
My Books: Maybe you’re looking to get a bit more advanced in Python. I’ve written 3 books to help with that, from Data Analytics, to SQL all the way to Machine Learning.
My Favorite Books on Amazon:
Python Crash Course - Here
Automate the Boring Stuff - Here
Data Structures and Algorithms in Python - Here
Python Pocket Reference - Here
Hope you all have an amazing week nerds ~ Josh (Chief Nerd Officer 🤓)
👉 If you’ve been enjoying these lessons, consider subscribing to the premium version. You’ll get full access to all my past and future articles, all the code examples, extra Python projects, and more.




