We've helped 1M+ developers ship better code

Django experts who built Cookiecutter (5M+ monthly downloads), Two Scoops of Django, and Air framework

Elite AI-Assisted Coding

Learn to Use AI to Code 100x More Efficiently

Master AI-assisted coding with the course created and taught by Eleanor Berger and Isaac Flath. Daniel and Audrey Roy Greenfeld join as guest experts, sharing real-world demos and walkthroughs that show these techniques in action.

Whether you're a seasoned developer or just starting your AI-assisted coding journey, you'll get practical strategies, step-by-step context engineering patterns, and guest-led examples you can apply today.

What You'll Master

  • Precision Context Engineering

    Craft prompts that make AI write production-ready code

  • 🔥

    Stop wrestling with AI and start building like a pro

  • 💎
    Enterprise-Grade Solutions

    Learn the techniques Fortune 500 companies pay consultants $500/hour for

  • 🎪
    Real-World Case Studies

    Includes guest case studies and walkthroughs with Daniel and Audrey, showing how these methods apply in real projects

Enroll while you still can!

💰 Get 30% Off - Use promo code AUDREY for discount

Air: The Web Framework We Wished Existed

Built with FastAPI, Starlette, HTMX, and Pydantic

After years of writing Django books, shipping production apps, and helping over a million developers worldwide, we knew we could build something better. Air combines everything we've learned with modern Python tools.

We use it in production everywhere now—and you can too.

import air

app = air.Air()

@app.page
def index():
    return air.layouts.mvpcss(
        air.Title("My Air App"),
        air.H1("Hello, Air!"),
        air.P("Building modern web apps with Python")
    )

About Us

Portrait photo of Audrey M. Roy Greenfeld

Audrey M. Roy Greenfeld

GitHubTwitterBlueskyLinkedIn

Audrey sees repetitive developer work and builds tools to eliminate it. Her project templating tool Cookiecutter saves developers countless hours—downloaded over 5 million times monthly with 23.8k GitHub stars.

As PyLadies' first president and cofounder in 2011, she built the organization from scratch—handcrafting the first website to the logo to the chapter kit that helped launch a global movement. She also created DjangoPackages.org to help developers discover the best Django tools.

MIT-trained engineer, Two Scoops co-author, and devoted mother to Uma, who keeps her grounded between building the next generation of developer tools.

Visit Personal Site
Portrait photo of Daniel Roy Greenfeld

Daniel Roy Greenfeld

GitHubTwitterBlueskyLinkedIn

Daniel believes great code should be accessible to everyone. His Two Scoops of Django series became the definitive guide for tens of thousands of developers worldwide, and he's contributed code to hundreds of open source packages.

From organizing the first PyCon Philippines to building django-crispy-forms, he's spent decades making Python development better for everyone. His work at NASA, Kraken Technologies, and AI research labs taught him that robust, maintainable code isn't just nice-to-have—it's essential.

When not coding, he's watching documentaries and Mark Rober videos with his daughter Uma, feeding their curiosity about how things work.

Visit Personal Site

Our Books

Book cover: Two Scoops of Django

Two Scoops of Django 3.x

Best practices guide for Django development, packed with practical advice and real-world examples from experienced developers.

Learn More
Book cover: Django Crash Course

Django Crash Course 3.x

A comprehensive introduction to Django web development, perfect for developers looking to build robust web applications quickly.

Learn More