Python博客、編輯器、App 20個資源匯總
來源:
奇酷教育 發表于:
Python博客、編輯器、App 20個資源匯總
/ 博客地址 /
python123:www.python123.io
python學習大本營:www.pythondoc.com
python開發社區:www.pythontab.com
python學習網:www.py.cn
python中文官網:docs.python.org/zh-cn/3.9/
python簡明教程:jmjc.tech/tutorial/python/1
python學習:http://www.dida100.com/it
Python 在線手冊 http://docs.pythontab.com
Python 在線手冊站,收集整理了大量 Python 流行技術文檔和教程
Python輕松入門:https://study.163.com/course/introduction.htm?courseId=1003655001
官方入門:http://docs.python-guide.org/en/latest/
/ 常用開發工具 /
PyCharm
JetBrains 出品的功能強大的 Python 集成開發環境,Community 版本免費。推薦進階、相關專業或涉及到中小規模項目開發的同學使用,對初學者可能過于復雜。
https://www.jetbrains.com/pycharm/download
Visual Studio Code
微軟出品的開源編輯器,對輕量級開發十分友好。VSCode 還支持 Python Jupyter 環境,適合初學者和數據分析使用。
https://code.visualstudio.com/download
提示:初學者不要過度依賴開發環境提供的代碼補全功能,校內考試環境通常都不會提供以上工具。
pip 安裝第三方庫速度太慢
可設置 pip 從國內的鏡像源下載安裝
阿里云 http://mirrors.aliyun.com/pypi/simple/
中國科技大學 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣 http://pypi.douban.com/simple/
清華大學 https://pypi.tuna.tsinghua.edu.cn/simple/
中國科學技術大學 http://pypi.mirrors.ustc.edu.cn/simple/
設置方法,以清華鏡像源為例:
臨時使用
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xxxxxxx
永久設置
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
/ 手機寫代碼 /
android 安卓
QPython.apk
鏈接: https://pan.baidu.com/s/1S2mFHsqa3Zuyxiua6nGsbg
提取碼: b1g2
Pydroid.apk
鏈接: https://pan.baidu.com/s/10Bnyl6AdUI2mBRZEuLMB6g
提取碼: 678f
鏈接: http://dida100.com/source/images/it.apk
https://appgallery.huawei.com/#/app/C100782041
ios 蘋果
Pyto - Python 3
http://omz-software.com/pythonista/index.html
Pythonista3
https://pyto.app/
/ 在線寫代碼 /
網頁在線寫代碼
https://520mg.com/it/#/code
https://python123.io/student/playground/python