# PYTHON

- [Theoretical](https://book.thedatascienceinterviewproject.com/python/theoretical.md)
- [Basics](https://book.thedatascienceinterviewproject.com/python/basics.md): This page deals with Basic Python Questions
- [Data Manipulation](https://book.thedatascienceinterviewproject.com/python/data-manipulation.md)
- [Statistics](https://book.thedatascienceinterviewproject.com/python/statistics.md)
- [NLP](https://book.thedatascienceinterviewproject.com/python/nlp.md)
- [Algorithms from scratch](https://book.thedatascienceinterviewproject.com/python/algorithms-from-scratch.md): Often companies ask to code different Algorithms from scratch as a part of their craft demo round.
- [Linear Regression](https://book.thedatascienceinterviewproject.com/python/algorithms-from-scratch/linear-regression.md)
- [Logistic Regression](https://book.thedatascienceinterviewproject.com/python/algorithms-from-scratch/logistic-regression.md)
- [PySpark](https://book.thedatascienceinterviewproject.com/python/pyspark.md): A brief overview of PySpark


---

# 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://book.thedatascienceinterviewproject.com/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.
