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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: I want to learn Python, what could be a good book to start with?

2 点作者 g-garron大约 13 年前
I know something about programming, but I'm not a master in any programming language. What motivates me, is just curiosity, but I would like to learn how to create simple web apps.<p>I plan my next step to be Ruby.<p>Thanks for your advice and comments.

5 条评论

TomasSedovic大约 13 年前
Regardless of Zed Shaw (the author of Lear Python The Hard Way) says, I think that Dive Into Python is a great book and one definitely worth reading.<p>I love Mark Pilgrim's writing and I've found the book quite helpful when I started.<p><a href="http://www.diveintopython.net" rel="nofollow">http://www.diveintopython.net</a><p>That said, LPTHW seems like a great book, too though I haven't read it the whole thing.
评论 #3711270 未加载
bootload大约 13 年前
here's my list. I've read/purchased each of the following. Without buying a thing:<p>Tute: LPTHW by @zedshaw <a href="http://learnpythonthehardway.org/book/" rel="nofollow">http://learnpythonthehardway.org/book/</a><p>Tute: Official Python <a href="http://docs.python.org/tutorial/index.html" rel="nofollow">http://docs.python.org/tutorial/index.html</a><p>Reference: <a href="http://docs.python.org/" rel="nofollow">http://docs.python.org/</a><p>and if you must have a book (tutorial) buy @zedshaw "Learn Python the Hardway" or "Learning Python, 3rd Edition" (pink mouse) by Mark Lultz ~ <a href="http://www.amazon.com/Learning-Python-3rd-Mark-Lutz/dp/0596513984?tag=duckduckgo-d-20" rel="nofollow">http://www.amazon.com/Learning-Python-3rd-Mark-Lutz/dp/05965...</a> For (reference) get Programming Python (pink python) also by Mark Lutz ~ <a href="http://www.amazon.com/Programming-Python-Mark-Lutz/dp/0596158106/ref=sr_1_sc_3?s=books&#38;ie=UTF8&#38;qid=1331852317&#38;sr=1-3-spell" rel="nofollow">http://www.amazon.com/Programming-Python-Mark-Lutz/dp/059615...</a>
KevinTraver大约 13 年前
<a href="http://learnpythonthehardway.org/book/" rel="nofollow">http://learnpythonthehardway.org/book/</a>
评论 #3711028 未加载
Outliers3大约 13 年前
Why dont u join the building the search engine udacity course The easiest way for programming concepts to stick is to actually build things with them<p>www.udacity.com
g-garron大约 13 年前
Thanks for your comments. I'll review them to choose one.