- 安装python3.6.5
- 验证python是否安装成功 cmd->python
- cmd->pip install nose,cmd->pip install pytest
- 查看安装的包的版本 cmd->pip show pytest,cmd->pip show nose
- cmd->pip list
- cmd->pip uninstall nose
- pip install --upgrade nose
- pip install -U pip
- 批量一次性安装很多包如何操作呢?
- 新建一个a.text,把需要安装的包:nose pytest保存在记事本中
- pip install -r e:a.text
10.批量删除 pip uninstall -r D:a.txt
11.编程模型:数据结构+算法
数据结构:数据怎么存
算法:解决问题的步骤
数据输入(变量,文件,数据库,网络,从命令行读)-》存储(常量,变量,文件,数据)-》
取出来的数据按照算法设计的步骤做数据设计
-》存储-》输出
输入-》计算-》获取结果-》输出
序列:顺序存储数据,可以舒勇坐标便利
字符串,列表,元组
字典的key必须是不可变:字符串,元组,数字
set: 去重复