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.

Getting started with Python: Tips, Tools and Resources

66 pointsby looper42about 12 years ago

7 comments

Havocabout 12 years ago
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_about 12 years ago
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.
irahulabout 12 years ago
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).
croydabout 12 years ago
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 未加载
vgnanandabout 12 years ago
Another good resource :- <a href="http://learnpythonthehardway.org/" rel="nofollow">http://learnpythonthehardway.org/</a>
评论 #5443121 未加载
simon_weberabout 12 years ago
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.
Millenniumabout 12 years ago
I miss Dive Into Python. It was awesome.
评论 #5443585 未加载