Dictionary, JSON, Class Review

We have a few short review exercises that we will do together in class. You should be able to do these immediately without studying, so use this as motivation to study hard if you struggle with this.

The exam will contain questions that assume basic knowledge like this, and will be more difficult than these.

Review Quiz Game

We will do another class competition with DS/Python questions! Below are the two quiz games we've played.

Python for DS Quiz 1
Python for DS Quiz 2

SD211 Exam Topics

  1. Data Science Pipeline
  2. DS Ethics
  3. True but False common mistakes
  4. Types and Operators
  5. Function definitions
  6. Function arguments, keyword arguments
  7. if, elif, else, bool expressions
  8. while and for loops
  9. File input/output
  10. Lists and Tuples
  11. Dictionaries
  12. Random
  13. Classes, class functions, self
  14. Creating objects from class definitions
  15. Pandas (basics)
  16. JSON
  17. Web Scraping
  18. Jupyter Notebooks