+ 2
i want to be a programmer but i start and when i reach the middle of a language i tend to forget the begining of it problem
what can I do to solve it
6 Respostas
+ 5
Practice. Don't just move on right after you read a new concept; write some code that uses it and play around with it for a while until you get a good feel for it.
It's easy to read something and think "Oh, that makes sense", but once you start using it you realize there's more to it than you thought. Taking the time to experiment is important.
+ 2
wow that fucking cool I love that answer thanks that's wisdom are you on Facebook or something I wanna keep in thought to learn something from you
is that too personal sorry
+ 2
how long did it take you to master a high level language approximately
+ 2
I am no master, I am merely a student. I have been learning Python and Java for about 6 months. to be fair, full time job, wife, and 4 kids between 6 and 14 so time has been limited.
+ 2
thank for sharing I am touched I wish the best future for you
+ 1
as squidy said, practice. every lesson you go over, write a program that uses that AND everything you have learned up to that point. re-visit the lesson so it sinks in.
once your ready to goto the next lesson, do the same thing. apply the new lesson to everything you already know and write a new program.
each time you do that, you are practicing your new stuff AND getting another round of practice in on the old stuff to help it stick.