+ 9
As a beginner what are some tips and tricks in understanding programming faster?
Any tips and tricks you know please just help.
17 Réponses
+ 7
my best advice is to practice in the code playground a lot. playing with small changes in short code helps me to understand difficult concepts, especially because im more of a hands on learner.
also, supplement your learning here with YouTube videos and/or other extra helpful things.
+ 7
Jane Delphine
Jason Thomas
Thanks
+ 5
correct indentation, brackets counting, reading compiler messages, surfing about your problem, reading examples, asking questions about how a language works and attempting to get an answer using programming, ...
+ 4
I respect everyone view.
+ 3
The value of constant application of the theory.
+ 3
lots of practice
+ 3
review and review, practice and practice, repeat, every day
to cross through short memory term to long memory term
see also this thread
https://www.sololearn.com/discuss/1929546/?ref=app
+ 3
Try to understand the codes mechanism , how it worked,it is very important ,how it worked by their way,then write make similar different codes and repeat them many times.
+ 2
Pratice more.
+ 2
python because by using this language, u can learn other languages too
+ 2
It all comes down to the reason why you started it(programming).
But programming is a practical thing.And practical means coming up with solutions to problems in real life situations.
+ 2
follow your prescribed text book and practise all example
and the Most important thing is DON'T PROCRASTINATE in early stages of learning a programming language.... it's HAZARDOUS
+ 2
The first step will be learning the fundamentals of any language.
Second step would be going through the codes already available (problem statements) and getting to know how they can be coded...
Then practicing new problem statements and thinking for unique solution and just apply
+ 2
Practice will definitely help. Hands on learning is the best way to learn. As mentioned by others the code playground is a great place to practice. 👍
+ 2
I have a question I am learning HTML I have a task to fill in the blanks on this code <pP
Some quote<br/>
< >-by some author</i>
< >
my question is what goes in these blanks when the lesson was about the “About Me” section
+ 1
Frequent practice. Take quizzes and don't be afraid of losing ,that's what builds you to become pro at the end of the day.
0
#barbara I have a question I am learning HTML I have a task to fill in the blanks on this code <p>
Some quote<br/>
< i>-by some author</i>
</p>
//<i>some text</i> will make the text italic