Resources 📚
Table of contents
- Practice Exams
- Supplemental Videos
- Readings and Reference Sheets
- Python Programming Tutorials, Resources, and Exercises
- UC San Diego Links
Practice Exams
Below we’ve linked some exams from previous offerings of the course. These exams may not be in the same format as the exams in Fall 2021; you should prioritize the Winter 2021 exams as they will be closer in format to the Fall 2021 exams.
Quarter | Instructor | Midterm | Final |
---|---|---|---|
Spring 2021 | Mikio Aoi | notebook, pdf, solutions | pdf, solutions |
⭐️ Winter 2021 | Janine Tiefenbruck | exam (Gradescope) | exam (Gradescope) |
Supplemental Videos
- Navigating DataHub and Jupyter Notebooks
- Problem Solving with GroupBy (Lecture 6 Supplement)
- For Loops (and when not to use them)
- The notebook used in the video can be found here.
Readings and Reference Sheets
- Main Textbook (Dive Into Data Science)
- Supplementary Textbook (Computational and Inferential Thinking)
- DSC 10 Reference Sheet (handy summary)
- Babypandas Documentation
Python Programming Tutorials, Resources, and Exercises
- PythonTutor, a Python visualization tool
- Software Carpentry
- Code Academy
- Coding Bat
- Introduction to Computational Thinking with Data
- Pair Programming Guidelines