# Introduction

## Introduction

**For whom?**

* Who has not enough confidence to Program in Python?
* Who has no CS/Technology background but want to learn?
* Who wants to master a programming language and use it in daily work?

**Why us?**

1. Practice Besides Theory, to help you kepp the interest to learning.
2. Quiz and Question, to force you think and prepare.

{% hint style="info" %}
Python is the [third popular language](https://www.tiobe.com/tiobe-index/) at TIOBE Index and [the most popular programming language ](https://pypl.github.io/PYPL.html)at Google Search.
{% endhint %}

## More About Tim's Python Course

Tim's Python Course is a Step By Step, MOOC-Style Python Course, it is created for the people who have interest to lean Python/Programming without a CS or a strong technology background.

Each session or domain usually contains Video Session, Practice, Quiz and Questions. For better structuring the materials and force you to think then learn, there are usually a few questions during the video session, please do think about it or discuss it on the related Discord channel.

### Contact, Discord or Feedback

* [Discord Server](https://discord.gg/VvCnuT)
* [Contact Me on My Blog - Tim's Zone](https://tim.bai.uno/python-course/#comment-2)

![Creative Commons License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png) This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).


---

# 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/master.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.
