Which programming language after HTML and CSS?

  • Context: HTML/CSS 
  • Thread starter Thread starter averycasille
  • Start date Start date
  • Tags Tags
    Language Programming
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
averycasille
Gold Member
Messages
9
Reaction score
0
After learning HTML&CSS, which do you reckon I should learn? Javascript, Python, C or Ruby?

Also, how long would it take to master it assuming I spend full 3 hours each day?
 
Physics news on Phys.org
How about Elm? It compiles to HTML+CSS+Javascript is poised to be the next big thing web programming.

elm-lang.org

with tutorials at:

elm-tutorial.org

If you want a more standard programming experience then go with Python.

Lastly, I like using the Processing.org IDE. It can do Java but it has Python mode and some examples and can do fancy graphics.
 
Depends on what you want to do.

That's like saying "I've learned English and French, what should I learn next?" It depends on if you want to do business in China or humanitarian causes in Africa.

Are you making webpages, webservices, native applications? HTML and CSS are all webpage stuff, so you either want to continue developing web page code (javascript) or learn webservice code (PHP usually.)