摘要: 主要是箱形图,平均值,中位数,方差的计算及。内容再补。 阅读全文
posted @ 2014-10-27 15:21 林中细雨 阅读(165) 评论(0) 推荐(0) 编辑
摘要: ## Animal is-a object (yes, sort of confusing) look at the extra creditclass Animal(object): pass## ??class Dog(Animal): def __init__(self, name): #... 阅读全文
posted @ 2014-10-27 14:59 林中细雨 阅读(192) 评论(0) 推荐(0) 编辑
摘要: import randomfrom urllib import urlopenimport sysWORD_URL = "http://learncodethehardway.org/words.txt"WORDS = []PHRASES = { "class ###(###):": "Mak... 阅读全文
posted @ 2014-10-27 14:43 林中细雨 阅读(330) 评论(0) 推荐(0) 编辑