# Microsoft Training: Python for beginners

<figure><img src="/files/RShkZX66Qg3SniSpR3Kt" alt="" width="80"><figcaption><p><a href="https://learn.microsoft.com/en-us/training/paths/beginner-python/">Python for beginners</a></p></figcaption></figure>

Get started with Python! Learn how to create programs and projects in Python. Work with strings, lists, loops, dictionaries, and functions.&#x20;

In this learning path, you'll:

* Write your first program in Python&#x20;
* Explore packages to better manager projects
* Learn Python basics, including the following elements:
  * Boolean types
  * Strings
  * Mathematical operations
  * Lists and loops
  * Dictionaries
  * Functions
  * Error checking
* Get familiar with Jupyter notebooks


---

# 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://learn.pqtkha.com/programming/technology/python/microsoft-training-python-for-beginners.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.
