2006年10月29日 星期日 17:38
最近开始在linux中使用python,但是不知道怎么看python帮助文件.用info python得到的是python 的运行参数.我用的是FC5 Guradian,soulhacker511在163.com 2006-10-29
2006年10月29日 星期日 17:52
Guradian 写道: > 最近开始在linux中使用python,但是不知道怎么看python帮助文件.用info python得到的是python 的运行参数.我用的是FC5 > > Guradian,soulhacker511在163.com > 2006-10-29 > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese 1。进入python,用help(“xxx”)查看帮助 2。在KDevelop的帮助中可以有search,index等等的图形界面,可以查看python的 帮助。 3。可以直接下载python的html文档,自己看。
2006年10月29日 星期日 19:37
CHM 的格式,在Liunx 中也有N多阅读工具 xCHM;ChmSee;Kchmview.... 可以直接进行阅读,不过俺推荐友人推荐的FF 插件 chm reader: http://sourceforge.net/projects/chmreader/ 直接在FireFox 中打开,并可以进行书签记录等等………… On 10/29/06, syli <hailang_0512在163.com> wrote: > Guradian 写道: > > 最近开始在linux中使用python,但是不知道怎么看python帮助文件.用info python得到的是python 的运行参数.我用的是FC5 > > > > Guradian,soulhacker511在163.com > > 2006-10-29 > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > 1。进入python,用help("xxx")查看帮助 > 2。在KDevelop的帮助中可以有search,index等等的图形界面,可以查看python的 > 帮助。 > 3。可以直接下载python的html文档,自己看。 > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- """Time is unimportant, only life important! blogging : http://blog.zoomquiet.org/pyblosxom/ wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet in douban: http://www.douban.com/people/zoomq/ """
2006年10月30日 星期一 00:15
2006/10/29, syli <hailang_0512 at 163.com>: > > Guradian 写道: > > 最近开始在linux中使用python,但是不知道怎么看python帮助文件.用info python得到的是python > 的运行参数.我用的是FC5 > 使用pydoc 比如要看os模块的文档:pydoc os 要看os.path.walk的文档:pydoc os.path.walk pydoc 有很多的参数和更多的功能,这个pydoc --help看一下就知道了。 -- I like Python & Linux. Blog: http://recordus.cublog.cn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061030/23561fab/attachment.htm
2006年10月31日 星期二 08:29
GNOME环境下有帮助软件devhelp,里面有python的文档 2006/10/29, Guradian <soulhacker511 at 163.com>: > > 最近开始在linux中使用python,但是不知道怎么看python帮助文件.用info python得到的是python > 的运行参数.我用的是FC5 > > Guradian,soulhacker511 at 163.com > 2006-10-29 > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061031/9b276c80/attachment.html
Zeuux © 2025
京ICP备05028076号