Media Summary: today I go over all of the various argument/parameter types for today I talk about raw strings, invalid escape sequences (W605), and how to automatically fix them! oops spoiler in the thumbnail it's str.partition, oh well -- I
Python What Is Repr Beginner Intermediate Anthony Explains 326 - Detailed Analysis & Overview
today I go over all of the various argument/parameter types for today I talk about raw strings, invalid escape sequences (W605), and how to automatically fix them! oops spoiler in the thumbnail it's str.partition, oh well -- I 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 talk about the difference between object and Any when typing things! - intro to typing / mypy: ... today I talk about whether adding type annotations to
today I show the tools and processes I used to improve I realize I've talked a lot about pytest on the channel, but never given it a proper introduction! - testing a cli with pytest: ... today I talk about how I consider which pythons to support for libraries and applications that I maintain. playlist: ... today we talk about the two main ways to sort in Today I give a crash course on the basics of regular expressions and how you might use them to do some did you know that it isn't the parentheses that make a tuple? playlist: ...
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 ...