Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Retry Pattern: The Secret to Resilient Python Code
Play lesson

Software Design in Python - Retry Pattern: The Secret to Resilient Python Code

4.0 (1)
31 learners

What you'll learn

This course includes

  • 31.5 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

👉 Get real-time, search result data from Google, Youtube and more with SerpApi: https://serpapi.link/arjan-codes. This video shows you how to stop your Python code from crashing when APIs, networks, or LLMs fail at random. I walk through the Retry Pattern step-by-step: starting with a flaky example, adding simple retries, improving them with exponential backoff, turning the logic into a clean decorator, and finally adding fallback routes when retrying the same thing no longer makes sense. You’ll also see how retries help when working with LLMs that sometimes return invalid JSON. By the end, you’ll know exactly when to retry, when not to, and how to make your applications far more resilient. Design pattern playlist: https://www.youtube.com/playlist?list=PLC0nd42SBTaNf0bVJVd9e2oBV-mcUuxS0 🔥 GitHub Repository:https://git.arjan.codes/2025/retry. 🎓 ArjanCodes Courses: https://www.arjancodes.com/courses. 💬 Join my Discord server: https://discord.arjan.codes. ⌨️ Keyboard I’m using: https://amzn.to/49YM97v. 🔖 Chapters: 0:00 Intro 0:53 The Problem: Transient Failures 1:35 A Simple Retry Function 7:14 Exponential Backoff 9:32 Using a Decorator (with @wraps) 12:53 LLM Example (JSON with the New API) 14:48 When You Shouldn’t Retry the Same Thing 21:06 Production-Ready Option with Tenacity 21:47 When (Not) to Use the Retry Pattern 23:15 Final Thoughts #arjancodes #softwaredesign #python

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere