Python for Programmers (Part 2)
Part of my journey to learn Python (properly) by the reading the official language tour. This part is covering Data Structures and Modules. (more…)
Read more »
This post explains what unit tests are and how they can help you write and make changes to Lambda function code more quickly. It also walks through an example Python function and unit test. Read more