How to Start Learning Computer Programming
jeremymorgan.com
How to Start Learning Computer Programming
1–10 of 23 posts
Re: How to Start Learning Computer Programming
#2Re: How to Start Learning Computer Programming
#3Hmmm - advice for beginners that does not mention Python or Ruby but rather headlines with C++ (admittedly caveated)? Sorry, cannot endorse.
Of far more concern than the datedness of it are the grammatical errors; this is a 5 year old blog post, so you'd think he'd have either noticed by now or a reader would have pointed them out (please, programmers— is it really so hard to learn the "its-it's" rule?). Now that's something that could have been done better.
Re: How to Start Learning Computer Programming
#4Re: How to Start Learning Computer Programming
#5If you REALLY want to start learn computer programming look at Lisp or Smalltalk.
Re: How to Start Learning Computer Programming
#6Re: How to Start Learning Computer Programming
#7Re: How to Start Learning Computer Programming
#8Most likely you wouldn't be learning something marketable perse, however you would learn programming in the same time as you do now. Actually I think maybe even more efficient as there weren't the HN post distractions :) Your computer would most likely not be connected (all the time) and multitasking wasn't very nicely implemented or even possible, so your computer meant either running games/software made by others or full focus on tinkering with Basic, assembly or some of the other languages out there at the time.
Re: How to Start Learning Computer Programming
#9I really wish I could go back to those times and give the open source world more thought and attention. Free compilers, free databases and looking back at it, PERL would have been a lot more useful than Visual Basic.
I spent years developing OpenGL applications on WindowsNT. I wasn't very good at what I did and the market for my skills wasn't very broad.
Had I built a basic web app using HTML, Postgres and PERL I could have avoided a lot of time spent in jobs I did not enjoy very much.
In the summer of 2002 I was trying to focus on building my skills in C++ and OpenGL to a commercial-ready level. As a fun side project I built a mock airline ticket booking system in PHP. The side project got my a job in Germany and the rest is history.
Some languages and tools are more marketable than others.
Re: How to Start Learning Computer Programming
#10If you are going to use W3Schools, you're gonna have a bad time. http://w3fools.com/
FWIW I think the W3Schools PHP tutorial is one of the best out there. Straight to the point.