100-days-of-code/projects/Day 16
2021-08-18 00:11:50 -04:00
..
oop-coffee-machine Made an epic showcase website and API! 2021-08-17 21:16:04 -04:00
another_module.py Made an epic showcase website and API! 2021-08-17 21:16:04 -04:00
main.py Made an epic showcase website and API! 2021-08-17 21:16:04 -04:00
README.md Added frontmatter to project READMEs 2021-08-18 00:11:50 -04:00

custom_edit_url
https://github.com/rzmk/100-days-of-code/edit/main/projects/Day%2016/README.md

Day 16 - Learning OOP with Python

  • OOP concepts were taught in the source main.py file, such as classes, attributes, and methods. The Turtle and prettytable packages were also used to explore these concepts, and I installed prettytable in a virtual environment for this.
  • The main objective of today is to simulate a coffee machine using OOP in the oop-coffee-machine folder. The coffee_maker.py, menu.py, and money_machine.py were given as abstract modules to work from in order to understand OOP.

Day_16_OOP_Coffee_Machine