Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Efficient Caching in Python - From Local to External Solutions

EuroPython Conference via YouTube

Overview

Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Learn efficient caching strategies in Python through this 26-minute conference talk that explores both local in-memory and external caching solutions. Discover how to implement caching using Python's built-in libraries like functools.lru_cache, cachetools, and joblib, while understanding the fundamentals of cache warming, expiry, and invalidation techniques. Explore when and how to transition from local caching to external solutions like Redis, and master the decision-making process for choosing the right caching strategy for specific use cases. Gain practical insights into optimizing application performance without introducing unnecessary complexity, comparing multiple caching strategies, and integrating Redis into Python applications for scalable caching solutions. Understand how proper caching implementation can drastically improve seemingly simple code while avoiding the pitfalls of improper or excessive caching that can impact deployment, performance, scalability, and maintenance.

Syllabus

Efficient Caching in Python: From Local to External Solutions — Akshita Gupta

Taught by

EuroPython Conference

Reviews

Start your review of Efficient Caching in Python - From Local to External Solutions

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.