https://github.com/devdragonli/python
https://github.com/devdragonli/python
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devdragonli/python
- Owner: DevDragonLi
- License: mit
- Created: 2017-04-16T02:14:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T08:31:09.000Z (about 8 years ago)
- Last Synced: 2025-01-05T03:46:05.657Z (over 1 year ago)
- Language: Python
- Size: 296 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Python
## install Python3 for Mac
- 从Python官网下载Python 3.X的安装程序(网速慢的同学请移步国内镜像),双击运行并安装;
- 如果安装了Homebrew,直接通过命令`brew install python3`安装即可。
- 在Mac和Linux上运行Python时,请打开终端,然后运行`python3`
## Links & Resources
- [python.org](https://docs.python.org/3/)
- [liaoxuefeng](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000)
- [youtube_video](https://www.youtube.com/watch?v=1PC3etgLwVc&list=PLXO45tsB95cIRP5gCi8AlYwQ1uFO2aQBw)
