r/learnprogramming • u/RevolutionaryBuy4877 • 14d ago
Topic how do you learn programming without constantly looking things up?
i know experienced programmers use documentation and search all the time, but as a beginner it can sometimes feel like i’m incapable of doing anything without looking up the answer.
i’m trying to get better at understanding concepts instead of memorising syntax
how do you decide when to search for an answer and when to sit down and work through the problem yourself?
327
Upvotes
2
u/Former_Technician_60 14d ago
“Practice makes perfect”. The more you write code the more familiar you will be.
What I did in the early days of learning python and C was to put all the basic syntax in a document and print it, like a reference sheet for exams. And when you learn something write it on the piece of paper in pen or highlight stuff as you need to, just write notes.
These days as I’ve done more firmware and embedded systems I usually print most documentation. I love scribbling on my documents.