# Week 1

### To-Do (until 29/10/2024)

* Buy the udemy course (ideally for the lower price) [https://www.udemy.com/course/100-days-of-code](https://www.udemy.com/course/100-days-of-code/)
* Homework:
  * Do the first day of the course
    * Watch the videos
    * Do the interactive coding exercises

***

### Totally Optional

If you are very eager you can have a look at this additional, more advanced material:

* **Watch lecture 0 of the Havard Python Course:**

{% embed url="<https://cs50.harvard.edu/python/2022/weeks/0/>" %}

For the best learning experience, it's recommended to watch the 2-hour lecture twice: first for a quick overview, and then more slowly while taking notes. Please ensure you allocate sufficient time for this.

* **Work through the following homework assignments**
  * <https://colab.research.google.com/drive/1Rk6TAFacJJQ4CxM2SF59ezqJj2VkBJ9P?usp=sharing>
  * <https://colab.research.google.com/drive/1pfFP971d3aRHno91KdVTTbywVpUMnMSk?usp=sharing>

Always first create a copy with "Copy to Drive" or download the notebooks to work locally on them. Otherwise your progress won't be saved!!


---

# 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/week-1.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.
