What 🙄 are the STEPS we should follow while learning any software Languages ? 😎 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

What 🙄 are the STEPS we should follow while learning any software Languages ? 😎

comment your views please 🤔🤓

29th Dec 2016, 6:04 PM
Jenny Lance
Jenny Lance - avatar
8 Answers
+ 24
My Java Trainer told me the following steps to follow 😊 1. Theory 2. Course Effect 3. Situation Wise Example 4. Programing and Application development 5. Integrated Programming 6. Project
29th Dec 2016, 6:08 PM
Jenny Lance
Jenny Lance - avatar
+ 7
If you are learning by watching videos pause the video frequently and do the activity on the video yourself in the appropriate IDE. This helps me retain the thoughts in the video.
31st Dec 2016, 6:45 AM
‎‏‎‏‎Joe
‎‏‎‏‎Joe - avatar
+ 6
Success in every field requires: 1. Perseverance 2. Discipline 3. Practice I am a self tought programmer I am just following the above steps, it works charming for me.
29th Dec 2016, 6:25 PM
Rafi Haidari
Rafi Haidari - avatar
+ 4
For me I have found that problem solving is the key in learning to code. Syntax and just the concepts is boring. Keep practicing by solving basic and then intermediate problems and so on.
30th Dec 2016, 10:18 AM
Maxamed Dool
+ 4
learn the syntax and try to watch other for perfection, and give a try.and cover your all skills by practice.
2nd Jan 2017, 7:11 AM
Amir Aziz
Amir Aziz - avatar
+ 3
yes just practice and project .
30th Dec 2016, 8:48 AM
alireza_khavari
alireza_khavari - avatar
0
logic logic logic! start with simple programs and build up slowly. such as adding 2 numbers using x = 1+2; print x; then move into replacing the numbers with variables. then replace with arrays and add a loop. build up you knowledge and get hands on experience. I find that I learn things best when I figure out what is going on for myself rather than having it explained. review each line clearly and understand every single character down to dot notation. I remember my first year of university I was like wtf is this dot all about. now I know it is used as a class accessor. most importantly if you do not understand something do not simply carry on ask somebody in the community!
10th Feb 2017, 9:41 PM
Luke T
Luke T - avatar
- 5
You must follow the following things:- 1. Syntax 2. Working of codes 3. Error Handling 4. Last but not least also pay attention towards warnings.
5th Jan 2017, 2:24 AM
Gaurang Mudgal
Gaurang Mudgal - avatar