Главная
Study mode:
on
1
Intro
2
Test Frameworks
3
Python Objects
4
Python Power
5
Python Stack Frame
6
Frame Object: Variables
7
Code Object
8
Previous Frame
9
Exception Object
10
AssertionError Variables
11
Python Debugger
12
Tracing Function
13
Frame Evaluation
14
Debugger: Location
15
Debugger: Variables
16
Debugger: Frames
17
Code Coverage
18
coverage.py
19
Development Tools
20
Typing Tools
21
Acces To Frame
22
Collecting Types
23
Deadlock
24
Thread States
25
Async Locks
26
Async Fault Handler
Description:
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.

The Hidden Power of the Python Runtime

EuroPython Conference
Add to list