01 2016 档案

摘要:class Student(object): def __init__(self,name = ''): self._name = name def __getattr__(self,attr): return Student(attr) def __call__(s... 阅读全文
posted @ 2016-01-19 09:08 Aleck_小茂 阅读(149) 评论(0) 推荐(0)
摘要:网址:http://www.oschina.net/code/list/7/python?sort=time 代码分享列表--pythonhttp://yuncode.net/list/python python代码库https://searchcode.com/ 代码搜寻github第三方库的... 阅读全文
posted @ 2016-01-18 14:35 Aleck_小茂 阅读(73) 评论(0) 推荐(0)