TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Want to learn Python. Should I take Udacity's CS101?

7 pointsby solipsistabout 13 years ago
I am a programmer wanting to learn Python. Does it make sense to take the Udacity CS101 class from Sebastian Thrun and David Evans? Or would that not be the best way since I am already a programmer?<p>As a side note, any recommendations for solid Python books/tutorials? Is the official Python tutorial the way to go?

5 comments

graemeabout 13 years ago
I think it will be a good start. The lectures won't take long at all since you'll already be familiar with computation.<p>I've been learning programming with K &#38; R. I enrolled in cs 101 as a supplement and found I was able to quickly transfer my knowledge of c over to python as a result.<p>It is basic, but you'll be able to move through it quickly.
sdfjklabout 13 years ago
Book recommendation: <a href="http://learnpythonthehardway.org/" rel="nofollow">http://learnpythonthehardway.org/</a>
dmanabout 13 years ago
Enthought regularly holds Python courses for people who already know how to program in other languages. <a href="http://www.enthought.com/training/" rel="nofollow">http://www.enthought.com/training/</a><p>Disclaimer - I work for enthought and occasionally teach the Python course.
hodderabout 13 years ago
The udacity class will prob be too basic for you.
PythonDeveloperabout 13 years ago
Sure... take the course. Can't hurt. In the meantime, pick up the tutorial and run through it. I picked up Python in 5 days, but I have extensive experience in numerous other object oriented language.<p>IMHO, from a scripting perspective, it's much easier than shell script, more robust than PHP, and better supported than C/C++ from a community standpoint.