How to begin? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to begin?

Hello, this is my first attempt to learn and understand computer coding. The only background experience I’ve had with a console is console command on steam games. My main questions are: what section do I start with? Development essentials? Programming Languages? Or am I wrong about both guesses as to where I should start? Thank you.

27th Feb 2019, 10:47 PM
Ivan
3 Answers
+ 5
Hi, welcome to Sololearn! You can find more information here: https://www.sololearn.com/Discuss/476490/?ref=app As for your question, it really depends on what you want to build - do you have any preferences? Do you want to build web applications or are you interested game development etc. That's where you should start. And of course algorithms and problem solving skills are very important.
27th Feb 2019, 11:25 PM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar
+ 2
Would be good start with computer general science or start directly into a language like python. Really depends on you. Anyway, you can see here where you will find some useful links for start too https://code.sololearn.com/WaVusr8J1KvK/?ref=app
27th Feb 2019, 11:09 PM
KrOW
KrOW - avatar
0
you need to start with any language that you like. on sololearn quite a lot of courses, choose any. I would advise you to start with javascript, because this language runs directly in the browser. you can open your browser console right now and write javascript code there, which will make your learning more easier. it also means that you don't need a compiler, just a browser. in addition to the theory more practice. as you understand the basics of programming, you can learn any direction that you like, for example, web development, game development etc also highly recommend the book "JavaScript for kids" Nick Morgan. кстати, ее русское издание очень классное и интересное.
27th Feb 2019, 11:54 PM
Before
Before - avatar