2018-07-01 人生苦短,我学Python-搭环境,找学习资料

学习吗?
1 搭环境

Mac环境下,利用homebrew搭建 python3,安装一个好用的IDE(PyCharm)

homebrew 升级 mac自带的python的时候也遇到状况:参考下文解决
https://discourse.brew.sh/t/brew-install-python3-fails/1756

Git 地址(Coding.net):
[email protected]:iceteacover/getting_started.git

中途遇到本地git init之后 push 失败参考以下两篇文章解决:
https://gist.github.com/c0ldlimit/4089101
https://blog.csdn.net/lindexi_gd/article/details/52554159

PyCharm 按照官网地址下载即可,官网首页还有一个‘hello world’的教程,可以一试。

2 找学习资源

[1] python 官网wiki:
https://wiki.python.org/moin/BeginnersGuide/Programmers
[2] python step by step(现在正在看):
http://www.techbeamers.com/python-tutorial-step-by-step
http://www.techbeamers.com/top-7-websites-for-python-programming-beginners/
[3] tutorialspoint python Data:
https://www.tutorialspoint.com/python/python_data_science_introduction.htm
[4] Google Python Class:
https://developers.google.com/edu/python/
[5] hackr.io learn-python-the-hard-way
https://hackr.io/tutorial/learn-python-the-hard-way

你可能感兴趣的:(2018-07-01 人生苦短,我学Python-搭环境,找学习资料)