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

YouTube

Where Is the Bottleneck?

EuroPython Conference via YouTube

Overview

Explore strategies and tools for identifying performance bottlenecks in Python programs during this 39-minute EuroPython Conference talk. Discover how to diagnose resource-intensive code using basic OS tools like htop, lsof, and ps, as well as advanced profiling tools such as memory_profiler, cprofile, and kcachegrind. Learn to plot memory usage, analyze CPU utilization, and visualize function call graphs to pinpoint performance issues. Gain insights into common causes of slow Python programs and acquire practical skills to efficiently locate and address bottlenecks, ultimately improving software quality and speed.

Syllabus

Introduction
Strategy
Cost
Skills
Basic tools
Memory Profiler
Line Profiler
SuperPython Line Profiler
Plot
Performance
KProfile
Questions

Taught by

EuroPython Conference

Reviews

Start your review of Where Is the Bottleneck?

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.