Daftar Isi
1. pretty python profiling (intermediate) anthony explains #016
today I show how I figure out what's slow in a
2. how I made my import sorter 7x faster (intermediate) anthony explains #457
and I actually went a bit further after recording! (it now can reorder all of pre-commit faster than `isort` can import!) -
3. don't use short options in scripts (beginner - intermediate) anthony explains #520
today I show a maintainability recommendation when writing scripts that call commands as well as a bit of caution for BSD ...
4. python typing: @property (beginner - intermediate) anthony explains #117
today I talk about how to type annotate a -- fortunately it's really easy! - what is
5. why __slots__ = () (namedtuples) (intermediate) anthony explains #123
today I talk about why it's necessary to set `__slots__ = ()` when inheriting from namedtuple classes - namedtuples: ...
6. python executable zipapps (intermediate) anthony explains #015
today I
7. gradual typing python (and my approach) (beginner - intermediate) anthony explains #308
today I talk about gradual typing, what that means for mypy, and the settings I tend to use when I'm adding types to a codebase ...
8. my favorite python str method! (beginner - intermediate) anthony explains #003
oops spoiler in the thumbnail it's str.partition, oh well -- I
9. python typing: Optional is not optional! (intermediate) anthony explains #146
today I talk about the Optional type in
10. python: all about comprehensions! (beginner - intermediate) anthony explains #161
today I talk about comprehensions (list, set, dict, generator) and the syntax and how you can think about them as (nested) for loops ...
11. don't use time.time() for performance measurement (beginner - intermediate) anthony explains #230
today I talk about why you shouldn't use `time.time` for performance measurement as well as what you should use! -
12. python has an optimizer (intermediate) anthony explains #316
today I talk about
13. a FREE stateful cron using aws (intermediate) anthony explains #272
today I show how to make a stateful cron using aws lambda -- in it I make a shiny pokemon event den scraper!
14. Certified Entry Level Python Programmer - Part 33 - Negative Indices
Certified Entry-Level
15. weird python identity quirk (intermediate) anthony explains #538
in today's video we
Pretty Python Profiling Intermediate Anthony Explains 016 Information Guide
Overview on Pretty Python Profiling Intermediate Anthony Explains 016

Core Information

Developments

Detailed Analysis
Data is compiled from public records and verified media reports.
Last Updated: August 12, 2026
Conclusion

Disclaimer: Disclaimer: All information is compiled from publicly available data, media reports, and analysis. Actual details may vary.










