> For the complete documentation index, see [llms.txt](https://docs.pyclubs.org/python-course-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pyclubs.org/python-course-guide/guides.md).

# Guides

- [Course Outline](https://docs.pyclubs.org/python-course-guide/guides/course-outline.md): This page provides an outline of the topics to discussed.
- [Getting started with Python](https://docs.pyclubs.org/python-course-guide/guides/getting-started-with-python.md)
- [Syntax](https://docs.pyclubs.org/python-course-guide/guides/syntax.md)
- [Variables](https://docs.pyclubs.org/python-course-guide/guides/variables.md)
- [Datatypes](https://docs.pyclubs.org/python-course-guide/guides/datatypes.md)
- [Casting](https://docs.pyclubs.org/python-course-guide/guides/casting.md)
- [Numbers](https://docs.pyclubs.org/python-course-guide/guides/numbers.md)
- [Operators](https://docs.pyclubs.org/python-course-guide/guides/operators.md)
- [Python Math](https://docs.pyclubs.org/python-course-guide/guides/operators/python-math.md)
- [Strings](https://docs.pyclubs.org/python-course-guide/guides/strings.md)
- [Python String Formatting](https://docs.pyclubs.org/python-course-guide/guides/python-string-formatting.md)
- [User Input](https://docs.pyclubs.org/python-course-guide/guides/user-input.md)
- [Git and Github](https://docs.pyclubs.org/python-course-guide/guides/git-and-github.md)
- [Booleans](https://docs.pyclubs.org/python-course-guide/guides/booleans.md)
- [List](https://docs.pyclubs.org/python-course-guide/guides/list.md)
- [Tuples](https://docs.pyclubs.org/python-course-guide/guides/tuples.md)
- [Sets](https://docs.pyclubs.org/python-course-guide/guides/sets.md)
- [Dictionaries](https://docs.pyclubs.org/python-course-guide/guides/dictionaries.md)
- [Conditionals](https://docs.pyclubs.org/python-course-guide/guides/conditionals.md)
- [Loops](https://docs.pyclubs.org/python-course-guide/guides/loops.md)
- [Function](https://docs.pyclubs.org/python-course-guide/guides/function.md)
- [Arrays](https://docs.pyclubs.org/python-course-guide/guides/arrays.md): What is an Array?
- [Try and Except](https://docs.pyclubs.org/python-course-guide/guides/try-and-except.md)
- [Scope](https://docs.pyclubs.org/python-course-guide/guides/scope.md)
- [Classes and Objects](https://docs.pyclubs.org/python-course-guide/guides/classes-and-objects.md)
- [Class Methods and Properties](https://docs.pyclubs.org/python-course-guide/guides/class-methods-and-properties.md)
- [Inheritance](https://docs.pyclubs.org/python-course-guide/guides/inheritance.md)
- [Polymorphism](https://docs.pyclubs.org/python-course-guide/guides/polymorphism.md)
- [Dunder Methods(Double Underscore Methods)](https://docs.pyclubs.org/python-course-guide/guides/dunder-methods-double-underscore-methods.md)
- [Decorators](https://docs.pyclubs.org/python-course-guide/guides/decorators.md)
- [Iterator and Generator](https://docs.pyclubs.org/python-course-guide/guides/iterator-and-generator.md): Iterators and generators are powerful features in Python that allow you to work with sequences of data efficiently. In this tutorial, we will explore iterators and generators, how they work, and when
- [Modules and Packages](https://docs.pyclubs.org/python-course-guide/guides/modules-and-packages.md)
- [Date and Time](https://docs.pyclubs.org/python-course-guide/guides/date-and-time.md)
- [JSON](https://docs.pyclubs.org/python-course-guide/guides/json.md)
- [RegEx](https://docs.pyclubs.org/python-course-guide/guides/regex.md)
- [Pip](https://docs.pyclubs.org/python-course-guide/guides/pip.md)
- [File Handling](https://docs.pyclubs.org/python-course-guide/guides/file-handling.md)
- [Data Structures and Alogrithms](https://docs.pyclubs.org/python-course-guide/guides/data-structures-and-alogrithms.md)
- [References](https://docs.pyclubs.org/python-course-guide/guides/references.md)


---

# 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 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://docs.pyclubs.org/python-course-guide/guides.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.
