Media Summary: today's video is a little bit different, I usually don't do opinion pieces but I get asked about this enough that I thought I'd throw it into ... today I follow up to the video about Protocol and show for doing some light structural type checking at ... I often hear the assertion that python from imports are faster because they don't need to import the whole module (
Notimplemented Vs Notimplementederror Beginner Intermediate Anthony Explains 251 - Detailed Analysis & Overview
today's video is a little bit different, I usually don't do opinion pieces but I get asked about this enough that I thought I'd throw it into ... today I follow up to the video about Protocol and show for doing some light structural type checking at ... I often hear the assertion that python from imports are faster because they don't need to import the whole module ( today I talk about currying, show an example with pure python and then introduce `functools.partial` as the easier way to do this! today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ... today I talk about exception handling in python, how to handle multiple types, how to handle variables types, and the difference ...
today I talk about the concept of immutability and all the things that are immutable in python. I also talk about how to enforce ... today I talk about the difference between object and Any when typing things! - intro to typing / mypy: ... today I talk about why mypy doesn't need an annotation for the first argument! - introduction to typing / mypy: ... today I talk about the approach I take to gradual typing in python -- I don't bother with tests (and why)! - intro to typing / mypy: ... today I go over the brand-new and controversial `match` statement in python! - compiling python from source: ...