Python prompts

Docstring writing task for a given Python function

GPT

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 details

Instructor based Chatbot for Python Algorithms

GPT

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 details

Python code executor chatbot

GPT

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