俺知道这里牛人多,所以来求个python的手册

由本社区发起的开源项目
回复
wdstill
帖子: 2
注册时间: 2009-06-01 16:40

俺知道这里牛人多,所以来求个python的手册

#1

帖子 wdstill » 2009-06-03 18:31

我刚学的python,想找本python的api手册,不知道哪位哥们给个..
头像
peachcolor
帖子: 898
注册时间: 2006-05-20 14:03

Re: 俺知道这里牛人多,所以来求个python的手册

#2

帖子 peachcolor » 2009-06-03 18:45

api不如直接看python的doc,如果你装了python-doc,应该在file:///usr/share/doc/python2.6/html/index.html类似的地方。
头像
sxdhaoren
帖子: 852
注册时间: 2008-10-01 0:20
系统: ubuntu kylin16.04.3

Re: 俺知道这里牛人多,所以来求个python的手册

#4

帖子 sxdhaoren » 2009-06-10 22:54

linuxkids 写了:楼主看看吧 相当好的教程 外国大牛写的,中译版
http://www.woodpecker.org.cn:9081/doc/a ... n/chinese/ :em11
自由软件爱好者
头像
changer-chacha
帖子: 183
注册时间: 2007-09-14 15:41

Re: 俺知道这里牛人多,所以来求个python的手册

#5

帖子 changer-chacha » 2009-07-28 20:58

linuxkids 写了:楼主看看吧 相当好的教程 外国大牛写的,中译版
http://www.woodpecker.org.cn:9081/doc/a ... n/chinese/ :em11
大善人啊!过去look一look
780G + HD4350 + 4G
----------------
100元包月的100M FTTH 何时到我家
----------------
克隆、克隆、克隆的ubuntu
plumx
帖子: 37
注册时间: 2006-12-03 0:51

Re: 俺知道这里牛人多,所以来求个python的手册

#6

帖子 plumx » 2009-11-03 20:47

peachcolor 写了:api不如直接看python的doc,如果你装了python-doc,应该在file:///usr/share/doc/python2.6/html/index.html类似的地方。
照你的意思,学习英语,抱本牛津大词典,慢慢啃就好了,干嘛还要从小学三年级开始学起,一直学到硕士研究生毕业?

如果说英语是舶来品不值得比较的话,那语文呢?为什么要从牙牙学语开始教起,从“妈妈”“爸爸”这两个词开始学起,一直学到老? 直接抱本康熙辞典或者四库全书,慢慢啃好了。

真是这样吗?
头像
the_comer
帖子: 264
注册时间: 2009-07-08 17:33

Re: 俺知道这里牛人多,所以来求个python的手册

#7

帖子 the_comer » 2009-11-03 20:57

A byte of python
A byte of VIM
都挺不错的啊~~
头像
BigSnake.NET
帖子: 12522
注册时间: 2006-07-02 11:16
来自: 廣州
联系:

Re: 俺知道这里牛人多,所以来求个python的手册

#8

帖子 BigSnake.NET » 2009-11-03 21:00

plumx 写了:
peachcolor 写了:api不如直接看python的doc,如果你装了python-doc,应该在file:///usr/share/doc/python2.6/html/index.html类似的地方。
照你的意思,学习英语,抱本牛津大词典,慢慢啃就好了,干嘛还要从小学三年级开始学起,一直学到硕士研究生毕业?

如果说英语是舶来品不值得比较的话,那语文呢?为什么要从牙牙学语开始教起,从“妈妈”“爸爸”这两个词开始学起,一直学到老? 直接抱本康熙辞典或者四库全书,慢慢啃好了。

真是这样吗?
你知道什么叫 api 手册么
^_^ ~~~
要理解递归,首先要理解递归。

地球人都知道,理论上,理论跟实际是没有差别的,但实际上,理论跟实际的差别是相当大滴。
头像
tenzu
论坛版主
帖子: 36924
注册时间: 2008-11-21 20:26

Re: 俺知道这里牛人多,所以来求个python的手册

#9

帖子 tenzu » 2009-11-03 21:09

An application programming interface (API) is an interface that a software program implements in order to allow other software to interact with it; much in the same way that software might implement a user interface in order to allow humans to interact with it.
From wikipedia
yzx714
帖子: 10
注册时间: 2008-08-23 18:49

Re: 俺知道这里牛人多,所以来求个python的手册

#10

帖子 yzx714 » 2009-11-08 15:15

python还要手册??直接dir以及看doc string
回复