Is it me or Python memory management?
- Track:
- Python Internals & Ecosystem
- Type:
- Talk
- Level:
- intermediate
- Room:
- Forum Hall
- Start:
- 14:00 on 11 July 2024
- Duration:
- 30 minutes
Abstract
Have you ever wondered if Python memory management is playing tricks on you? Starting small, everything runs smoothly. But as your application scales, complexity grows, and memory issues rear their head. You ask yourself, “Is it me or Python memory management?”In this talk, we’ll show you how Python memory works, provide tools to analyze memory usage and share practical optimization tips. Whether you’re a seasoned Python developer or just starting on your Python journey, this talk is designed to provide you with techniques to overcome Python memory management challenges and write more efficient, memory-conscious code.