arrow_upward
What coding language should a first timer start learning ?
#1
First of all, hope everyone reading this has had a great and safe new year's eve.

I've been meaning to get into coding for a while now but I just don't know where to start! So as a complete newcomer, which coding language would you recommend me based on complicity and versatility ?
Thank you to everyone taking the time to read this Smile



#2
I recomeded python.



[+] 1 user Likes dudtn8858's post
#3
Yes Python is a great choice for a first language. It is interpreted meaning you don't need to compile your code everytime, and it's very flexible. You can get nice results pretty quickly.



#4
Python is, hands down, THE choice.



#5
I think Python is not a bad choice, but it may depend in your goals.
If you want to do web you may try javascript, if you want to make games you might want to try c#
So what are you trying to do?



#6
I learned the fundamentals for programming by learning c++ but I agree python is a pretty good starting point.



#7
javascript if you wanna get into web dev



#8
Python, is great to start with and you can do some really cool stuff with it.



#9
Well it depends on what you want to do. Since we are in a n age where Webservices/Webapplications are getting mire popular you could take a look at Javascript. The reason for this is quite simpe. With Javascript you are able to develop the Frontend and the Backend of your Webapp.
My recommendation for beginners would be Angular for Frontend and Nodejs for Backend. Since you only need to lern one language it could be the most convenient way for beginners



#10
Python for sure, although C# is good too. Python is easier tho.



#11
I've heard Python is good for starters and it seems like this forum support it.



#12
I personally started off with basic C# in console window, its pretty fun and interesting and a good gateway into game design if that's your thing!



#13
I suggest you start with python, the syntax is very easy to read and intuitive so you should have no problem learning the programming logic.



#14
probably python or c++, both a have solid community and there are plently guides and tutorials for newcomers.



#15
python is great for starters nowadays, but consider learning C a lot of other programming languages are c-like (javascript, c# ecc). don't stick only to python, first of all you have to learn how to program, then you'll be able to adapt to every programming languages Big Grin



#16
Id say javascript but that is only because i have no experience about python and i am thinking to try it myself Big Grin.



#17
Like everyone else, I’d agree with python. Java also isn’t a bad option. It’s what I first learned in college



#18
python or javascript tbh



#19
Python to get an idea then if you want to make a career out of it consider c c# c++ java



#20
I started with java but python is definitely a good option