Media Summary: today I show the tools and processes I used to improve today I talk about a boolean trap, how you can spot one in code review, and how you can fix the problem using a few today I talk about the difference between object and Any when typing things! - intro to typing / mypy: ...
Python Str Translate Intermediate Anthony Explains 205 - Detailed Analysis & Overview
today I show the tools and processes I used to improve today I talk about a boolean trap, how you can spot one in code review, and how you can fix the problem using a few today I talk about the difference between object and Any when typing things! - intro to typing / mypy: ... today I talk about raw strings, invalid escape sequences (W605), and how to automatically fix them! today I show all the many many ways to format strings in - A better way to prepare for Coding Interviews Twitter: Discord: ...
Today I give a crash course on the basics of regular expressions and how you might use them to do some basic text matching! today I talk about comprehensions (list, set, dict, generator) and the syntax and how you can think about them as (nested) for loops ... today I show off (again) the new f-strings syntax in 3.12 and the problems it solves from previous versions playlist: ... today I talk about the difference between len(x) and x.__len__() (as well as other similar functions!) 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: ...