Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.02 KB

For Better Resources on learning all this stuff

Dataclass [YouTube]https://www.youtube.com/watch?v=vBH6GRJ1REM James Murphy from mCoding, he has a great bland intensity to him

TypeHints YouTube TechWithTim, gives a broad overview with a bit more context

Operator Overloading YouTube Note that underscore underscore is typically called “dunder”, I don’t know why

List Comprehension YouTube The production value of this cracks me up

Itertools Documention itertools — Functions creating iterators for efficient looping — Python 3.11.0 documentation

Match Statement YouTube James Murphy from mCoding again, he’s my go-to

Walrus Operator YouTube From Bro Code, which must have come from some Silicon Valley startup.