What programming language you must learn first ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What programming language you must learn first ?

Python or java script

3rd Aug 2019, 8:19 PM
Louenes Abbas
Louenes Abbas - avatar
2 Answers
+ 6
You can learn any language first. Don't try to learn JavaScript without basic knowledge of html. It'll confuse you later on. Python is a programming language unlike web trinity (html,Css,js). Learning python in terms of programming languages is much easy. For web, html is perfect.
3rd Aug 2019, 8:23 PM
Jella
Jella - avatar
0
C is simplest language to learn. Other languages expand upon C by adding OOP (object-oriented-programming) and other features. SQL is domain-specific-language (database). PHP has few things to learn. C course teaches pointers, namespaces, macros, pre-processor directives, include/require. It is the shortest and easiest over all the other languages in sololearn. PHP is very interesting as it has global/local scope. Ruby/Python are second easiest. Both languages have simple syntax. Python course is harder than Ruby. I would suggest to start the PHP and C courses first. The hardest courses are Java, C# and C++. They are very OOP heavy. Java has tricky OOP. C# starts with pointers early. It does have fun things like generic datatypes however. C++ is harder than C#. It is also worth to learn it ! You can learn interesting advanced concepts. Java comes already with Standard libraries for GUI programming. It is more simpler to do GUI-stuff in Java and more straight-forward in the long-term. You can also embed java in web-pages which is very nice. Java applets. Java, flash, unity, html5 are major game engines that allow to write easily content for the web.
4th Aug 2019, 12:16 AM
Denis Pavlov
Denis Pavlov - avatar