1) MarkdownLint extension for VS Code (in extensions.json/devcontainer.json)
2) MarkdownLint action for GitHub workflows
All from David Anson:
https://github.com/DavidAnson
1) MarkdownLint extension for VS Code (in extensions.json/devcontainer.json)
2) MarkdownLint action for GitHub workflows
All from David Anson:
https://github.com/DavidAnson
https://marketplace.visualstudio.com/items?itemName=zeybek.camouflage
(I usually try to avoid API keys entirely, since Azure supports token-based auth, but I haven't eliminated keys entirely)
https://marketplace.visualstudio.com/items?itemName=zeybek.camouflage
(I usually try to avoid API keys entirely, since Azure supports token-based auth, but I haven't eliminated keys entirely)
aka.ms/aipython/oh
We'll play with Claude on Azure and Agentic RAG and answer whatever questions y'all have.
aka.ms/aipython/oh
We'll play with Claude on Azure and Agentic RAG and answer whatever questions y'all have.
Join our mentored Open-Source Sprints and contribute to real projects — whether you're a beginner or an experienced contributor.
Want to participate or submit a project?
👉 conference.pyladies.com/docs/speaker...
#PyLadiesCon #PyLadies #OpenSource #Python
Join our mentored Open-Source Sprints and contribute to real projects — whether you're a beginner or an experienced contributor.
Want to participate or submit a project?
👉 conference.pyladies.com/docs/speaker...
#PyLadiesCon #PyLadies #OpenSource #Python
Check out the recording and slides here:
ignite.microsoft.com/en-US/sessio...
Check out the recording and slides here:
ignite.microsoft.com/en-US/sessio...
You'll learn how to...
🛠️ Build MCP servers with FastMCP
🤖 Connect servers to agents
☁️ Deploy to the cloud
🔐 Add auth (API keys, OAuth2/PRM/DCR)
All free, on YouTube, with OSS code samples. Register:
🔗 aka.ms/PythonMCP/se...
You'll learn how to...
🛠️ Build MCP servers with FastMCP
🤖 Connect servers to agents
☁️ Deploy to the cloud
🔐 Add auth (API keys, OAuth2/PRM/DCR)
All free, on YouTube, with OSS code samples. Register:
🔗 aka.ms/PythonMCP/se...
Blob indexer + 3 custom skills for document extraction, figure processing, and text processing.
https://github.com/Azure-Samples/azure-search-openai-demo/releases/tag/2025-11-12
Blob indexer + 3 custom skills for document extraction, figure processing, and text processing.
https://github.com/Azure-Samples/azure-search-openai-demo/releases/tag/2025-11-12
www.youtube.com/watch?v=cMRv...
www.youtube.com/watch?v=cMRv...
Pydantic-AI agent connected to a FastMCP server (deployed on FastMCP cloud) using different LLM models from the new Pydantic AI Gateway, called via a Vercel AI React frontend, with both agent and MCP server sending Otel logs to Logfire.
Pydantic-AI agent connected to a FastMCP server (deployed on FastMCP cloud) using different LLM models from the new Pydantic AI Gateway, called via a Vercel AI React frontend, with both agent and MCP server sending Otel logs to Logfire.
Why? Agents are bad at polling- they over/under-check.
SEP-1686 moves orchestration to MCP itself:
github.com/modelcontext...
For Python devs, MCPClient in FastMCP will implement.
Why? Agents are bad at polling- they over/under-check.
SEP-1686 moves orchestration to MCP itself:
github.com/modelcontext...
For Python devs, MCPClient in FastMCP will implement.
I absolutely adore seeing behind the curtain of web-powered tools - so many Monaco references!
I absolutely adore seeing behind the curtain of web-powered tools - so many Monaco references!
www.youtube.com/playlist?lis...
(They'll be up on PyVideo.org soon too, a website which archives talk recordings from many Python conferences)
www.youtube.com/playlist?lis...
(They'll be up on PyVideo.org soon too, a website which archives talk recordings from many Python conferences)
“Just because AI can write your tests… should it?”
youtu.be/Lha1741iEjE
It starts with a tangent about honeybees vs native bees, but I swear, I found a way to relate that topic to the talk.
Enjoy! 🐝
“Just because AI can write your tests… should it?”
youtu.be/Lha1741iEjE
It starts with a tangent about honeybees vs native bees, but I swear, I found a way to relate that topic to the talk.
Enjoy! 🐝
Apparently the brown powder (that has blown all over my garden) is used to dye clothing.
So next time you buy a brown shirt...
https://www.first-nature.com/fungi/pisolithus-arrhizus.php
Apparently the brown powder (that has blown all over my garden) is used to dye clothing.
So next time you buy a brown shirt...
https://www.first-nature.com/fungi/pisolithus-arrhizus.php
https://azure.github.io/PyRIT/
https://learn.microsoft.com/en-us/azure/ai-foundry/how-to/develop/run-scans-ai-red-teaming-agent
Are there other packages or services that you all are using?
https://azure.github.io/PyRIT/
https://learn.microsoft.com/en-us/azure/ai-foundry/how-to/develop/run-scans-ai-red-teaming-agent
Are there other packages or services that you all are using?
group executions by pending/approved/denied, with state all stored in a PostgreSQL database.
https://github.com/dbos-inc/dbos-demo-apps/tree/main/python/agent-inbox
group executions by pending/approved/denied, with state all stored in a PostgreSQL database.
https://github.com/dbos-inc/dbos-demo-apps/tree/main/python/agent-inbox
Apparently by completely ignoring the question and just spitting back the random retrieved data.
If your app does this, you need
1) re-ranking model with a discard threshold
2) prompt addition to refuse off-topic questions
Apparently by completely ignoring the question and just spitting back the random retrieved data.
If your app does this, you need
1) re-ranking model with a discard threshold
2) prompt addition to refuse off-topic questions