作者:桂. 时间:2017-04-17 22:02:37 链接:http://www.cnblogs.com/xingshansi/p/6725298.html 前言 最近在看<统计学习方法>,打算配合<机器学习实战>一起,可后者的代码是基于python2.6的: All the code examples were working on Python 2.6, there shouldn't be any problems with the 2.7. 之前装了python3.…
Python3.7.1标准安装 1.官网下载 官网地址:https://www.python.org/downloads/ 下载3.7.1 下载64/32bitwindows安装文件,下图x86-64是64bit,x86是32bit 2.双击exe文件安装 a) 第一个界面如下图选择 b) 第二个界面默认选择,然后点击Next c) 第三个界面如图下图配置,注意选择安装路径,否则安装完成后,你可能不知道装在哪儿了 d) 点击Install,等待安装完成 3.Python环境变量配置 a) 右键我…