随便写写Python module怎么创建怎么用,详细解释请看 The Python Tutorial -> Modules
顺便推荐下Istvan牛开的Python课程:Practical Data Analysis for Life Scientists
-----
我创建一个python文件,叫做...
Tag Archives: module
Python module相关
September 13, 2009 – 1:25 AM
python: import this
March 16, 2008 – 1:22 PM
>>> import this
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than neste...
python统计计算模块
February 17, 2008 – 2:58 AM
最常用的是stats,代码在此,可以统计描述(mean,median,sd..)和统计推断(t-test,F-test,chi-square..)
stats需要pstat,代码在此。
只需要把代码保存到python目录下的site-packages子目录中即可。例...
