Media Summary: today I discuss and demo my top favorite new things in python3.9! links: - getting python3.9 early via deadsnakes: ... today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ... today I talk about all the different types of statuses that a pytest

Testing Optional Python Dependencies Intermediate Anthony Explains 109 - Detailed Analysis & Overview

today I discuss and demo my top favorite new things in python3.9! links: - getting python3.9 early via deadsnakes: ... today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ... today I talk about all the different types of statuses that a pytest 3.10 is coming! here's the new things to look out for! - top 10 new things in today we introduce another typing / mypy concept: generics! I show a few examples of how to write generic functions and generic ... today I follow up to the video about Protocol and show for doing some light structural type

today I talk about dist-packages / site-packages and the reasons debian has for separating the two playlist: ... we talked about decorators before but I didn't show how to write a class decorator (or how it works)! - decorators: ... today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ... probably the most asked question on my channel -- what are those funny @ signs! I today I talk about the __future__ module (not to be confused with the future module!) and how it affects execution in 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 recursively import all modules in a directory and also show a few use cases I have for this! - the `__import__` ...

Photo Gallery

testing optional python dependencies (intermediate) anthony explains #109
python packaging: optional dependencies (intermediate) anthony explains #074
top 10 new things in python3.9 (beginner - intermediate) anthony explains #093
I don't need `__init__.py`? PEP 420 and namespace packages (intermediate) anthony explains #420
what are python doctests? (beginner - intermediate) anthony explains #300
pytest: xfail vs xpass and all test statuses (beginner - intermediate) anthony explains #260
top 10 new things in python 3.10 (beginner - intermediate) anthony explains #289
pytest: testing env variables (intermediate) anthony explains #317
python Generics (intermediate) anthony explains #430
typing: Protocol + @runtime_checkable (intermediate) anthony explains #187
python typing: re.match and Optional (intermediate) anthony explains #115
python dist-packages vs. site-packages (intermediate) anthony explains #108
View Detailed Profile
testing optional python dependencies (intermediate) anthony explains #109

testing optional python dependencies (intermediate) anthony explains #109

today I talk about how to

python packaging: optional dependencies (intermediate) anthony explains #074

python packaging: optional dependencies (intermediate) anthony explains #074

today I talk about how to declare

top 10 new things in python3.9 (beginner - intermediate) anthony explains #093

top 10 new things in python3.9 (beginner - intermediate) anthony explains #093

today I discuss and demo my top favorite new things in python3.9! links: - getting python3.9 early via deadsnakes: ...

I don't need `__init__.py`? PEP 420 and namespace packages (intermediate) anthony explains #420

I don't need `__init__.py`? PEP 420 and namespace packages (intermediate) anthony explains #420

today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ...

what are python doctests? (beginner - intermediate) anthony explains #300

what are python doctests? (beginner - intermediate) anthony explains #300

today I talk about

pytest: xfail vs xpass and all test statuses (beginner - intermediate) anthony explains #260

pytest: xfail vs xpass and all test statuses (beginner - intermediate) anthony explains #260

today I talk about all the different types of statuses that a pytest

top 10 new things in python 3.10 (beginner - intermediate) anthony explains #289

top 10 new things in python 3.10 (beginner - intermediate) anthony explains #289

3.10 is coming! here's the new things to look out for! - top 10 new things in

pytest: testing env variables (intermediate) anthony explains #317

pytest: testing env variables (intermediate) anthony explains #317

today I talk about three strategies to

python Generics (intermediate) anthony explains #430

python Generics (intermediate) anthony explains #430

today we introduce another typing / mypy concept: generics! I show a few examples of how to write generic functions and generic ...

typing: Protocol + @runtime_checkable (intermediate) anthony explains #187

typing: Protocol + @runtime_checkable (intermediate) anthony explains #187

today I follow up to the video about Protocol and show @runtime_checkable for doing some light structural type

python typing: re.match and Optional (intermediate) anthony explains #115

python typing: re.match and Optional (intermediate) anthony explains #115

today I talk about

python dist-packages vs. site-packages (intermediate) anthony explains #108

python dist-packages vs. site-packages (intermediate) anthony explains #108

today I talk about dist-packages / site-packages and the reasons debian has for separating the two playlist: ...

python: decorating a class (intermediate) anthony explains #194

python: decorating a class (intermediate) anthony explains #194

we talked about decorators before but I didn't show how to write a class decorator (or how it works)! - decorators: ...

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 @decorators - (intermediate) anthony explains #002

python @decorators - (intermediate) anthony explains #002

probably the most asked question on my channel -- what are those funny @ signs! I

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

python: exception catching and isinstance gotcha (beginner - intermediate) anthony explains #247

python: exception catching and isinstance gotcha (beginner - intermediate) anthony explains #247

today I talk about exception handling in

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

recursively import python modules (intermediate) anthony explains #372

recursively import python modules (intermediate) anthony explains #372

today I show how to recursively import all modules in a directory and also show a few use cases I have for this! - the `__import__` ...