Amjith Ramanujam

Number of videos:
2
Python Profiling

This talk will give a tour of different profiling techniques available for Python applications. We'll cover specific modules in Python for doing function profiling and line level profiling. We'll show the short comings of such mechanisms in production and discuss how to do sampled profiling of specific functions. We'll finish with statistical profilers that use thread stack interrogation.

Event: PyCon US 2013
Speakers: Amjith Ramanujam
Recorded: March 15, 2013
Language: English
Last updated: March 20, 2013
Debugging Live Python Web Applications

Monitoring tools record the result of what happened to your web application when a problem arises, but for some classes of problems, monitoring systems are only a starting point. Sometimes it is necessary to take more intrusive steps to plan for the unexpected by embedding mechanisms that will allow you to interact with a live deployed web application and extract even more detailed information.

Event: DjangoCon 2012
Speakers: Amjith Ramanujam
Recorded: September 4, 2012
Language: English
Last updated: January 29, 2013