prateekiiest/Code-Sleep-Python — reverse-engineered prompt
Reverse engineered prompt
Build me a beginner friendly Python collection of small projects that feels like a learn by doing playground. I want a mix of fun games, simple utilities, and a few basic data and machine learning style examples, so things like Tic Tac Toe, Hangman, a Caesar cipher, prime number checks, website status checking, text or encryption demos, and some simple analysis projects around topics like Hamlet translations, bird migration, social networks, classification, correlation, and regression.
Please make everything easy to run locally, and where it makes sense, add notebook versions so I can open them in Jupyter and experiment without much setup. Keep the code organized and readable, with short explanations for what each project does and how to run it. This should feel welcoming for someone who has only been using Python for a few months.
Also add a solid README with setup steps, project descriptions, and a simple getting started path. If you need to, look up current docs online.
Want more depth? Deep Reverse