Python笔记
2015-08-31 · Computer
环境
Windows:pip install numpy、pandas 等常因缺少 C 运行库报错,可安装 VC++ 2008 Redistributable 等。
IPython + Notebook:交互式环境,适合数据探索和教学。
与 Mathematica 的对应
如 list('ABCD') 对应 Characters["ABCD"],shift 对应 PadLeft 等。Python 的数据结构、函数式用法与 Mathematica 有诸多相似之处,可对照学习。