Media Summary: today I walk through the process I'd use when encountering a real problem in python. I show how I take apart a stactrace, how I ... today I talk about why I pick -˃ int for return values for main functions instead of -˃ None (which works)! - testable command lines: ... today I talk about four different strategies for setting default values on namedtuple construction! there's different patterns to choose ...
Debugging With Dir Dir Beginner Intermediate Anthony Explains 111 - Detailed Analysis & Overview
today I walk through the process I'd use when encountering a real problem in python. I show how I take apart a stactrace, how I ... today I talk about why I pick -˃ int for return values for main functions instead of -˃ None (which works)! - testable command lines: ... today I talk about four different strategies for setting default values on namedtuple construction! there's different patterns to choose ... today I talk about the difference between list.sort() and sorted(iterable) and when you should pick one over the other (I also show ... today I give my advice for how I approach programming interviews! - what programming language should I use? occasionally something goes wrong in C code and you need to drop into gdb to
today I talk about three reasons why I don't install pip or virtualenv globally on my linux systems! I also show how I set up my ... today I give a small demo of test driven development using pytest and talk a little bit about when I like to use it to work on things! Writing code is hard enough, and having to today I show how to import non-modules in python -- either with invalid module names or files which aren't .py at all! playlist: ...