2010-01-25から1日間の記事一覧

Python勉強中

ちょっとPythonが面白そうなんで今更ながら勉強中。忘れない内に書いとく。 >>> def f(): ... pass ... >>> type(f) <type 'function'> >>> type(list) <type 'type'> 便利だ。 >>> dir(f) ['__call__', '__class__', '__delattr__', '__dict__', '__doc__', '__get__', '__getattribute__'</type></type>…