+ 1
Help me what programming language must I learn first?
A part from learning a language depends on my choice what would you advise me to learn between the following language C++,C,Erlang, Solidity,PHP, Dart,Ruby,Java,C#,Go Nb.Choose at least two languages
17 Respostas
0
c++ or python3
+ 6
that depends on what type of program you would like to create.
+ 4
Maybe start with HTML/CSS and then JavaScript. That would help you build your e-learning site or any other website. It's quicker to learn and you can do a lot.
+ 4
If u wanna create e learning apps website you should learn HTML CSS and then JS
+ 3
e-learning and website -> php (with html, css, js)
website only -> php (with any framework, laravel is almost beginner friendly, but has a great documentation), python/django, go, ruby-on-rails
file management system -> php, python, c, c++, c#, go, (free)pascal, java, ruby(?)
solidity is made for blockchains
erlang is a general-purpose functional high-level programming language, generally used in telecommunications and banks (made by ericsson), not really for beginners
dart -> generally for mobile apps, platform independent, better using it with flutter framework
+ 1
I want to create file management system and E-learning apps+Websites
+ 1
I recommend you learn as first programming language C
0
Thanks everyone for good answers I'll follow up your advice
0
There's a good roadmap to help you:
https://roadmap.sh/
0
How is C++ because I heard in YouTube someone saying C++ could give a basic of learning any programming language
0
c++ has (almost) everything from c, but some things are written in a different way:
#include <stdio.h> -> #include <iostream>
printf(); -> std::cout << ;
so, before learning cpp and I write, learn c before that....
c is the father of c++ (and many more c-style languages)
0
HTML
0
Thanks bro
0
100% javascript
0
I learned JavaScript first at college. After that, when I learn any other language, I can learn it easily
0
Just start with basic of any language, I mean if you are interested in web development start with HTML CSS and JavaScript then do advanced level
Or do python if you are new into programming, it's a easy to understand language for human also it's versatile and do so many things using it
0
First focus on programming fundamental then you can learn any language very easily