+ 1
Which is the easiest language to start learning in order to learn the programming mindset?
I am so interested in learning coding and the logic behind it. There are so many languages but i bet the logic behind them are similar. Which do you suggest learning first as easiest to enter? More accessible? Thank you
3 Antworten
+ 1
You'll find a lot of similarities between most coding languages as they follow the same logic, arrays, loops etc. I started with Php, then moved onto C# and love learning it, especially with the number of tutorials out there on Microsoft Virtual Academy. I find it easier connecting up to databases with C# with visual studio and entity framework. However I'm a great believer of just keep learning and you'll get more experience and learn better and faster ways of doing things.
+ 1
In my opinion is Python, syntax is clear and easy to learn algorithms.
+ 1
First of all JavaScript and JS that you've put above are the same.
My opinion is to start with HTML-CSS-JS.
Then try either Python with Django or Ruby with Ruby on Rails.