+ 13
What 🙄 are the STEPS we should follow while learning any software Languages ? 😎
comment your views please 🤔🤓
9 Antworten
+ 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
+ 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.
+ 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.
+ 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.
+ 4
learn the syntax and try to watch other for perfection, and give a try.and cover your all skills by practice.
+ 3
yes just practice and project .
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!
- 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.