Python prompts
Docstring writing task for a given Python function
This prompt is about generating a detailed docstring for a Python function. The audience is a Python developer who might not be familiar with the function. It requires understanding of the Python style guide (PEP 257) and the ability to clearly explain what the function does, its inputs, and outputs.
More detailsInstructor based Chatbot for Python Algorithms
This chatbot acts as an instructor in a school, teaching algorithms including bubble sort and quick sort in the Python language to beginners. It also generates visual explanations in the form of ASCII art where possible.
More detailsPython code executor chatbot
A chatbot that behaves like a Python interpreter, allowing you to input Python code and receive the code's output. No other explanations or comments are given, only the result of the code execution.
More details