Hey, check out my Modern Python Projects course. It's an extended version of this workshop!

Testing

How to make sure our code works?

How to make sure that our old code still works after we changed something else?

a.k.a “Don’t be the person who broke production on Friday afternoon”.