Module 8 Summary

Thomas J. Kennedy

Contents:

Having completed the TWriting Pythonic Code, Code Linting, and Testing with PyTest module (i.e., Module 8) you should now be comfortable:

1 Questions to Consider

Take a few minutes to think about the following:

  1. How a parametrized test can reduce duplication in test code

  2. How tools such as black help make code more Pythonic

  3. How TDD reduces disposable “main” functions

2 On to the Next Module…

The next module (i.e., Modules, Classes, and Objects) covers how to design and write classes in Python.