Media Summary: today I talk about the difference between object and Any when typing things! - intro to typing / mypy: ... today I talk about the __future__ module (not to be confused with the future module!) and how it affects execution in today I show off `nullcontext` as well as a few popular usecases for conditional context managers and one for pytest! - conditional ...

Python What Is Nonlocal Intermediate Anthony Explains 169 - Detailed Analysis & Overview

today I talk about the difference between object and Any when typing things! - intro to typing / mypy: ... today I talk about the __future__ module (not to be confused with the future module!) and how it affects execution in today I show off `nullcontext` as well as a few popular usecases for conditional context managers and one for pytest! - conditional ... Python (Programming Language) Project 56: 'Nonlocal Variables' Created by Trishanth Kumar today I go over all of the various argument/parameter types for today's video is a bit of a puzzle! how to implement

today I talk about the concept of immutability and all the things that are immutable in today we talk about a common stumbling block in today I talk about comprehensions (list, set, dict, generator) and the syntax and how you can think about them as (nested) for loops ... today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ... today I to into detail about data descriptors, non-data descriptors, what the point of them is, as well as a quick example! playlist: ... today I show how to easily make classes comparable in

Photo Gallery

python: what is `nonlocal` (intermediate) anthony explains #169
nonlocal Keyword | Python Tutorial
python scoping (beginner - intermediate) anthony explains #197
python typing: object vs Any (intermediate) anthony explains #275
python __future__ "module" (beginner - intermediate) anthony explains #055
what is nullcontext? (conditional contexts, pytest) (intermediate) anthony explains #464
Python (Programming Language) Project 56: 'Nonlocal Variables' Created by Trishanth Kumar
The Nonlocal Statement in Python
python: NewType vs aliases (intermediate) anthony explains #368
all python argument / parameter types (beginner - intermediate) anthony explains #021
positional / named only without `*` or `/`? (intermediate) anthony explains #529
what is immutability?  (beginner - intermediate) anthony explains #412
View Detailed Profile
python: what is `nonlocal` (intermediate) anthony explains #169

python: what is `nonlocal` (intermediate) anthony explains #169

today I talk about `

nonlocal Keyword | Python Tutorial

nonlocal Keyword | Python Tutorial

How to use the

python scoping (beginner - intermediate) anthony explains #197

python scoping (beginner - intermediate) anthony explains #197

python

python typing: object vs Any (intermediate) anthony explains #275

python typing: object vs Any (intermediate) anthony explains #275

today I talk about the difference between object and Any when typing things! - intro to typing / mypy: ...

python __future__ "module" (beginner - intermediate) anthony explains #055

python __future__ "module" (beginner - intermediate) anthony explains #055

today I talk about the __future__ module (not to be confused with the future module!) and how it affects execution in

what is nullcontext? (conditional contexts, pytest) (intermediate) anthony explains #464

what is nullcontext? (conditional contexts, pytest) (intermediate) anthony explains #464

today I show off `nullcontext` as well as a few popular usecases for conditional context managers and one for pytest! - conditional ...

Python (Programming Language) Project 56: 'Nonlocal Variables' Created by Trishanth Kumar

Python (Programming Language) Project 56: 'Nonlocal Variables' Created by Trishanth Kumar

Python (Programming Language) Project 56: 'Nonlocal Variables' Created by Trishanth Kumar

The Nonlocal Statement in Python

The Nonlocal Statement in Python

In this

python: NewType vs aliases (intermediate) anthony explains #368

python: NewType vs aliases (intermediate) anthony explains #368

today is another

all python argument / parameter types (beginner - intermediate) anthony explains #021

all python argument / parameter types (beginner - intermediate) anthony explains #021

today I go over all of the various argument/parameter types for

positional / named only without `*` or `/`? (intermediate) anthony explains #529

positional / named only without `*` or `/`? (intermediate) anthony explains #529

today's video is a bit of a puzzle! how to implement

what is immutability?  (beginner - intermediate) anthony explains #412

what is immutability? (beginner - intermediate) anthony explains #412

today I talk about the concept of immutability and all the things that are immutable in

python return annotations: NoReturn vs None (intermediate) anthony explains #007

python return annotations: NoReturn vs None (intermediate) anthony explains #007

today we talk about a common stumbling block in

python: all about comprehensions! (beginner - intermediate) anthony explains #161

python: all about comprehensions! (beginner - intermediate) anthony explains #161

today I talk about comprehensions (list, set, dict, generator) and the syntax and how you can think about them as (nested) for loops ...

Advanced Python Tutorial: The 'nonlocal' Keyword Explained

Advanced Python Tutorial: The 'nonlocal' Keyword Explained

Are you looking to take your

python: what is __slots__ and __dict__ (intermediate) anthony explains #122

python: what is __slots__ and __dict__ (intermediate) anthony explains #122

today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ...

python descriptors! (advanced) anthony explains #519

python descriptors! (advanced) anthony explains #519

today I to into detail about data descriptors, non-data descriptors, what the point of them is, as well as a quick example! playlist: ...

python: easy comparable classes with functools.total_ordering (intermediate) anthony explains #353

python: easy comparable classes with functools.total_ordering (intermediate) anthony explains #353

today I show how to easily make classes comparable in

Python tutorial: Variable Scopes & Namespaces - global/local/nonlocal | Explained with animations

Python tutorial: Variable Scopes & Namespaces - global/local/nonlocal | Explained with animations

The variables you define in your