查看原文
其他

汇总一波免费 Python 资源

鱼皮 程序员鱼皮 2022-08-14

收藏就完事了~

从国庆刚放假就开始肝 Python 学习路线,结果今天没搞完,先分享一波学习资源吧(补充了一些我自己的注释),学习路线应该明天发出~

视频

零基础

  • ⭐ 千锋教育 700 集零基础 Python 教程:https://www.bilibili.com/video/BV1R7411F7JV(非常全面,基础、web 开发、爬虫、数据分析、AI 基础都讲了,例子也很丰富)
  • ⭐ 黑马程序员600集 Python 教程:https://www.bilibili.com/video/BV1ex411x7Em(比较全面,基于 Linux 环境学习,以 Python 基础 + 面向对象为重点,还包含一部分游戏开发)
  • ⭐ Python 全栈开发教程:https://www.bilibili.com/video/BV1wD4y1o7AS(很纯粹的 Python 基础教程,案例多,适合快速入门)
  • 小甲鱼 -《零基础入门学习Python》最新版:https://www.bilibili.com/video/av52080698(可惜,更新到一半就没了。。)
  • 【麻省理工学院-中文字幕版】Python 和计算机科学导论公开课:https://www.bilibili.com/video/BV1ty4y1x7xP(适合外语不错的同学课外看,感受国外教学氛围)
  • 阿里云 python 工程师学习:https://developer.aliyun.com/graph/python(有在线编程体验)
  • 鱼皮公众号【程序员鱼皮】后台回复 Python,也有一套视频课

其他

  • Web 开发

    • Python Django 项目实战教程:https://www.bilibili.com/video/BV1pq4y1W7a1
    • Python + 微信小程序实战开发:https://www.bilibili.com/video/BV1Xy4y1s792(挺完整,后台用的 Django 框架)
  • 数据结构与算法

    • Python 数据结构与算法全套 100 节:https://www.bilibili.com/video/BV1uA411N7c5
    • 【北京大学】数据结构与算法Python版(完整版):https://www.bilibili.com/video/BV1VC4y1x7uv
  • 爬虫

    • 2020 年Python爬虫全套课程(学完可做项目):https://www.bilibili.com/video/BV1Yh411o7Sz
    • Python 爬虫编程基础 5 天速成:https://www.bilibili.com/video/BV12E411A7ZQ(很短的爬虫实战入门课)
  • 数据分析

    • 自学数据分析课程:https://www.bilibili.com/video/BV1ZM4y1u7uF(很纯粹的数据分析 + 可视化课程,适合办公党快速上手)
    • 完整数据分析课程:https://www.bilibili.com/video/BV1vV411p7D6(数据分析 + 机器学习,很全面)
    • Python 数据分析入门视频合集:https://shimowendang.com/docs/36pykCPH6XCjKJcv/read
  • 其他

    • 一天搞定人脸识别项目(python+opencv):https://www.bilibili.com/video/BV1Lq4y1Z7dm

    • Python 自动化办公:https://www.bilibili.com/video/BV1uv411W7Fi(主要是处理 Excel)

书籍

  • ⭐《Python编程:从入门到实践》:https://www.code-nav.cn/rd/?rid=cbddf0af6064484f002658102cdbba17
  • 《python学习手册》:https://www.code-nav.cn/rd/?rid=79550af260643c8e0ce47ab84633e200
  • 《笨办法学Python3》:https://www.code-nav.cn/rd/?rid=b00064a760643bb90cbba72836995fd5
  • 《Python编程快速上手》(第2版):https://book.douban.com/subject/35387685/
  • 《Python Cookbook 中文版》(第3版):https://book.douban.com/subject/26381341/
  • 《父与子的编程之旅》:https://www.code-nav.cn/rd/?rid=8937eaa9615519680ed81c0e3165ee65
  • ⭐《Python 深度学习》https://www.code-nav.cn/rd/?rid=2d44d6c261624dd31224ed1b5841920c
  • 《Python网络爬虫实战》第2版:https://www.code-nav.cn/rd/?rid=b00064a7606440d40cbc2fca19192e4f
  • 《Python数据科学手册》:https://book.douban.com/subject/27667378/
  • 《利用Python进行数据分析》:https://book.douban.com/subject/25779298/
  • 《轻量级Django》:https://www.code-nav.cn/rd/?rid=28ee4e3e60641fd60d91fd2441418491
  • 编程导航 - 超多 Python 书籍直接免费下载 :https://www.code-nav.cn/topic/Python(选择书籍标签)
  • Python Guide(英文):https://docs.python-guide.org/

文档

  • ⭐ Python 入门教程(菜鸟教程):https://www.runoob.com/python3/python3-tutorial.html(可以在线写代码练习)
  • Python 入门教程(W3Cschool):https://www.w3cschool.cn/python3/(支持手机阅读)
  • Python 中文学习大本营:http://www.pythondoc.com/(一系列文档教程的集合)
  • Python 100 天:https://github.com/jackfrued/Python-100-Days
  • 廖雪峰 Python 入门教程:https://www.liaoxuefeng.com/wiki/1016959663602400
  • 莫烦 Python 教程:https://mofanpy.com/(包括基础、数据处理、机器学习等,部分内容有视频)
  • Django 官方教程:https://docs.djangoproject.com/zh-hans/3.2/intro/tutorial01/
  • Manim 动画引擎教程:https://docs.manim.org.cn/shaders/
  • A Byte of Python:https://python.swaroopch.com/(Python 英文入门教程)
  • ⭐ 谷歌 Python 代码规范:https://google.github.io/styleguide/pyguide.html

实战

  • ⭐ 蓝桥云课 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://www.nowcoder.com/intelligentTest
  • 牛客 Python 试题:https://www.nowcoder.com/search?query=python&type=question
  • 牛客机器学习面试题:https://www.nowcoder.com/search?type=question&query=%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0
  • 牛客机器学习笔试:https://www.nowcoder.com/search?type=paper&query=%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0
  • 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 练习题目)


我是鱼皮,最后求个 点赞 + 在看 ,这将是我持续创作的最大动力,谢谢 🙏

往期推荐

读者 | 做了个博客,看看咋样

精品 IDEA 插件大汇总!值得收藏

用了这个 Java 小工具,我废了

腾讯同事的内部分享,大赞!

怒肝 Linux 学习路线,这回不难!

您可能也对以下帖子感兴趣

文章有问题?点此查看未经处理的缓存