|
|
|
|
|
by rmangi
4870 days ago
|
|
While I applaud anyone trying to get into software development I find it hard to believe that in 2011 "the resources available to a new student developer were limited". I'd also object to ruby being the best first language for someone to learn. Maybe you had trouble getting advice as to where to look to get started, but the internet is full of folks who are eager to give you their 2 cents on that topic. As far as ruby goes, nothing against the language but I personally think it's much more difficult to learn than java or c# which have more applications, a wider audience (and hence more material to read) and better support in terms of IDEs. They are also syntactically much easier for newbies. That said, I congratulate you on your new found love of programming and your willingness to share the knowledge. |
|
PHP or Python are a better way to start because "hello world" is literally a line or two of code.
That said, I always recommend Python over PHP because it enforces good a habits from day one. Once you learn the skills and concepts, working in the much looser PHP environment is safer.