python资源学习

1、python官方文档  

https://docs.python.org/2/tutorial/index.html

2、玩蛇网,python中文译为:蟒蛇,所以这个名字也就好理解

http://www.iplaypy.com/jinjie/list-append.html

3、菜鸟教程

http://www.runoob.com/python/python-tutorial.html

4、廖雪峰python

http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/001431608990315a01b575e2ab041168ff0df194698afac000

http://www.toutiao.com/i6320907881059189249/?group_id=6320902592001179905&group_flags=0

http://blog.csdn.net/ioiol/article/details/47093179

5、python软件及环境安装

python的语言包安装:https://www.python.org/

开发工具pycharm:https://www.jetbrains.com/

环境变量的配置:我的电脑-右键属性。 把你安装的python语言包的路径,增加到path变量。

python资源学习_第1张图片

至此python环境安装完毕。



你可能感兴趣的:(python资源学习)