# Python

- [Understanding get\_image\_files in fastai](https://til.kurianbenoy.com/python/untitled-1-1.md)
- [Resizing an image to smaller size](https://til.kurianbenoy.com/python/untitled-1.md)
- [Extracting a Json Object as List(regex)](https://til.kurianbenoy.com/python/extracting-a-json-object-as-list-regex.md)
- [f-strings debugging shortcut](https://til.kurianbenoy.com/python/f-strings-debugging-shortcut.md)
- [Pytest](https://til.kurianbenoy.com/python/pytest.md)
- [conda switch between python versions](https://til.kurianbenoy.com/python/conda-switch-between-python-versions.md)
- [Nested functions exception handling](https://til.kurianbenoy.com/python/nested-functions-exception-handling.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://til.kurianbenoy.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.
