reading-notes

Testing and Modules

TDD

Source: https://code.likeagirl.io/in-tests-we-trust-tdd-with-python-af69f47e6932

__name__ = "__main__"

Source: https://www.geeksforgeeks.org/what-does-the-if-__name__-__main__-do/

Recursion

Source: https://www.geeksforgeeks.org/introduction-to-recursion-data-structure-and-algorithm-tutorials/