MonkeyGH said:
...to get into some sort of programming language without having say, taken a ton of courses for it? I've read on here that some programmers are self-taught, although I'm skeptical of the validity of the interwebz sometimes.
Bear in mind I don't know the first thing about any sort of programming languages or anything like that. Is there any sort of semi-easy program out there that teaches the basics to knuckleheads like me or is that not a possibility outside of courses?
Thanks!
I am in almost exactly the same boat as you. After years of wanting to get into it, I never could find the right book to teach me programming.
Get Mary Farrell's "Computer Programming for Teens." It's at Amazon for 16.57.
Let me tell you, it is the greatest beginner's programming book I've ever seen, and don't let the "teen" part fool you, it is not condescending at all. The only difference between her book and other books is that she is language-agnostic. The book is conceptual, rather than language-oriented, (though the code examples are mostly in C++, with a little JAVA and PASCAL thrown in), which allows you to get the basics like types, variables, loops, and other things, and gets you going quickly, and with a solid foundation.
If I'd had this book when I was younger, oh man. I'd be ruling the intarwebs by now. I can't recommend a better book. I've already programmed a console (command prompt) app that uses a loop to count to one million in real time.
And yes, it is four minutes of sheer awesome.
EDIT: I can't believe how much my post looks like spam. Sorry about that. Seriously, though, I think that book is really a good bet for you. I love it.