项目收集

  • ⭐ 蓝桥云课 Python 实战合集:https://www.lanqiao.cn/courses/?fee=free&tag=Python

  • 腾讯云在线 Python 实验:https://cloud.tencent.com/developer/labs/gallery?tagId=23

  • 阿里云 Python 入门实验:https://developer.aliyun.com/adc/scenario/e04fe73ad95d4782aef7aecca206196e

  • 华为云沙箱实验室:https://lab.huaweicloud.com/testList.html

  • Python123:https://python123.io/index(在线编程,部分课收费)

  • CheckiO 游戏学 Python:https://py.checkio.org/

  • 通过测试交互式学 Python(英文):https://github.com/gregmalcolm/python_koans

  • 交互式 Python 挑战(英文):https://github.com/donnemartin/interactive-coding-challenges

  • 通过项目学 Python(英文):https://github.com/practical-tutorials/project-based-learning#python

  • 通过示例交互式学 Python(英文):https://github.com/jerry-git/learn-python3

代码

  • 数据结构和算法 Python 实现:https://github.com/keon/algorithms

  • 《剑指 Offer》算法面试题 Python 实现:https://github.com/JushuangQiao/Python-Offer

  • 设计模式 Python 实现:http://www.pythontip.com/python-patterns/detail/abstract_factory

  • Python Machine Learning 代码:https://github.com/rasbt/python-machine-learning-book-3rd-edition

  • Python 小脚本:https://github.com/RealHacker/python-gems

合集

  • ⭐ GitHub Python 专区:https://github.com/topics/python

  • 神经网络和深度学习相关框架:https://github.com/ChristosChristofidis/awesome-deep-learning

  • 机器学习相关库:https://github.com/josephmisiti/awesome-machine-learning#python

  • 开源 Python 应用程序大全:https://github.com/mahmoud/awesome-python-applications

  • Python 类库大全:https://github.com/vinta/awesome-python

  • Python 类库大全(中文版):https://github.com/jobbole/awesome-python-cn

  • Python 异步大全:https://github.com/timofurrer/awesome-asyncio

  • jupyter 相关:https://github.com/markusschanta/awesome-jupyter

  • Python 书单:https://github.com/Junnplus/awesome-python-books

  • Python 书单(中文版):https://github.com/jobbole/awesome-python-books

  • StackOverflow Python 专区:https://stackoverflow.com/questions/tagged/python(解决问题必备)

  • ⭐ 掘金 Python 专区:https://juejin.cn/tag/Python(看技术文章)

社区

  • ⭐ PythonTab:https://www.pythontab.com/(中文 Python 开发者社区)

  • Learnku Python 技术论坛:https://learnku.com/python

  • 开源中国:https://www.oschina.net/(综合的开源社区)

工具

  • ⭐ Python 在线编程(菜鸟教程):https://c.runoob.com/compile/6/

  • 腾讯云 Python 在线手册:https://cloud.tencent.com/developer/devdocs

  • Python 在线手册汇总:https://docs.pythontab.com/

面试题

  • Python 面试题整理:https://github.com/taizilongxu/interview_python(高星)

  • Python 面试题整理:https://github.com/kenwoodjw/python_interview_question

  • 机器学习面试题:https://geektutu.com/post/qa-ml.html

其他

  • ⭐ Python 常见问题:https://docs.python.org/zh-cn/3/faq/general.html(官方提供的 )

  • GitHub Python 趋势:https://github.com/trending/python

  • Python 模块推荐:https://pymotw.com/3/

  • Python 练习册:https://github.com/Yixiaohan/show-me-the-code(一些 Python 练习题目)