+ 2

Which language to start with?

Hey there,I wanna start coding and see if I’m interested in it.Which language should I start with?

6th Nov 2018, 7:35 PM
Shadi
Shadi - avatar
6 odpowiedzi
+ 3
There are pros and cons to every choice for a starting point. With HTML you get the quickest success: Nicely formatted text, colors, pictures, maybe music or some sort of animation... but HTML alone is not really a programming language, so if it's that what you want, you won't get it, or only after you start with JS. If you start with Python, Ruby or so, it will be white text on black for quite a while. But you learn the typical programming elements: Branching with if and else, loops, functions, classes, working with files... and for that it is comparatively easy. I did that; but since Python takes care for you a lot, you won't deal with many things you eventually should know. After a while I started to feel a bit like a user of an application. Starting with C++ or Java might be harder (it would have been for me), since you need to deal with certain things from the outset which are hard to grasp when you just know how to turn your PC on and off. But after that start, everything else will feel a lot easier.
6th Nov 2018, 9:49 PM
HonFu
HonFu - avatar
+ 2
i think HTML is the best language for beginners to start because it is very easy to learn and intresting. most of the person who started learning online generally starts with HTML. DON'T think so much just dive in it and enjoy...
6th Nov 2018, 8:18 PM
Divyanshu Patel
Divyanshu Patel - avatar
+ 2
HTML or Python. 👋 or poke around until you find one you feel most comfortable with
6th Nov 2018, 8:28 PM
Shawn
Shawn - avatar
+ 2
7th Nov 2018, 3:05 AM
Potato Hacker
Potato Hacker - avatar
+ 1
HMTL ☺
6th Nov 2018, 7:39 PM
den
den - avatar
+ 1
There have been many posts in the past about this, but to put it short, it depends on YOU and what you want to do. If you want to make a website start with HTML, then CSS, and last Javascript. Choose a language that your comfortable with and like.
6th Nov 2018, 8:26 PM
Tyler
Tyler - avatar