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

YouTube

The Hidden Power of the Python Runtime

EuroPython Conference via YouTube

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the hidden intricacies of Python's runtime in this 30-minute EuroPython Conference talk. Delve into the events occurring behind the scenes during program execution, typically concealed from users. Learn how to access and utilize this valuable information directly within Python code, without additional libraries or interpreter configurations. Discover the power of inspecting program state during execution, examining Python variables and frame objects. Gain insights into practical tools based on runtime information that can enhance daily programming tasks. From understanding assertion errors to leveraging debuggers, code coverage tools, and type checkers, uncover the hidden potential within Python's runtime to improve development practices and code quality.

Syllabus

Intro
Test Frameworks
Python Objects
Python Power
Python Stack Frame
Frame Object: Variables
Code Object
Previous Frame
Exception Object
AssertionError Variables
Python Debugger
Tracing Function
Frame Evaluation
Debugger: Location
Debugger: Variables
Debugger: Frames
Code Coverage
coverage.py
Development Tools
Typing Tools
Acces To Frame
Collecting Types
Deadlock
Thread States
Async Locks
Async Fault Handler

Taught by

EuroPython Conference

Reviews

Start your review of The Hidden Power of the Python Runtime

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.