imaheadcase
Diamond Member
- May 9, 2005
- 3,850
- 7
- 76
Here is my experience so far with learning programming (so far).
I started off with codecademy for Python. No reason other than my brother uses Python and its easier to get help in a bind if you know someone already. I have been at it for only 2 weeks, a couple hours a day.
Besides codeacademy i watched this http://www.youtube.com/watch?v=N-ae8Q_7iCA
I also use Learn Python The Hard Way, its excellent, "easy" to understand. Of course its going to get more difficult, but by easy its easy to follow.
Thats all you should focus on for starts, don't get to carried away with it. If you get to far ahead you will get confused.
The key to programming i've been told is to take time to understand each thing before you move on, simply reading something over and over helps, but if you are like me, doing it is better. If its a simple as typing print "hello world" over and over for 5 minutes, do it.
The reason i use codecademy and Learn Python The Hard way is because if I get stuck on one, i can catch up to area i'm learning on another and it helps to understand better why I can't' continue past a particular problem. Both are excellent mind you, its just one is more "do this and that" and the other is "this is why you do this and then that" type of sites.
I know thread is old, but thought I would share how i'm doing it.
I started off with codecademy for Python. No reason other than my brother uses Python and its easier to get help in a bind if you know someone already. I have been at it for only 2 weeks, a couple hours a day.
Besides codeacademy i watched this http://www.youtube.com/watch?v=N-ae8Q_7iCA
I also use Learn Python The Hard Way, its excellent, "easy" to understand. Of course its going to get more difficult, but by easy its easy to follow.
Thats all you should focus on for starts, don't get to carried away with it. If you get to far ahead you will get confused.
The key to programming i've been told is to take time to understand each thing before you move on, simply reading something over and over helps, but if you are like me, doing it is better. If its a simple as typing print "hello world" over and over for 5 minutes, do it.
The reason i use codecademy and Learn Python The Hard way is because if I get stuck on one, i can catch up to area i'm learning on another and it helps to understand better why I can't' continue past a particular problem. Both are excellent mind you, its just one is more "do this and that" and the other is "this is why you do this and then that" type of sites.
I know thread is old, but thought I would share how i'm doing it.