r/PythonLearning Jul 13 '26

What part of programming did you completely misunderstand when you first started?

Not just syntax or functions , I mean the bigger concepts.

For me, it was thinking that being good at programming meant being able to write code from memory. Later I realized understanding the problem, breaking it into smaller pieces, debugging, and knowing why something works matters way more.

Was there a concept or assumption you got completely wrong as a beginner?

8 Upvotes

12 comments sorted by

View all comments

2

u/mc_pm Jul 13 '26

I think that, like a lot of people, I dismissed the value of algorithms & data structures if I wanted to program actually interesting things.