Every good developer
Reading other peoples code is a valuable skill, and people are payed to review other peoples code.
Not only it makes you a better developer, but opens your eyes on the ways other people deal with some of their problems.
A lot of inspiration comes from reading other people source code. 🤷♂
The thing is that you don't understand it, any of it...
Thats the real issue, not that its hard (it's not, python reads like english most of the time)
So maybe - just maybe
Go back to basics
How it all works - from the start
Build a calculator
A todo list
A weather app (pulling live weather data from API)
Do not attempt to jump into web apps if you dont understand the basics of how they work
August 25, 2026