YoVDO

The Hidden Power of the Python Runtime

Offered By: EuroPython Conference via YouTube

Tags

EuroPython Courses Deadlocks Courses Code Coverage Courses

Course Description

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

Related Courses

A Brief History of Data Storage
EuroPython Conference via YouTube
Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube
We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube
Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube
The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube