# 1 Getting Started

For each section, there usually will be 4 parts.

1. Video session
2. Guide, slides or learning material
3. Quiz, Question or Practice Assignment

Most of time, last time quiz and assignment will be explained at the next session.\
\
This will be the first session of the course.

{% embed url="<https://youtu.be/WF3027x-Mgg>" %}

### References

1. Python is [the 3rd popular](https://www.tiobe.com/tiobe-index/) in 2020 and 4th in 2019.
2. There are[ 8 million Python users](https://www.zdnet.com/article/programming-languages-python-developers-now-outnumber-java-ones/).
3. More than [200,000 Python Packages](https://pypistats.org/).
4. By the numbers: [Python community trends](https://opensource.com/article/18/5/numbers-python-community-trends) in 2017/2018.

#### Some Popular Packages

* Pandas for Data manipulation, Processing
* Tensorflow for Machine Learning
* Flask Django for Web Development

{% hint style="success" %}
Do not forget to rate the page if you feel it is helpful.<br>
{% endhint %}


---

# 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://tim-python.bai.uno/init/started.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.
