Python 研习指引

最佳教程

Python教程

最佳上手学习仓库

https://github.com/jackfrued/Python-100-Days
https://github.com/jarodHAN/Python-100-Days-master
https://mofanpy.com/
https://github.com/Avik-Jain/100-Days-Of-ML-Code

Github 上那些热门的 Python

Python 代码库

  1. Python开发资源大全:Python框架、库、软件以及资源精选列表。https://github.com/vinta/awesome-python
  2. 这个列表有中文版,我们以前专门推荐过:https://github.com/jobbole/awesome-python-cn
  3. Python资源精选列表2:精心筛选的一组Python框架、库、软件以及资源列表 https://github.com/trananhkma/fucking-awesome-python
  4. Python精选应用程序:将近400个开源Python应用程序,按主题陈列,且附有使用apatite根据结构化数据生成的代码库、文档等链接 https://github.com/mahmoud/awesome-python-applications
  5. Pytorch:与Pytorch相关的库,Pytorch是有名的张量与动态神经网络机器学习框架 https://github.com/bharathgs/Awesome-pytorch-list
  6. Python异步:精心挑选的Python异步框架、库、软件以及资源清单: https://github.com/timofurrer/awesome-asyncio
  7. Jupyter:非常了不起的Jupyter项目、库以及资源的清单。你可以利用Jupyter创建和共享包含实时代码、方程式、可视化效果、文本等的Python文档。https://github.com/markusschanta/awesome-jupyter
  8. Python书单: 有关Python的最佳书单!https://github.com/Junnplus/awesome-python-books)

更多 Python 代码库可查看:超全!我把 Python 的 200 个标准库整理出来了!

图书文档

  1. Python指南:关于Python日常安装、配置和使用的最佳实践手册,包括pip、numpy、virtualenv等的介绍。https://github.com/realpython/python-guide
  2. Python 中文指南:适合零基础的小白入门的 python 基础教程,代码示例丰富,好上手。https://github.com/iswbm/python-guide
  3. Python简明教程:面向初学者的Python教程,你只需要知道如何保存一个保存文本文件即可开始学习。https://github.com/swaroopch/byte-of-python
  4. Cosmic Python:以python方式的应用程序架构模式来管理复杂性,O’Reilly的免费书籍!https://github.com/cosmicpython/book
  5. PyCharm 中文指南:面向 python 开发者的一份 PyCharm 指南,内含大量的 Gif 动态图讲解 100 多个能提高开发效率的小技巧:https://github.com/iswbm/pycharm-guide
  6. Python 黑魔法手册:专门介绍 Python 黑魔法玩法的文档 https://github.com/iswbm/magic-python
  7. Python机器学习:该库包含经典的机器学习教程的Notebook代码。https://github.com/rasbt/python-machine-learning-book-3rd-edition

面试问题

  1. Python经典编程面试题:经典的Python编程面试问题集,请不要作弊!https://github.com/StBogdan/CTCI_python
  2. Python交互式编程题:使用Anki学习卡片提供了120多个持续更新、交互式、测试驱动的编程面试题。https://github.com/donnemartin/interactive-coding-challenges
  3. Python面试题集:Python面试中经常遇到的问题。https://github.com/sigmavirus24/python-interview-questions
  4. Python面试题集2:额外的300多个Python面试题。https://github.com/learning-zone/python-interview-questions

数据结构与算法

  1. Python数据结构与算法:Python 3的数据结构与算法,最简单、最整洁的实现,已获1.8万颗星!
    https://github.com/keon/algorithms
  2. Udemy算法、数据结构与面试课程:该库中包含Udemy课程附带的notebook,可帮助你准备面试。
    https://github.com/jmportilla/Python-for-Algorithms–Data-Structures–and-Interviews
  3. Python算法:算法和数据结构的实现,快乐的学习!
    https://github.com/prakhar1989/Algorithms

Python资源

  1. GitHub的Python趋势列表:GitHub提供的Python流行代码库。
    https://github.com/trending/python
  2. PEP 8–Python样式指南检查器:该工具可以按照PEP 8样式约定检查你的Python代码。
    https://github.com/treyhunner/pep8
  3. Google样式指南:Google推荐的Python样式指南。
    https://github.com/google/styleguide
  4. Python增强建议:Python增强建议,PEP官方索引。
    https://github.com/python/peps

学习Python

  1. Python Koans:一个交互式的教程,可通过测试来学习Python,测试驱动开发的入门教程。
    https://github.com/gregmalcolm/python_koans
  2. 基于项目的学习:面向项目的编程教程列表,包括构建网络抓取工具、应用程序机器人等。
    https://github.com/tuvtran/project-based-learning#python
  3. 通过JupyterNotebook学习Python 3:通过一系列交互式Jupyter Notebook教你学习Python 3。
    https://github.com/jerry-git/learn-python3
  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
要安装Python,你可以从官方网站下载Python解释器。你可以访问www.python.org或者http://www.python.org/ftp/python来下载。在下载完成后,你可以按照以下步骤来进行安装: 1. 打开安装程序,选择“Customize installation”选项。 2. 确保勾选了“Add Python 3.6 to PATH”选项。 3. 单击“Install Now”按钮开始安装。 4. 安装完成后,打开命令提示符,输入“python”并按回车键。 5. 如果命令提示符中显示了类似于“Python 3.7.9”的版本信息,说明Python安装成功。 现在你已经成功安装了Python解释器,可以开始编写和运行Python程序了。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *3* [Python 安装准备](https://blog.csdn.net/m0_63410395/article/details/126086103)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *2* [Python下载安装指引](https://blog.csdn.net/zhengyshan/article/details/80617774)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值