+ 4
What is the most efficient method of learning code?
10 Réponses
+ 14
Learning by doing. Try whatever you want to make and u'll learn to look up what you need and apply it into your project. Once you learned how and what, you just need a lot of repetition to truly understand and know what you're doing.
+ 6
Make a real application
+ 6
Learn syntax and try to practice it. The intention should be to become familiar with it and you should be able to apply logic with that syntax.
Keep repeating it.
If you feel a bit tired then this for loop will fill you with motivation 😄
: -
for(int practice = 0; practice <= infinity;practice++) {
IncreasingSkills() ;
}
+ 4
Every new think you learn, practice it coding small programs
+ 3
pen and paper
+ 3
Watching YouTube video is a good way too.
+ 2
First you think logic of program and write this logic on paper and than code
+ 2
A lot of things can lead to faster learning, like:
●Enough sleep, you clean up toxins from your brain.
●Good diet, brain consists 60% of fat //Omega supplements
●Having a mentor(s) can inspire you, give you guidelines, shortcuts.
●Having working environment, it takes time to get back on the task if phone, people, noize is in the way.
●Surround yourself with peers who support you
● And most of all keep grinding, don't be lazy. Etc etc
+ 1
specially for the first steps
0
Html, python,php