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: ...

Photo Gallery

debugging with dir() (+__dir__) (beginner - intermediate) anthony explains #111
debugging a real issue and googling (beginner - intermediate) anthony explains #449
python debugger crash course: pdb / breakpoint (beginner - intermediate) anthony explains #097
quick debugging tool: python -i (beginner) anthony explains #369
typing: why main() -˃ int (beginner - intermediate) anthony explains #110
postmortem debugging in python (beginner - intermediate) anthony explains #018
python: more advanced breakpoint() usage (intermediate) anthony explains #149
python: 4 ways to set namedtuple defaults (intermediate) anthony explains #118
python: .sort() vs sorted(...) (beginner - intermediate) anthony explains #116
how to ace the coding interview (intermediate) anthony explains #358
debugging python segfaults with gdb (intermediate - advanced) anthony explains #208
why not global pip / virtualenv? (intermediate) anthony explains #079
View Detailed Profile
debugging with dir() (+__dir__) (beginner - intermediate) anthony explains #111

debugging with dir() (+__dir__) (beginner - intermediate) anthony explains #111

today I talk about the

debugging a real issue and googling (beginner - intermediate) anthony explains #449

debugging a real issue and googling (beginner - intermediate) anthony explains #449

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 ...

python debugger crash course: pdb / breakpoint (beginner - intermediate) anthony explains #097

python debugger crash course: pdb / breakpoint (beginner - intermediate) anthony explains #097

today I go over the python

quick debugging tool: python -i (beginner) anthony explains #369

quick debugging tool: python -i (beginner) anthony explains #369

today I talk about a quick

typing: why main() -˃ int (beginner - intermediate) anthony explains #110

typing: why main() -˃ int (beginner - intermediate) anthony explains #110

today I talk about why I pick -˃ int for return values for main functions instead of -˃ None (which works)! - testable command lines: ...

postmortem debugging in python (beginner - intermediate) anthony explains #018

postmortem debugging in python (beginner - intermediate) anthony explains #018

today I go over one of my favorite

python: more advanced breakpoint() usage (intermediate) anthony explains #149

python: more advanced breakpoint() usage (intermediate) anthony explains #149

today I talk about more

python: 4 ways to set namedtuple defaults (intermediate) anthony explains #118

python: 4 ways to set namedtuple defaults (intermediate) anthony explains #118

today I talk about four different strategies for setting default values on namedtuple construction! there's different patterns to choose ...

python: .sort() vs sorted(...) (beginner - intermediate) anthony explains #116

python: .sort() vs sorted(...) (beginner - intermediate) anthony explains #116

today I talk about the difference between list.sort() and sorted(iterable) and when you should pick one over the other (I also show ...

how to ace the coding interview (intermediate) anthony explains #358

how to ace the coding interview (intermediate) anthony explains #358

today I give my advice for how I approach programming interviews! - what programming language should I use?

debugging python segfaults with gdb (intermediate - advanced) anthony explains #208

debugging python segfaults with gdb (intermediate - advanced) anthony explains #208

occasionally something goes wrong in C code and you need to drop into gdb to

why not global pip / virtualenv? (intermediate) anthony explains #079

why not global pip / virtualenv? (intermediate) anthony explains #079

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 ...

Debugging in Python | Debugging Tips | Python Tutorials for Beginners #lec81

Debugging in Python | Debugging Tips | Python Tutorials for Beginners #lec81

In this lecture we will learn: - What is

what is test driven development? (beginner - intermediate) anthony explains #034

what is test driven development? (beginner - intermediate) anthony explains #034

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!

Best Debugging Tips For Beginners

Best Debugging Tips For Beginners

Writing code is hard enough, and having to

importing non-module python files (intermediate) anthony explains #309

importing non-module python files (intermediate) anthony explains #309

today I show how to import non-modules in python -- either with invalid module names or files which aren't .py at all! playlist: ...