# Tim's Python Course

## 中文-1.0.0

- [Introduction](https://tim-python.bai.uno/1.0.0-cn/master.md)
- [Untitled](https://tim-python.bai.uno/1.0.0-cn/init/untitled.md)

## 1.0.0

- [Introduction](https://tim-python.bai.uno/master.md): This is a Step By Step, MOOC-Style Python Course, it is created for that has interest to lean Python/Programming without a CS or a strong technology background.
- [1 Getting Started](https://tim-python.bai.uno/init/started.md): Before this course, read this guide and watch the starting video to help learning here.
- [1.1 Practice](https://tim-python.bai.uno/init/started/1.1-practice.md): practice for getting start coding in python on rep.it
- [1.2 Quiz](https://tim-python.bai.uno/init/started/1.2-quiz.md): the 1st section quiz for tim's python course
- [1.3 Discord Discussion](https://tim-python.bai.uno/init/started/1.3-discord-discussion.md): Discussion, questions and feedback are always welcome.
- [2 Numbers, Operators and Booleans](https://tim-python.bai.uno/core/2-numbers-and-operators.md): Here, Jupyter Lab is used, the Jupyter and IPython setting up will be covered in the future session.
- [2.1 Practice](https://tim-python.bai.uno/core/2-numbers-and-operators/2.1-practice.md): find out more about numbers in python.
- [Review](https://tim-python.bai.uno/core/2-numbers-and-operators/2.1-practice/review.md)
- [3 Strings](https://tim-python.bai.uno/core/3-strings.md)
- [3.1 Practices](https://tim-python.bai.uno/core/3-strings/3.1-practices.md): practices for 3 strings Tim's python course
- [3.2 Quiz](https://tim-python.bai.uno/core/3-strings/3.2-quiz.md): quiz about python strings
- [4 Variables and Functions](https://tim-python.bai.uno/core/4-functions.md): variables and functions are basic and important concepts in programming.
- [5 List](https://tim-python.bai.uno/core/list.md)
- [Untitled](https://tim-python.bai.uno/conditions-and-loops/untitled.md)
- [Untitled](https://tim-python.bai.uno/io-and-api/untitled.md)
- [Untitled](https://tim-python.bai.uno/object-and-class/untitled.md)
- [Third Party Packages](https://tim-python.bai.uno/pandas-basic-for-data-analysis/packages.md)
- [Pandas Basic](https://tim-python.bai.uno/pandas-basic-for-data-analysis/pandas-basic.md)
- [Untitled](https://tim-python.bai.uno/pandas-basic-for-data-analysis/pandas-basic/untitled.md)
- [Git and Dev Tools](https://tim-python.bai.uno/references/git-and-dev-tools.md)
- [Advanced Topics](https://tim-python.bai.uno/references/advanced-topic.md): More about machine learning, deep learning ...
- [Contact](https://tim-python.bai.uno/references/contact.md): discord or discussion at my blog


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
