python-agent-foundations

SampathBhashyam/python-agent-foundations
★ 0 stars Python 🤖 AI/LLM Updated today
From C# to Python: a hands-on learning path through REST APIs, MCP servers, and AI agents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "python-agent-foundat": {
      "command": "uvx",
      "args": [
        "python-agent-foundations"
      ]
    }
  }
}

Or install with pip: pip install python-agent-foundations

README Excerpt

> A C# enterprise dev learns Python by building AI agents, one module at a time, from a couch, with a busted leg. I've been a .NET developer since 2010, building enterprise apps in C#. In March 2026, I moved to a team that builds AI agents at high throughput. Cool opportunity except everything they do is in Python.