+ 1
Thoughts from a beginner
As a beginner in programming I find it really hard sometimes when i'm programming, I feel completely lost but I keep trying. I am a first year student in a computer science course and I really do want to learn to program. does anyone have any tips or advice how to proceed while being confident with your work ?
2 Antworten
+ 2
Practice as much as u can. Learn code, make patterns, experiment and play with the code. It will give u confidence, experience and knowledge.
+ 2
try to use notepad++ as coding ide and a programming book as a reference. First practice basic code, loops and functions because they are basic blocks of any programming language. Then choose a specific language and more advanced ide for that language and practice it as much as possible.