图书列表

图书资源

这里收集了各种编程和数据分析相关的图书学习笔记。

快速导航

外部资源 50G零基础Python大礼包链接 提取码:m3rp

视频

零基础

  • 千锋教育 700 集零基础 Python 教程 非常全面,基础、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
  • 爬虫
    • Python 爬虫编程基础 5 天速成:https://www.bilibili.com/video/BV12E411A7ZQ(很短的爬虫实战入门课)
  • 数据分析
    • 自学数据分析课程:https://www.bilibili.com/video/BV1ZM4y1u7uF(很纯粹的数据分析 + 可视化课程,适合办公党快速上手)
    • Python 数据分析入门视频合集:https://shimowendang.com/docs/36pykCPH6XCjKJcv/read
  • Python 自动化办公:https://www.bilibili.com/video/BV1uv411W7Fi(主要是处理 Excel)

书籍

[[Python 编程:从入门到实践(第3版)]]

Python编程快速上手

Python极客项目编程

Python Cookbook 3E

Python for Data Analysis, 3E

从 0 学习 Python 0 - 100 大合集总结

GitHub - jobbole/awesome-python-cn: Python资源大全中文版

GitHub - selfteaching/the-craft-of-selfteaching: One has no future if one couldn’t teach themself.

  • 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/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 练习题目)

EasySpider

在线运行Python代码 - 即时执行Python 3.12.7 | 带文件管理、预览与下载 - 土薯在线工具