GirishRajendraShetiya/Python — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a beginner friendly Python practice project that teaches the basics through simple files I can run one by one. I want each topic to have clear examples, short comments, and a small practice section so someone new can understand what is happening without reading a big textbook.

Please cover the core Python topics like variables, operators, strings, lists, tuples, sets, dictionaries, control flow, functions, modules, classes, inheritance, decorators, dates and time, random values, regular expressions, reading files, errors, exception handling, testing, virtual environments, and global or non local variables. Keep the code simple and easy to follow.

Add a short README that explains what the project is for, how to run the files, and the best order for a beginner to study them. If any file needs sample input or a text file, include that too. Make it feel like a small personal Python learning notebook that actually works when I open it and run the examples.

Want more depth? Deep Reverse