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 the difference between list.sort() and sorted(iterable) and when you should pick one over the other (I also show ... welcome to a whirlwind tour of bisecting, GIL, strace, gdb, forking, threadstates, undefined behaviour, and deadlocking.
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 the difference between list.sort() and sorted(iterable) and when you should pick one over the other (I also show ... welcome to a whirlwind tour of bisecting, GIL, strace, gdb, forking, threadstates, undefined behaviour, and deadlocking. today I give a quick introduction to tmux and then show one of the coolest today I talk about why I pick -˃ int for return values for main functions instead of -˃ None (which works)! - testable command lines: ... Can you ever truly "delete" data? In this deep dive into Designing Data-Intensive Applications (DDIA) Chapter 3.7, we explore the ...
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 talk about four different strategies for setting default values on namedtuple construction! there's different patterns to choose ...