The AiM
- To understand how object oriented programming works with python -Explore different modules that can be used and libraries -Incorparate test cases to the object orientated programing logic
The Logic
-
Create 3 files that have different purposes Test, Operations, Calculations
-
test file just runs the unittests of what is our expected results from the orogram
-
Operations deals with the the math logic of additions and subtraction basically the math calculations
-
Calculations deals with the input and manipulation of data that is fed back to the operations based on the conditions
What I have learned
-The use of different files and classes to work aroun funtions and attributes -Applying OOP to data in order to archive a certain result