# Module 3: Use strings in Python

Use one of the most common types in Python to represent text. From simple formatting to representing variables, using operating string is critical skill for Python developers.

## Learning objectives

By the end of this modules, you'll be able to:

* Use the most common string helper functions
* Implement a variety of formatting techniques

## Prerequisities

* Basic programming knowledge, such as using and assigning variables.
* Some experience using Jupyter notebooks, including adding and modifying code.

This module is part of these learning pathss

* [Python for beginners](https://learn.microsoft.com/training/paths/beginner-python/)
* [Introduction](https://learn.microsoft.com/en-us/training/modules/python-strings/1-introduction) 1 min
* [String basics in Python](https://learn.microsoft.com/en-us/training/modules/python-strings/2-string-basics) 3 min
* [String methods in Python](https://learn.microsoft.com/en-us/training/modules/python-strings/3-string-methods) 3 min
* [Exercise - Transform text by using string methods](https://learn.microsoft.com/en-us/training/modules/python-strings/4-exercise-transform-strings) 5 min
* [String format in Python](https://learn.microsoft.com/en-us/training/modules/python-strings/5-string-format) 3 min
* [Exercise - Format strings](https://learn.microsoft.com/en-us/training/modules/python-strings/6-exercise-format-strings) 5 min
* [Knowledge check](https://learn.microsoft.com/en-us/training/modules/python-strings/7-knowledge-check) 3 min
* [Summary](https://learn.microsoft.com/en-us/training/modules/python-strings/8-summary)


---

# 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/module-3-use-strings-in-python.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.
