Media Summary: today I go over the easily confusable NotImplemented and NotImplementedError -- as well as covering functools.total_ordering ... today I talk about the warnings module and the argument you *absolutely* need whenever you raise a warning (as well as how to ... today I talk about a little trick utilizing object() and why you might also need the same thing! playlist: ...

What S Wrong With Python S Blank Except Beginner Intermediate Anthony Explains 008 - Detailed Analysis & Overview

today I go over the easily confusable NotImplemented and NotImplementedError -- as well as covering functools.total_ordering ... today I talk about the warnings module and the argument you *absolutely* need whenever you raise a warning (as well as how to ... today I talk about a little trick utilizing object() and why you might also need the same thing! playlist: ... today we talk about type aliases -- a nifty way to shorten some verbose type names or expose a named "type" playlist: ... today I talk about why mypy doesn't need an annotation for the first argument! - introduction to typing / mypy: ... today I talk about the difference between object and Any when typing things! - intro to typing / mypy: ...

today I talk about a bit of a hidden gem in today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ... today I talk about gradual typing, what that means for mypy, and the settings I tend to use when I'm adding types to a codebase ... today I go over all the options and use cases for fixtures in pytest! - testing a commandline with pytest: ... today I talk about the any / all builtins in

Photo Gallery

NotImplemented vs NotImplementedError (beginner - intermediate) anthony explains #251
python warnings (beginner - intermediate) anthony explains #320
python: why object() in this code? (intermediate) anthony explains #243
python typing: aliases (beginner - intermediate) anthony explains #180
python: naming and underscores (beginner - intermediate) anthony explains #178
python typing: why not self? (intermediate) anthony explains #076
python typing: object vs Any (intermediate) anthony explains #275
easy fake objects with python's SimpleNamespace (beginner - intermediate) anthony explains #143
python: what is __slots__ and __dict__ (intermediate) anthony explains #122
python: NewType vs aliases (intermediate) anthony explains #368
gradual typing python (and my approach) (beginner - intermediate) anthony explains #308
pytest: everything you need to know about fixtures (intermediate) anthony explains #487
Sponsored
View Detailed Profile
NotImplemented vs NotImplementedError (beginner - intermediate) anthony explains #251

NotImplemented vs NotImplementedError (beginner - intermediate) anthony explains #251

today I go over the easily confusable NotImplemented and NotImplementedError -- as well as covering functools.total_ordering ...

python warnings (beginner - intermediate) anthony explains #320

python warnings (beginner - intermediate) anthony explains #320

today I talk about the warnings module and the argument you *absolutely* need whenever you raise a warning (as well as how to ...

python: why object() in this code? (intermediate) anthony explains #243

python: why object() in this code? (intermediate) anthony explains #243

today I talk about a little trick utilizing object() and why you might also need the same thing! playlist: ...

python typing: aliases (beginner - intermediate) anthony explains #180

python typing: aliases (beginner - intermediate) anthony explains #180

today we talk about type aliases -- a nifty way to shorten some verbose type names or expose a named "type" playlist: ...

python: naming and underscores (beginner - intermediate) anthony explains #178

python: naming and underscores (beginner - intermediate) anthony explains #178

today I talk about naming in

Sponsored
python typing: why not self? (intermediate) anthony explains #076

python typing: why not self? (intermediate) anthony explains #076

today I talk about why mypy doesn't need an annotation for the first argument! - introduction to typing / mypy: ...

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: ...

easy fake objects with python's SimpleNamespace (beginner - intermediate) anthony explains #143

easy fake objects with python's SimpleNamespace (beginner - intermediate) anthony explains #143

today I talk about a bit of a hidden gem in

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: NewType vs aliases (intermediate) anthony explains #368

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

today

gradual typing python (and my approach) (beginner - intermediate) anthony explains #308

gradual typing python (and my approach) (beginner - intermediate) anthony explains #308

today I talk about gradual typing, what that means for mypy, and the settings I tend to use when I'm adding types to a codebase ...

pytest: everything you need to know about fixtures (intermediate) anthony explains #487

pytest: everything you need to know about fixtures (intermediate) anthony explains #487

today I go over all the options and use cases for fixtures in pytest! - testing a commandline with pytest: ...

python: how do any / all work? (beginner) anthony explains #225

python: how do any / all work? (beginner) anthony explains #225

today I talk about the any / all builtins in