+ 2
What’s the better language to start with?
7 ответов
+ 3
If you want to create web sites, then start with HTML, CSS and Javascript.
If you are more interested in general programming, then starting with Python is a good choice, because it is quite easy for beginners to understand and achieve quick results, and it has a lot of built-in tools that make some programming tasks very simple. But when you get to more advanced / experts levels, Python has some strange quirks and nasty surprises, especially related to performance and object-oriented code.
If you are interested in building business applications and mobile apps, then my recommendation is Kotlin.
+ 2
Lucas Farias ,
Please correct your phyton tag to python.
Just my opinion: Start with Python because it's easy to start, but don't expect it to stay easy, because Python goes as deep as any other modern language, and advanced concepts are by definition advanced.
+ 2
Thanks guys. I will keep going on python
+ 1
Lucas Farias there is no “better” language. depending on the task you want to do is the language you choose.
+ 1
+ 1
I highly recommend Python as 'better language', because its been used almost everywere, you can really fast learn it and it has lots of possibliltys. Otherwise, if you like to make web pages like the one you are on write now, I would try the web development course which includes HTML, CSS and Javascript. After that, try C, because almost all code syntax is a version of this one.
+ 1
Web development: html. General purpose: python or ruby