As a beginner what are some tips and tricks in understanding programming faster? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

As a beginner what are some tips and tricks in understanding programming faster?

Any tips and tricks you know please just help.

12th Aug 2019, 5:39 PM
Maxwell D. Dorliea
Maxwell D. Dorliea - avatar
17 Answers
12th Aug 2019, 5:44 PM
Maxwell D. Dorliea
Maxwell D. Dorliea - avatar
+ 6
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.
12th Aug 2019, 5:43 PM
Jason Thomas
Jason Thomas - avatar
+ 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, ...
14th Aug 2019, 11:35 PM
zemiak
+ 4
I respect everyone view.
12th Aug 2019, 5:40 PM
Maxwell D. Dorliea
Maxwell D. Dorliea - avatar
+ 3
The value of constant application of the theory.
12th Aug 2019, 10:54 PM
Sonic
Sonic - avatar
+ 3
lots of practice
13th Aug 2019, 2:37 AM
ALIS
+ 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
17th Aug 2019, 1:43 PM
BinaryEden
BinaryEden - avatar
+ 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.
24th Aug 2019, 8:13 PM
turab nomanbhai
turab nomanbhai - avatar
+ 2
Pratice more.
12th Aug 2019, 7:44 PM
Patryk Dolata
Patryk Dolata - avatar
+ 2
python because by using this language, u can learn other languages too
13th Aug 2019, 3:55 AM
Ryan
+ 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.
13th Aug 2019, 4:49 AM
Lazarus Mbofana
Lazarus Mbofana - avatar
+ 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
13th Aug 2019, 5:14 AM
Aditya
Aditya - avatar
+ 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
13th Aug 2019, 4:15 PM
It's Me Apoo😬
It's Me Apoo😬 - avatar
+ 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. 👍
13th Aug 2019, 4:58 PM
LeeAnn B.
LeeAnn B. - avatar
+ 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
13th Aug 2019, 11:22 PM
Barbara
+ 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.
26th Sep 2019, 12:40 AM
Fred Temi
Fred Temi - avatar
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
28th Aug 2019, 5:08 AM
Kelvin Mutunga Kavoi
Kelvin Mutunga Kavoi - avatar