+ 2
Where to begin?
Hi everyone. I have ZERO coding experience. There are a lot of modules on here, so any recommendations on which to start with? Or does it really matter so long as I work my way through? I’m not sure if there’s a logical progression or if each one is truly independent. Thanks so much for your thoughts :-)
4 odpowiedzi
+ 8
you might look it up here
https://www.sololearn.com/faq
+ 3
Firstly decide which type you want to learn first, Web development or General purpose languages.
For web development : First learn html which is most basic language to be used then css and then javascript. After these go for jquery and then php.
For general purpose : First go for python then C then C++ then java and then C#.
Learning languages like python or ruby/perl is helpful for both the fields.
+ 2
there are basically 2types of coding thre web and application.
for web start with html then css ,js ,php.
for app (non web) start with C/ruby/python then c++,swift,java, Visual basic.
long way but keep going.
- 1
It depends on your goals. If you want to do web development, take the html, css, javascript, jquery, php and sql lessons. to further that knowledge, take the es6 and react.js lessons.
If you want to program for android, take java.
iOS, swift.
General computer programming, python and Ruby.