+ 4
WHAT SHOULD I START OUT WITH???đ§
There are so many languages!!, Anyone have an idea on what I should start out with?
9 Answers
+ 4
Try a scripting language first. Python (easy) is good for beginners, but you could also go straight to C++ (hard) and learn about pointers and memory usage. Don't start with HTML, since it's not a real programming language!
+ 8
If you want to be web developer follow this path.
html -->css --> javascript -->sql -->php
and after learning these, learn jquery ,bootstrap , angular , react ,vue ,node ,ruby on rails , laravel and so on. good luck)
+ 7
hope this code might have your answer:
https://code.sololearn.com/WwdQescTMkvA/?ref=app
+ 2
đ thanks
+ 1
Thanks to all! I will start with python
+ 1
I was told by multiple people on Quora (a Q&A website) and multiple sources just on the internet that Javascript(or Java depending on who you talk to), while honestly a bit harder to learn than say C (which I see people here recommended) is the best bet.
Sources:
https://skillcrush.com/2014/04/10/learn-javascript/
https://medium.freecodecamp.org/what-programming-language-should-i-learn-first-ÊdıÉčÉsÉÊÉÉŸ-ÉčÇÊsuÉ-19a33b0a467d
https://www.quora.com/Which-programming-language-should-I-learn-for-job-opportunities-and-future-prospects-Java-or-JavaScript
https://www.google.com/amp/s/amp.reddit.com/r/learnprogramming/comments/6leka0/should_i_learn_java_or_javascript_for_my_first/
I've looked up plenty more sources but these were some that were easiest to get to at the moment. (Quora kept leading me back to the app, which made it harder to get anything from them).
0
u may start with c to get familiar with the basics preparing u for the object oriented languages like c++ and java