Python 安装
来自iCenter Wiki
当前版本是Python 3.7.2+。
Python安装程序可以从Python网站[1]直接下载,或者也可以直接安装Anacoda Python发行版[2]。
pip安装python包
大多数Python 包都使用pip 实用工具安装。
$ pip install flask
手动安装pip,安装方法参见pip 的网站: https://pip.pypa.io/en/latest/installing/
文件读取:csv(pandas库),图片(pilllow库),其他(字符串处理)