Media Summary: today we talk about an all-too-common problem with regular expressions: today I talk about `repr`, what it is, and how to implement `__repr__` for your own classes! playlist: ... oops spoiler in the thumbnail it's str.partition, oh well -- I

Pesky Redos And Python 3 11 Intermediate Anthony Explains 563 - Detailed Analysis & Overview

today we talk about an all-too-common problem with regular expressions: today I talk about `repr`, what it is, and how to implement `__repr__` for your own classes! playlist: ... oops spoiler in the thumbnail it's str.partition, oh well -- I today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ... here's my list of things that I think are worth knowing for today I talk about the `str.translate` / `str.maketrans` methods as well as a quick use case on how you might use them! playlist: ...

today I to into detail about data descriptors, non-data descriptors, what the point of them is, as well as a quick example! playlist: ...

Photo Gallery

pesky reDOS and python 3.11 (intermediate) anthony explains #563
python: what is repr? (beginner - intermediate) anthony explains #326
NEW generic / alias syntax for python 3.12 (PEP 695) (intermediate) anthony explains #561
my favorite python str method! (beginner - intermediate) anthony explains #003
python: what is __slots__ and __dict__ (intermediate) anthony explains #122
top 10 new things in python 3.11 (beginner - advanced) anthony explains #434
python: str.translate (intermediate) anthony explains #205
python descriptors! (advanced) anthony explains #519
Variables and objects in Python: it's pointers all the way down - Trey Hunner - PyCascades 2026
[PyCon APAC 2023] Parallel code with Python 3.12 sub-interpreters by Anthony Shaw
Sponsored
View Detailed Profile
pesky reDOS and python 3.11 (intermediate) anthony explains #563

pesky reDOS and python 3.11 (intermediate) anthony explains #563

today we talk about an all-too-common problem with regular expressions:

python: what is repr? (beginner - intermediate) anthony explains #326

python: what is repr? (beginner - intermediate) anthony explains #326

today I talk about `repr`, what it is, and how to implement `__repr__` for your own classes! playlist: ...

NEW generic / alias syntax for python 3.12 (PEP 695) (intermediate) anthony explains #561

NEW generic / alias syntax for python 3.12 (PEP 695) (intermediate) anthony explains #561

today we go over the new syntax added in

my favorite python str method! (beginner - intermediate) anthony explains #003

my favorite python str method! (beginner - intermediate) anthony explains #003

oops spoiler in the thumbnail it's str.partition, oh well -- I

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

Sponsored
top 10 new things in python 3.11 (beginner - advanced) anthony explains #434

top 10 new things in python 3.11 (beginner - advanced) anthony explains #434

here's my list of things that I think are worth knowing for

python: str.translate (intermediate) anthony explains #205

python: str.translate (intermediate) anthony explains #205

today I talk about the `str.translate` / `str.maketrans` methods as well as a quick use case on how you might use them! playlist: ...

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

Variables and objects in Python: it's pointers all the way down - Trey Hunner - PyCascades 2026

Variables and objects in Python: it's pointers all the way down - Trey Hunner - PyCascades 2026

In

[PyCon APAC 2023] Parallel code with Python 3.12 sub-interpreters by Anthony Shaw

[PyCon APAC 2023] Parallel code with Python 3.12 sub-interpreters by Anthony Shaw

Title / タイトル: Parallel code with