# Resources

### Worklabs

* **Week 3 (Data Types)**

  <https://colab.research.google.com/drive/1QxcbSduin4UkU78_ev4ZlzyI6dHTTlRO?usp=sharing>
* **Week 4 (Loops)**

  <https://colab.research.google.com/drive/1Xu6VKEmJdUJvdmdK1epUo9lkIYFqU7s1?usp=sharing>
* **Week 5 (Functions I)**

  <https://colab.research.google.com/drive/1IArpoS4uOn9Y1uhPwpudHIi4dxV-b45I?usp=sharing>

<figure><img src="/files/jfDHGOztpXth5VZPwWkr" alt=""><figcaption><p>Flowchart for a simple calculator</p></figcaption></figure>

* **Week 6 (Dictionaries):**

  <https://colab.research.google.com/drive/1yL84PqfmRqsRlAKcweXex4uoqJkHtDuc?usp=sharing>
* **Week 7 (Jupyter Notebook):**

  <https://colab.research.google.com/drive/10tHG_qMwrNN8uh1Zt3CoudLkFS6UGEHI?usp=sharing>
* **Week 8 (Object Oriented Programming):**

  *See below*
* **Week 9 (Object Oriented Programming II):**

  <https://colab.research.google.com/drive/1o4sAPwnejpXQKuoLrJEktOWMxOUovkwT?usp=sharing>
* **Week 10 (FileIO):**

  <https://colab.research.google.com/drive/1kYJykV1VbuSsSyzf6_fq3MdfiTPtmJm8?usp=sharing>

### Solutions (for the totally optional exercises on the Harvard material)

* #### Week 1 (Functions & Variables)
  * <https://colab.research.google.com/drive/1Qn7ZT-_yr1-PmcsetIZCljvwHb0PmOuc?usp=sharing>
  * <https://colab.research.google.com/drive/1xl1mkRB31zBLQhE3DtuVZObZfssDA_ak?usp=sharing>
* **Week 2 (Conditionals)**
  * <https://colab.research.google.com/drive/1I72DNw-LS3BJO_NbkqYyqFZcUsLdFTh_?usp=sharing>
* #### Week 3 (Loops, Lists & Dicts)
  * <https://colab.research.google.com/drive/1qTtuAqND6Z-OP7rkr4hOWKqWzgf3rAHN?usp=sharing>
* **Week 4 (Exceptions)**
  * <https://colab.research.google.com/drive/1z9xqzcOV5FLoQl4PhNzZSIZJDkd7JgFC?usp=sharing>
* **Week 5 (Libraries)**
  * ​<https://colab.research.google.com/drive/1swsc4earaul7lo00q1KL1FlH6MLPZ8lG?usp=sharing>​
* **Week 6 (File Handling)**
  * ​<https://colab.research.google.com/drive/1CwmTFMU36ZlOfd3OuYKN5QKfqZ6pLRDK?usp=sharing>
* **Week 7 (Unit Tests)**
  * ​*No exercises*
* **Week 8 (Object Oriented Programming)**
  * ​<https://colab.research.google.com/drive/1_XPcB6K3Rn65GwRcUTulsdtwAhKIlp9U?usp=sharing>​


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/python-from-beginner-to-practitioner-24w/resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
