0

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

15th Oct 2024, 12:15 PM
David Mmari
David Mmari - avatar
16 odpowiedzi
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
20th Oct 2024, 2:56 AM
Ananda Barman
Ananda Barman - avatar
+ 6
that depends on what type of program you would like to create.
15th Oct 2024, 12:16 PM
Lisa
Lisa - avatar
+ 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.
15th Oct 2024, 12:55 PM
Jerry Hobby
Jerry Hobby - avatar
+ 4
If u wanna create e learning apps website you should learn HTML CSS and then JS
15th Oct 2024, 10:42 PM
Anya 🍁 [ Coder Station ]
Anya 🍁 [ Coder Station ] - avatar
+ 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
15th Oct 2024, 1:05 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 1
I want to create file management system and E-learning apps+Websites
15th Oct 2024, 12:19 PM
David Mmari
David Mmari - avatar
+ 1
I recommend you learn as first programming language C
16th Oct 2024, 4:53 AM
Бекзат
Бекзат - avatar
0
Thanks everyone for good answers I'll follow up your advice
15th Oct 2024, 2:21 PM
David Mmari
David Mmari - avatar
0
There's a good roadmap to help you: https://roadmap.sh/
16th Oct 2024, 4:46 AM
Shihan
Shihan - avatar
0
How is C++ because I heard in YouTube someone saying C++ could give a basic of learning any programming language
16th Oct 2024, 5:16 AM
David Mmari
David Mmari - avatar
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)
16th Oct 2024, 6:28 AM
Mihaly Nyilas
Mihaly Nyilas - avatar
0
HTML
16th Oct 2024, 9:37 AM
Oma
Oma - avatar
0
Thanks bro
16th Oct 2024, 7:44 PM
David Mmari
David Mmari - avatar
0
100% javascript
17th Oct 2024, 6:28 AM
Rasel Hossen
Rasel Hossen - avatar
0
I learned JavaScript first at college. After that, when I learn any other language, I can learn it easily
17th Oct 2024, 9:28 AM
RA5l
RA5l - avatar
0
First focus on programming fundamental then you can learn any language very easily
20th Oct 2024, 4:21 AM
Amin Ullah Shinwari
Amin Ullah Shinwari - avatar