TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

7 点作者 solipsist大约 13 年前
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 条评论

graeme大约 13 年前
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.
sdfjkl大约 13 年前
Book recommendation: <a href="http://learnpythonthehardway.org/" rel="nofollow">http://learnpythonthehardway.org/</a>
dman大约 13 年前
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.
hodder大约 13 年前
The udacity class will prob be too basic for you.
PythonDeveloper大约 13 年前
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.