+ 1
which programming language to start with for a beginner and why
20 Answers
+ 8
If u wanna do frontend...u should start with Html....and for backend..start with python....
+ 3
Your question is already answered make sure before asking question.
https://www.sololearn.com/Discuss/86212/?ref=app
+ 2
Hi! In what field you want to grow? Web (to build the sites), games, desktop 🖥, mobile development or artificial intelligence(data since + machine learning)?
+ 1
I recommend start with HTML.
because HTML language is middle level language. try this language.
+ 1
You should start with Python because it is the easiest programming language. You also start with javascript because it is easy to learn.
+ 1
I would suggest c programming language becoz if u learn basic of programming then u can able to learn other languages easily.
+ 1
Learn Pyhton, it is easy and fun!
0
I recommend Python. Is the most advisable for begginers and it has a big potential.
0
I would suggest learning python as it is a very versatile and beginner friendly language with lots of free online resources.
0
JavaScript it costs nothing, set up costs free and plenty of courses and resources available many free. Also useful as there are many employers looking for the skill
0
For machine learning, data science, making AI, easy to learn language, you should start with Python.(Note : you have to start with the beginner thing first, then get into the harder course that requires more Python knowledge)
For making games, apps, faster program, I suggest you to learn C++.
If you want to make apps/games that is runnable to any devices, I suggest you to learn Java.
0
Some argue that you should go for C lang first. You tend to teach little kids counting first before using calculator. C gets you to understand a lot which is going under the hood. Another reason C is the mother of a lot of language. Python compiler is C coded for instance. C has been so powerful that processors was built to run it faster.
0
I will recommend you start with Go. It is the new rave, simple, concise, elegant, and runs faster than python.
0
I think Python because it is easy to learn algorithms
0
For beginners html is best
0
I suggest python or html. I am beginning to learn python and it is very beginner friendly. Html is great too, but it is mainly used for websites while I believe python is mainly used for apps and games (if I'm not mistaken). It really depends on what you are learning code for and how you plan to use it.
0
Generally, use Python.
It has an understandable syntax, plus it is used in many aspects like ML/AI, Data Science, DSA and Backend.
For specializations, use HTML/CSS for frontend. Python does the other aspects.
0
html is not a programming language , you should start with c , then it is more easy to learn other languages because so meny lang uses similar syntax and also dynamicaly typed languages better learn c first
0
I suggest starting with HTML as a newbie because it's fun and easy to begin with and it would help you get the basic idea of the programming languages.
0
HTML is a markup language and CSS is for presentation purpose. They are not programming languages. What you can do with Python you can as well do with Go. Apart from being faster than Python, Go is growing in popularity everyday. It is even simpler to learn in comparison to Python.