Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2005-02-05 16:15:02
Size: 802
Editor: ZoomQuiet
Comment:
Revision 9 as of 2005-03-11 01:49:28
Size: 937
Comment:
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:

a small tip: 用{{{print >>f, a_string}}}可以替代{{{f.write(a_string + '\n')}}}。更直观些。 -- QiangningHong 2005/03/11

http://ads.developershed.com/articleboxes/devshedtitle.gif

-- ZoomQuiet [DateTime(2005-02-04T03:06:47Z)] TableOfContents 可敬的 潘俊勇 居士百忙中发现的,在下也刚好在频率操作文件,所以翻译之!贡献之!

File Management in Python

介绍

Include(/Introduction)

获得外部文件信息

Include(/GettingInformation)

目录处理

Include(/Directories)

序列化数据

Include(/PicklingData)

创立内存文件

Include(/CreatingInMemory)

撰写团队

反馈

a small tip: 用print >>f, a_string可以替代f.write(a_string + '\n')。更直观些。 -- QiangningHong 2005/03/11

FileManagementInPython (last edited 2009-12-25 07:16:25 by localhost)