List of 87 Programming Ideas for Beginners (with Python implementations)
What is the most beautiful piece of Python code you've seen?
Beginner Python projects?
automate the boring stuff gave me a lot of inspiration for smaller projects. it's full of examples and introduces you to incredibly useful concepts. for me, it filled in a lot of knowledge gaps that i had after doing various other tutorials. it's python 3 though (i believe codecademy is python 2?)
also, the community at r/roguelikedev is currently doing a tutorial that shows you how to make a simple roguelike game in python.
More on reddit.comWhat are some prime examples of bad python code?
What is Python coding examples?
How do you code in Python?
Where can I find Python examples?
https://inventwithpython.com/blog/programming-ideas-beginners-big-book-python.html
I've compiled a list of beginner-friendly programming projects, with example implementations in Python. These projects are drawn from my free Python books, but since they only use stdio text, you can implement them in any language.
I got tired of the copy-paste "1001 project" posts that obviously were copied from other posts or generated by AI which included everything from "make a coin flip program" to "make an operating system". I've personally curated this list to be small enough for beginners. The implementations are all usually under 100 or 200 lines of code.