Перейти к содержимому

Python Functions for AI Agents | *args, **kwargs, Lambda & Recursion — Class 4

Blueprint of AI

0:00 / 0:00

Python Functions for AI Agents | *args, **kwargs, Lambda & Recursion — Class 4

82 просмотра · Трансляция закончилась 3 недели назад
Blueprint of AI
211 подписчиков
82 просмотра · Трансляция закончилась 3 недели назад
Class 4 — Python Functions & Recursion | Blueprint of AI Functions are more than a basic Python concept — they become an important building block when you start creating tools, APIs, RAG pipelines and AI Agent workflows. In this coding-first live class, we'll learn Python functions from scratch and connect each concept to the kind of Python you'll use later in GenAI and Agentic AI development. 🚀 What You'll Learn • Python functions — `def`, parameters and `return` • Default arguments • Keyword arguments • `*args` — variable positional arguments • `**kwargs` — variable keyword arguments • Lambda functions • Local vs Global scope • Recursion • Practical coding exercises 🔥 *Special focus:* `*args` and `**kwargs` We'll use these concepts to understand how flexible Python functions work and how similar patterns appear when working with configurations and AI applications. Later in this roadmap, you'll use Python functions as the foundation for tools that AI Agents can call. 🎯 Who Is This For? This live class is for: • Python beginners preparing for GenAI • Developers transitioning into AI/ML • Working professionals moving into AI roles • College students learning AI development • Anyone following the Python → GenAI → Agentic AI path 💻 CODE + NOTEBOOK Today's notebook and all class resources: https://github.com/itsvikaspandey/you... 📚 COMPLETE BLUEPRINT OF AI ROADMAP Python → GenAI → LLMs → RAG → Fine-tuning → AI Agents → MCP ▶️ PREVIOUS CLASSES Class 1: Python for GenAI & Agentic AI — https://www.youtube.com/live/F7NAM5gc... Class 2: Conditionals & Loops — https://www.youtube.com/live/CVmk5_dc... Class 3: Lists, Tuples, Dictionaries & Sets — https://www.youtube.com/live/KRYmLfOS... 📺 Watch the complete series: Full Playlist —    • FREE LIVE AI ENGINEERING CLASSES | Learn A...   If you're learning Python because your goal is to build real GenAI and Agentic AI applications, follow the complete series step by step. 🔔 Subscribe and join the next class. #Python #GenAI #AIAgents #PythonForAI #AgenticAI