+ 1
Can someone suggest me how to start coding. Preferably which language to start with and what languages to learn?
I learnt C before 6 months and I don't remember anything. Suggest me the ways to learn coding.
2 odpowiedzi
+ 8
You may go by the order suggestion in
www.sololearn.com/FAQ
and then practice your skills as stated by @Maz in
https://www.sololearn.com/Discuss/437973/?ref=app
You may also refer to this link if you think you are not making full use of SoloLearn
https://www.sololearn.com/Discuss/476490/?ref=app
+ 2
Best way to learn coding is to read the language, practice it, read it again, and practice it some more. It takes a lot of time, practice, and most importantly, patience. If you don't have patience, you'll quit the moment you find yourself trying to make something work for 12+ hrs. Debugging is just a part of the process.
As for which to start with, it depends what you feel like doing first. You want to make applications or focus on web design?
Applications: C#, Java, C++, Python, and C
Web Design: HTML, CSS, JavaScript, jQuery, PHP, and SQL
I recommend in the order above, based upon my opinion of usefulness / ease. Usefulness is a relative term, so it's based upon the stuff that I personally work on. You'll have to decide what is useful toward your own goals, and then decide accordingly from that.