Help me learn how to program before I tear my hair out.
July 19, 2006 6:55 PM Subscribe
I've been trying to learn how to program, but it's not going well.
I really want to learn how to computer program (my troubles certainly aren't for a lack of ambition, I can tell you). I've tried quite a few different books on the more popular languages (C++, Python, C#, Visual Basic), but none of them really get through to me. I always feel like I'm just parotting the examples and not really learning anything. I've been having more trouble not with coding, but with training my brain to think in terms of algorithms. Are there any resources (books, web sites, etc) or exercises I can use to try to get me to start thinking like a programmer?
posted by northernsoul to computers & internet (47 answers total) 24 users marked this as a favorite
I would suggest finding a project, such as developing a certain application, and learning the language by stumbling designing it. With your first application you don't really need a solid concept of programming style, or patterns.
I would start with a simple scripting language such as PHP/Python/Perl that gives you instant results without having to work with compiler errors and such.
posted by SirStan at 6:59 PM on July 19, 2006