Skip to content

ArthurFay/simple_calculator

 
 

Repository files navigation

SimpleCalculator

A basic calculator written in Python used to teach TDD. This is a companion repository for a series of posts on The Digital Cat

Credits

This package was created with Cookiecutter and the lgiordani/cookiecutter-pypackage project template.

Usage

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.

About

A basic calculator written in Python used to teach TDD

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 76.4%
  • Makefile 23.6%