https://github.com/barbaracalderon/coffee-machine-project
This is my version of "The Coffee Machine Project" from Dr. Angela Yu's Python Bootcamp (London App Brewery)
https://github.com/barbaracalderon/coffee-machine-project
coffee-machine functional-programming python
Last synced: about 1 month ago
JSON representation
This is my version of "The Coffee Machine Project" from Dr. Angela Yu's Python Bootcamp (London App Brewery)
- Host: GitHub
- URL: https://github.com/barbaracalderon/coffee-machine-project
- Owner: barbaracalderon
- License: mit
- Created: 2021-01-30T15:22:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T15:07:39.000Z (over 3 years ago)
- Last Synced: 2025-08-08T05:31:44.935Z (11 months ago)
- Topics: coffee-machine, functional-programming, python
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Coffee Machine Project | Python Bootcamp
This is a **very simple version** of a coffee machine, requested in *Dr. Angela Yu's Python Bootcamp*, from the London App Brewery. It's the version I came up with.
You may want to check the Object-Oriented-Programming version of this project here: [oop-coffee-machine-project](https://github.com/barbaracalderon/oop-coffee-machine-project)

If you are studying programming paradigms, here's a suggestion: compare both projects (OOP and non-OOP).
### Project Requirements
Here's what this project requires:
- [x] Prompt user by asking "what would you like? (espresso/latte/cappuccino): "
- [x] Turn off the Coffee Machine by entering "off" to the prompt.
- [x] Print report.
- [x] Check if resources are sufficient.
- [x] Process coins.
- [x] Check if transaction is successful.
- [x] Make coffee.