Python
Part 1
YouTube VideoPart 2
YouTube VideoOutline
Here is a basic outline of the steps to follow to complete this example.
- Clone Starter Code from GitHub
git clone <url> python- Run Project
cd python
python3 -m src- Install Tox
pip3 install tox- Check & Test Existing Project
python3 -m tox- 
Confirm that project runs and has no style errors. 
- 
Add ParentPanelinterface
- 
Add ComboPanelclass
- 
Add Unit Tests for ComboPanel
- 
Install RestaurantRegisterlibrary
- 
Set up Card Payments 
- 
When complete, use Git to commit and push updated code. 
git add .
git commit -m "Example Complete"
git push- On GitHub, create a release tag and submit URL to Canvas for grading.