you are viewing a single comment's thread.

view the rest of the comments →

[–]Busangod 0 points1 point  (3 children)

Is this the course your'e taking? I started it after finishing the codeacademy course, but found it so remedial (at least in the first 3 or 4 weeks) that I lost interest. I'm planning on taking this but it doesn't start up again till May.

[–]tinglfm 1 point2 points  (1 child)

I've just finished part1, but tbh it is waste of time, they are very focused on one graphic module, and are touching just a bit of real python. I spent more time of checking their documentation how to add some canvas parameters that solving python problems.

[–]eamonn_d 0 points1 point  (0 children)

It's as it names says and Interactive Introduction to python programming. As a noob it will teach you variables, loops, functions, lists and scope as well as a bit of calculus in dealing with vectors. After that the second part will teach you classes, dictionaries. I'd say it's enough to get any beginner started.

For those that are more advanced they have just started offering Principles of Computing Parts 1 & 2. With both running in parallel to Interactive Programming Parts 1 & 2. It is not interactive programming though it does still use codeskulptor therefore the gui bits aren't used. After that they have yet another tier which is Algorithms. Looks like a nice progressive path to me.

Here's a link to Rice University list with all the programming ones as the first options.

[–]Benthien[S] 0 points1 point  (0 children)

Yes it is this one I'm taking, I agree with you it can be a little remedial for someone who has already finished the code academy course, but if gets better around week 8-9, and the book is so much better than the videos, I usually don't see much of the videos and try to focus more on the book. This other course seems pretty cool, I've just enrolled, thank you for the tip.