Python
Monday, December 27, 2010
meaning of class FileInfo(UserDict)
from
UserDict
import
UserDict
class
FileInfo
(UserDict):
In
Python
, the ancestor of a class is simply listed in parentheses immediately after the class name. So the
FileInfo
class is inherited from the
UserDict
class
Sunday, December 26, 2010
Python editor: Wingware's Python IDE
http://www.wingware.com/
Wingware's Python IDE
not good: iep, the Interactive Editor for Python
Tuesday, November 9, 2010
How to suppress the carriage return in python
always open your files in binary mode ("rb" or "wb")
Newer Posts
Home
Subscribe to:
Posts (Atom)