Accomplishments
- Graded all our team teach submitted homeworks
- Linked backend and frontend repositories
- Nearly finished passion project
Team Teach Notes
- Procedures are used to create algorthims that can perform certain actions or return values
- Functions and classes take parameters and organize code
- Object Oriented Programming is an important skill to organizing code among different files
- Libraries can be used to import functions from pre-made libraries, famous ones include PIL images, turtle, and others
- Simulations are used to mimic real life events
- Simulations allow us to draw accurate inferences from real life simulations and gain insight
- Common simulations use cases are like rolling a dice or flipping a coin
Issues and Fixes
- Our browser console gave us a CORS request error when fetching data from the backend to frontend so we fixed this by adding in a line to our backend code