A basic calculator written in Python used to teach TDD. This is a companion repository for a series of posts on The Digital Cat
This package was created with Cookiecutter and the lgiordani/cookiecutter-pypackage project template.
This simple calculator can be used as a learning example for basic arithmetic operations in Python. It demonstrates how calculator functionality can be implemented and tested using test-driven development practices.
Users can review the source code to understand how operations such as addition, subtraction, multiplication, and division are handled and how tests are used to verify correctness.