Re: wondering which course to join
If you want to learn programming, the first thing you should learn is - programming. Learning a language isn't learning programming. Once you've learned programming, which language you should learn depends on what you're going to use it for. You don't use C++ for web development and you don't use PHP for game development.
Any "programming" course that starts out by teaching you a programming language is worthless - at best. Pick up a copy of Wirth's "Algorithms + Data Structures = Programs". You can usually find a copy on Amazon for under $5. It's the best programming course written. (I used it for years to teach programming.)
|