Skip to content
This repository was archived by the owner on Jan 18, 2020. It is now read-only.

Python_安装

Zhen Chen edited this page Sep 5, 2019 · 1 revision

当前版本是Python 3.7.2+。

Python安装程序可以从Python网站http://www.python.org直接下载,或者也可以直接安装Anacoda Python发行版https://www.continuum.io

pip安装python包

大多数Python 包都使用pip 实用工具安装。

 $ pip install flask

手动安装pip,安装方法参见pip 的网站: https://pip.pypa.io/en/latest/installing/

文件读取:csv(pandas库),图片(pilllow库),其他(字符串处理)

BDMI-2019 Autumn AI lab

Clone this wiki locally