# PYTHON

- [Bookmarks](https://legacy.cookielau.com/archives/3-python/00-bookmarks.md)
- [Python Tools](https://legacy.cookielau.com/archives/3-python/1-pythontools.md): Feb 25th, 2020 - Now
- [Batch Rename](https://legacy.cookielau.com/archives/3-python/1-pythontools/batch-rename.md)
- [Combine Excel](https://legacy.cookielau.com/archives/3-python/1-pythontools/2-combineexcel.md)
- [Excel Oprations](https://legacy.cookielau.com/archives/3-python/1-pythontools/3-exceloperation.md)
- [Read Write Excel](https://legacy.cookielau.com/archives/3-python/1-pythontools/4-readwriteexcel.md): Feb 27th, 2020
- [Rotate PDF](https://legacy.cookielau.com/archives/3-python/1-pythontools/5-rotatepdf.md)
- [Library](https://legacy.cookielau.com/archives/3-python/2-library.md)
- [Pandas Notes](https://legacy.cookielau.com/archives/3-python/2-library/1-pandasnotes.md): Feb 27th, 2020 - Now
- [Numpy Notes](https://legacy.cookielau.com/archives/3-python/2-library/2-numpynotes.md)
- [Json Notes](https://legacy.cookielau.com/archives/3-python/2-library/3-jsonnotes.md): Apr 23rd, 2020 - Now
- [Spider](https://legacy.cookielau.com/archives/3-python/3-spider.md)
- [Selenium Install](https://legacy.cookielau.com/archives/3-python/3-spider/1-seleniuminstall.md)
- [Selenium Locating](https://legacy.cookielau.com/archives/3-python/3-spider/2-locating.md): Feb 26th, 2020 - Now
- [Selenium Errors](https://legacy.cookielau.com/archives/3-python/3-spider/3-errors.md)
- [Selenium Basics](https://legacy.cookielau.com/archives/3-python/3-spider/4-basic.md): Feb 27th, 2020 - Now
- [Django](https://legacy.cookielau.com/archives/3-python/4-django.md): Apr 10th - Now
- [Start Up](https://legacy.cookielau.com/archives/3-python/4-django/1-startup.md): Apr 10th - Apr 12th
- [Others](https://legacy.cookielau.com/archives/3-python/99-others.md)


---

# 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://legacy.cookielau.com/archives/3-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.
