Leanpub Header

Skip to main content

Filters

Category: "Agentic Engineering"

Courses

  1. Building AI Agents with Ollama: A Practical Course
    Design, Build, and Deploy Production-Ready Local AI Agents with Ollama
    Steve Publications

    Build powerful AI agents without relying on the cloud. In this hands-on course, you'll learn how to create intelligent, production-ready agents that run entirely on your own hardware using Ollama. Starting with the fundamentals and progressing to advanced topics like RAG, tool calling, long-term memory, and multi-agent systems, you'll develop real-world applications through practical, copy-and-run examples. Whether you're building personal assistants, automation tools, or sophisticated AI workflows, this course gives you the knowledge and code to build fast, private, and reliable AI agents with confidence.

  2. Asyncio Without the Magic
    From Zero to Async Python You Actually Understand
    Ritesh Modi

    Learn Python asyncio from zero by building the event loop by hand. Six fetches go from 12 seconds to 3 on one thread, and you understand every line. Most asyncio tutorials throw async and await at you on page one. This course builds the event loop by hand first, in plain Python, so the keywords finally click. Six fetches drop from 12 seconds to 3, on one thread, and you understand every line. No magic. This interactive course has a companion book, Asyncio Without the Magic, on Leanpub at https://leanpub.com/asyncio . The book is the deep, cover-to-cover read; the course is where you make it stick with quizzes, build-it-yourself exercises, and runnable notebooks. They are built to be used together: read the idea in the book, then drill it in the course until it is yours. You get a lot from either one on its own, and the most by far from both together.