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__` ...