linux 默认安装python,centos6.5默认python2.6,centos7默认python2.7
mac 默认安装python2.7
windows:
在官网上下载python安装包,然后配置环境变量,
在系统环境变量中Path的值中加入 :D:\Python27;D:\Python27\Scripts;
学习print:print ‘helloworld’
第一天学习:python的安装及helloworld
原文:http://www.cnblogs.com/yshan13/p/7678532.html