Ask HN: Interface Engineer Deciding Which System Language To Learn
5 comments
I never programmed a thing before last year and picked up PHP in just a couple months.
The W3schools tutorial is easy:
http://www.w3schools.com/php/php_intro.asp
and the manual is easily understood with examples.
http://php.net/manual/en/index.php
Python would allow you to code beyond the web though...
Python would allow you to code beyond the web though...
Node.js might not be a bad option seeing as you already know JavaScript, so could save you time learning new syntax. The other options are more mature though.
It doesn't matter. Just pick one and execute.
Right now I'm considering:
PHP Python Ruby on Rails Node.js
Any insight is greatly appreciated. Thanks!