boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请大侠推荐一本PYTHON的入门书
相关主题
想学Python
求推荐学Python的书
Please Recommend a Book to Learn Python. Thanks!
求推荐---Python 入门到精通的书或网上资源
学python的必要性有多大?
谁能说说Perl, Python, Tcl各自的优缺点?主要应用场合?
Python GUI 用什么最好?
python: 怎么避免memory leak?
question: C#,python,C interfacing
[合集] 那位大侠给启蒙一下:Python和C#比起来有什么优缺点?
相关话题的讨论汇总
话题: python话题: book话题: learn话题: 入门话题: language
进入Programming版参与讨论
1 (共1页)
c*******o
发帖数: 8869
1
谢谢
X****r
发帖数: 3557
2
http://diveintopython.org/
This was how I learnt python.

【在 c*******o 的大作中提到】
: 谢谢
r****t
发帖数: 10904
3
新一点的是:
http://diveintopython3.org/
r*********r
发帖数: 3195
4
check out the "python in a nutshell". it rocks! although a bit dated ( up to
2.5)
i usually judge a PL book's quality by looking at the "exception handling"
chapter.
most books don't know what they are talking about.
r****t
发帖数: 10904
5
翻了下这个第 6 章,没觉得有啥与众不同的地方,个人觉得 nutshell 更像是
annotated python document, 比较冗长,对入门来说太厚了。真正用的时候又都是查
online document, 这本书不太实用。

to

【在 r*********r 的大作中提到】
: check out the "python in a nutshell". it rocks! although a bit dated ( up to
: 2.5)
: i usually judge a PL book's quality by looking at the "exception handling"
: chapter.
: most books don't know what they are talking about.

N***m
发帖数: 4460
6
Beginning Python
From Novice to Professional,
Magnus Lie Hetland, APress.
Python is a "simple" language, you probably don't need a book to learn it.

【在 c*******o 的大作中提到】
: 谢谢
b******n
发帖数: 592
7
agree. mostly what you need is reference to modules and packages. books
often are dated. Learn the basic, and google whatever you need for your
taskes.

【在 N***m 的大作中提到】
: Beginning Python
: From Novice to Professional,
: Magnus Lie Hetland, APress.
: Python is a "simple" language, you probably don't need a book to learn it.

p**o
发帖数: 3409
8

简单地看一下online tutorials,然后直接看样例代码,根据需求动手改。
写了几个星期代码再系统回头啃书,效率最高。

【在 c*******o 的大作中提到】
: 谢谢
r*******n
发帖数: 3020
9
I cannot agree more!
To lz,
The follow is good online tutorial.
http://code.google.com/edu/languages/google-python-class/index.html
I like this book
http://www.amazon.com/Programming-Python-Complete-Introduction-
Language/dp/0321680561/ref=sr_1_1?ie=UTF8&qid=1292538720&sr=8-1

【在 p**o 的大作中提到】
:
: 简单地看一下online tutorials,然后直接看样例代码,根据需求动手改。
: 写了几个星期代码再系统回头啃书,效率最高。

l*******G
发帖数: 1191
10
Here is a small and good book for quick reference, won't teach you GUI's
though. Well written, can finish reading in a couple of days.
<>, by Bad Dayley.
1 (共1页)
进入Programming版参与讨论
相关主题
[合集] 那位大侠给启蒙一下:Python和C#比起来有什么优缺点?
[合集] 请问用Python做GUI如何
C/C++工程师需要懂java,javascript,PHP,或python吗?
perl or python?
小孩子学哪种编程语言比较好?
现在Window下写GUI的话用什么库?
《Python编程(第4版) 涵盖Python3.X》英文文字版[PDF]
再问个python的问题,GUI方面的
Python里怎么verify google account
python 问题
相关话题的讨论汇总
话题: python话题: book话题: learn话题: 入门话题: language