Where does one with minimal programming experience start? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Where does one with minimal programming experience start?

I am new to programming. Beyond basic and general introductory computer science knowledge, I have no experience. What language is best for me?

23rd Jan 2018, 4:33 AM
Mark Crawford
Mark Crawford - avatar
5 Answers
+ 14
@Mark, don't listen to Jacob, he's prejudiced ;) https://code.sololearn.com/cyn44bWJXl1V/?ref=app Python is an excellent start for beginners who just want to have their project done in no time. Its simple syntax, handful of libraries and versatility let you experiment in all areas. On the other hand, Python is an interpreted language, so it's kinda slow. I mean really slow, compared to compiled languages. Usually not a problem for majority of one-person projects, though.
23rd Jan 2018, 6:56 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 10
Please check our FAQ. Most of your questions as a beginner may have already been answered there. :> www.sololearn.com/faq
23rd Jan 2018, 6:24 AM
Hatsy Rei
Hatsy Rei - avatar
+ 2
Why is Python a waste?
23rd Jan 2018, 5:10 AM
Mark Crawford
Mark Crawford - avatar
+ 2
Aha! Biased indeed. Hehehe. Thank you, everyone.
23rd Jan 2018, 6:59 AM
Mark Crawford
Mark Crawford - avatar
+ 1
For web development: HTML (base language) CSS (design) JavaScript (interactive) JQuery (more JS) PHP (servers) For app development: Ruby (easy start) Java (OOP) C# (pointers) C++ (problem solving) C (more problem solving) For data management: SQL For a waste of time: Python
23rd Jan 2018, 5:03 AM
Jacob Pembleton
Jacob Pembleton - avatar