talks
Conference demos and examples for building Python data agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install pydantic talks?โผ
Run `npx skills add pydantic/talks --all -g -y` in your terminal to install all skills from this repository globally.
What is in the pydantic talks repository?โผ
It contains self-contained conference talk materials about Pydantic, PydanticAI, and Logfire, each with runnable example agents, slides, and demo databases.
How to build slide decks with the deckx skill?โผ
The deckx skill builds a self-contained HTML slide deck from one MDX file plus a CSS theme, then converts it to PDF via Chrome headless with a single command.
Can I learn PydanticAI from these examples?โผ
Yes. Each talk folder includes working Python agents, such as weather agents and database-querying assistants, that you can run and study directly.
Do the World Cup examples need a database setup?โผ
The examples ship with a build script that creates the SQLite database, and the included instructions guide your agent to query it with SQL.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides