Media Summary: today I walk through a problem that hopefully no one will ever have again with today I talk about the difference between today I talk about __slots__ and __dict__ and how they relate to objects! playlist:ย ...

Narrow Python Len 2 Intermediate Anthony Explains 443 - Detailed Analysis & Overview

today I walk through a problem that hopefully no one will ever have again with today I talk about the difference between today I talk about __slots__ and __dict__ and how they relate to objects! playlist:ย ... today I talk about a common pattern I see in beginner today I talk about why it's necessary to set `__slots__ = ()` when inheriting from namedtuple classes - namedtuples:ย ... today I talk about the difference between object and Any when typing things! - intro to typing / mypy:ย ...

today I go over all of the various argument/parameter types for today I show how to easily make classes comparable in today I introduce the concept of "inlining" and how an optimizing compiler can use it to make code faster! playlist:ย ... today we talk about a common stumbling block in oh hey, it's episode 100! today I talk about one of my favorite ways to make plain-old-data classes in Start your software dev career - FREE Courses (100+ hours)ย ...

Photo Gallery

narrow python? len('๐Ÿ™ƒ') == 2??? (intermediate) anthony explains #443
python: len(x) vs x.__len__() (beginner - intermediate) anthony explains #131
python: what is __slots__ and __dict__ (intermediate) anthony explains #122
range(len(...)) is almost always wrong in python (beginner) anthony explains #345
why __slots__ = () (namedtuples) (intermediate) anthony explains #123
python typing: object vs Any (intermediate) anthony explains #275
all python argument / parameter types (beginner - intermediate) anthony explains #021
python: easy comparable classes with functools.total_ordering (intermediate) anthony explains #353
what is inlining? and how does it make code faster? (intermediate) anthony explains #400
tuple syntax doesn't have parens (beginner - intermediate) anthony explains #551
python return annotations: NoReturn vs None (intermediate) anthony explains #007
python: NewType vs aliases (intermediate) anthony explains #368
View Detailed Profile
narrow python? len('๐Ÿ™ƒ') == 2??? (intermediate) anthony explains #443

narrow python? len('๐Ÿ™ƒ') == 2??? (intermediate) anthony explains #443

today I walk through a problem that hopefully no one will ever have again with

python: len(x) vs x.__len__() (beginner - intermediate) anthony explains #131

python: len(x) vs x.__len__() (beginner - intermediate) anthony explains #131

today I talk about the difference between

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

range(len(...)) is almost always wrong in python (beginner) anthony explains #345

range(len(...)) is almost always wrong in python (beginner) anthony explains #345

today I talk about a common pattern I see in beginner

why __slots__ = () (namedtuples) (intermediate) anthony explains #123

why __slots__ = () (namedtuples) (intermediate) anthony explains #123

today I talk about why it's necessary to set `__slots__ = ()` when inheriting from namedtuple classes - namedtuples:ย ...

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

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

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

what is inlining? and how does it make code faster? (intermediate) anthony explains #400

what is inlining? and how does it make code faster? (intermediate) anthony explains #400

today I introduce the concept of "inlining" and how an optimizing compiler can use it to make code faster! playlist:ย ...

tuple syntax doesn't have parens (beginner - intermediate) anthony explains #551

tuple syntax doesn't have parens (beginner - intermediate) anthony explains #551

today we talk about tuples 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: NewType vs aliases (intermediate) anthony explains #368

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

today is another

intro to python namedtuples! (beginner - intermediate) anthony explains #100

intro to python namedtuples! (beginner - intermediate) anthony explains #100

oh hey, it's episode 100! today I talk about one of my favorite ways to make plain-old-data classes in

Beginner Python Tutorial 28 - len() Function

Beginner Python Tutorial 28 - len() Function

Start your software dev career - https://calcur.tech/dev-fundamentals FREE Courses (100+ hours)ย ...

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

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

today I talk about naming in