+ 1
What to learn first?
I would just like to know what the suggested first language would be for those learning from scratch. I started with C++ and know a little HTML. Is there a guide on what language to use for any project that is being started ? (Nothing planned yet but I would like to know what to use when I want to bring an idea to life)
5 Respuestas
+ 16
see best marked answer here
https://www.sololearn.com/Discuss/1121429/?ref=app
+ 4
You should start with python/java/c#. Modern and useful languages yet not as difficult as c/c++.
If you want to work on web development the Javascript HTML/CSS are good for you. combining them with python is even more ideal
+ 4
for website creation u should use html first
css sec
javascript third
+ 4
if you are interested in website design and development then you should learn
HTML
CSS
JAVASCRIPT
then go for PHP / jQuery
mySQL for database connectivity.
for framework start with c#.
+ 2
Thanks for the responses. Is there any benefit to knowing C or C++ before moving to another language?