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