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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Getting started with Python: Tips, Tools and Resources

66 点作者 looper42大约 12 年前

7 条评论

Havoc大约 12 年前
Python as a language is great. Its the GUI frameworks that always stop my advances into Python...there are about half a dozen of them and they come in various flavours of broke, ugly, incompatible, difficult or abandoned.<p>So I end up downloading VS C# Express...
评论 #5444179 未加载
评论 #5444860 未加载
setrofim_大约 12 年前
Also, Project Euler for "Practice Exercises and Projects", and vim+python-mode and geany for IDE's.<p>python-forum.org and #python on irc.freenode.org for getting specific help.
irahul大约 12 年前
If you are already a programmer, official tutorial will be the best and fastest <a href="http://docs.python.org/2/tutorial/" rel="nofollow">http://docs.python.org/2/tutorial/</a><p>The page list some other domain as official python tutorial: <a href="http://homepage.mac.com/s_lott/books/python.html" rel="nofollow">http://homepage.mac.com/s_lott/books/python.html</a> That's not the official python tutorial(it's giving me an access error - no ideas what's hosted there).
croyd大约 12 年前
I took Udacity's cs101 class as a (lazy) way to get introduced to python. While I felt like it was a very well done introduction to computer science, it wasn't a very effective way to learn a language as it made a deliberate effort to decouple python and cs (and rightfully so). I would suspect that this is also true of the other MOOCs listed here.
评论 #5443097 未加载
vgnanand大约 12 年前
Another good resource :- <a href="http://learnpythonthehardway.org/" rel="nofollow">http://learnpythonthehardway.org/</a>
评论 #5443121 未加载
simon_weber大约 12 年前
I like <a href="http://docs.python-guide.org/en/latest" rel="nofollow">http://docs.python-guide.org/en/latest</a> enough to point it out specifically (it's linked far down the page).<p>Combined with PEP8, it's a fantastic stylistic resource.
Millennium大约 12 年前
I miss Dive Into Python. It was awesome.
评论 #5443585 未加载