Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2006-06-08 18:38:04
Size: 591
Editor: xiaobolee
Comment:
Revision 6 as of 2006-06-08 18:43:42
Size: 535
Editor: xiaobolee
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== xiaobolee == == 一些零散笔记 ==
Line 7: Line 7:
 CategoryHomepage

[:CategoryHomepage:]
Line 15: Line 12:
[:CategoryHomepage:]

一些零散笔记

Email: MailTo([email protected])


一、Python System Modules:

 . Sys与Os是python系统工具的核心,很多标准模块是从他们,原则上,sys导出与Python解释器相关的部件(例如模块的搜索路径),而os则包含了Python所运行的平台上的函数以及变量的映射。但这种界限比较模糊,例如标准的输入输出流是在Sys中的,它们明显是要和平台紧密联系的。

xiaobolee (last edited 2009-12-25 07:08:41 by localhost)