About this certification
Agentic AI in Python: Build a Coding Agent with Google Gemini API (Video Course) is a certification that guides you to build a real Python coding agent that plans, acts, and iterates, culminating in a CLI that reads/writes files, runs tests, fixes bugs, adds features, and explains changes with built-in safety.
By mastering agent design, safe tool use, and reliable automation, you gain Increased Productivity, Competitive Advantage, Improved Decision-Making, Adaptability and Growth, and a Future-Proof Career with Higher Income Potential.
Enroll now to turn modern LLM capabilities into a production-ready agent and earn a credential that signals practical, job-ready skill.
This certification covers the following topics:
- Agents vs Chatbots: Core Concepts and Terminology
- System Architecture: Planning, Acting, and Iterating
- Project Setup with uv and Gemini API Integration
- Designing LLM-Friendly Tools and Clear Tool Schemas
- Function Declarations: Teaching Gemini About Your Tools
- System Prompts, Roles, and Message History
- Implementing the Agentic Loop in Python (main.py)
- Safe Execution: Path Limits, Timeouts, and Guardrails
- Reliability: Interfaces, Error Handling, and Recovery Patterns
- Token Management, Cost Control, and Test-Driven Workflows
- Extending the Agent and Production Hardening