Latest Finds for Programming

This is probably going to happen a lot. I have these tabs that I am keeping open so I can eventually start hitting these resources for programming. The easiest thing for me to do is bookmark them, but then I would probably forget about them. To keep a record of my progression I think it might be helpful to keep track of the links I am following here, and look back one day to see what I used, what I didn’t, what was useful, and what wasn’t.

Structure and Interpretation of Programs

This one was recommended on a forum as a great book to read to learn things that help give you the big picture of what computers are used for and what they are capable of. In other words, a book for computer scientists that “programmers” ignore.

That is one interesting thing I have seen on the forums. People argue that there is a difference between a programmer, a software developer, and a software architect. The other argument is that everyone programs, but not everyone can really think strategically about how to program something from the very base of things. In other words, understand machine language, compilers, and object oriented programming. Compilers take the high-level programming language code and translates it into machine code or an assembly language. Depending on the environment you are working it, it could be absolutely imperative to know exactly how that works and how it will affect your outcomes.

I also liked this Chart for Learning a Programming Language. The one section that is for kids includes a link to using Python to program a video game. If you saw my last post I mentioned I decided to focus on Python as my first language. Ruby is probably going to be my second language. I’m trying to focus on the fun languages that other programmers mention. I just recently saw a forum post that said a programmer was super happy to get away from .Net applications and start programming in Ruby. I think Paul Graham was the one who mentioned that the programming languages of the future will be the ones the best programmers choose to use today. I think part of that equation is how much an individual program enjoys a certain language.

Udacity was also a recommeded place to learn computer science, specifically this Intro to Computer Science course. The course materials are technically free, but you need to pay $199/month to get an instructing coach. This also gets you a certificate at the end. It says it is a 3 month course if you put 6 hours a week into it. I can see myself putting 12 hours a week into and it still takes me 3 months, but in either case it would cost me $600 to get this intro to computer science class in that may be equivalent to college credit. I have to research it more though.

I just keep thinking what the future me will think of all this planning I am doing. I know one thing is for sure. Nothing to it, but to do it.