大量的 Python 阅读
Python logo by www.python.org, GPL, via 维基共享资源
大量的 Python 阅读
来自 The Pragmatic Programmers 的 Python 内容
https://pragprog.com/newsletter/
Python 文章
为了证明 Python 的广泛用途,我们为您提供有关 Python 快捷方式、用于家庭自动化的 Raspberry Pi、Python 属性查找、从数据点创建网络地图等方面的文章。
[
将你的成功归功于 Python
Python 脑筋急转弯
媒体网
](/pragmatic-programmers/attribute-your-success-to-python-712964f88842)
[
沃利在哪里?
Python 脑筋急转弯
媒体网
](/pragmatic-programmers/wheres-wally-aecd23035278)
[
使用 Python 追踪您的个人财务
使用 Beancount 进行复式记账
媒体网
](/pragmatic-programmers/track-your-personal-finances-using-python-35b7d68b67ab)
[
Python 中的页面对象:自动化页面检查而不脆弱
亚当·古彻
媒体网
](/pragmatic-programmers/page-objects-in-python-automating-page-checking-without-brittleness-1a189fe9df5b)
[
曼 G. 玲
Python 脑筋急转弯
媒体网
](/pragmatic-programmers/man-g-ling-3b212dc595f1)
[
用 Python 分析文化领域
德米特里·季诺维耶夫
媒体网
](/pragmatic-programmers/analyzing-cultural-domains-with-python-f661aca2a8c1)
[
很棒的 Python 家庭自动化库
快速启动您的下一个 Domotics 项目
媒体网
](/pragmatic-programmers/awesome-home-automation-libraries-for-python-66c27543823e)
[
在 Python 中创建一个不可变的常量包
认识 namedtuple 函数
媒体网
](/pragmatic-programmers/creating-an-immutable-bag-of-constants-in-python-b2743610c694)
[
海象营救!
使用 Python 3.8 赋值表达式 :=
媒体网
](/pragmatic-programmers/walrus-to-the-rescue-f1d6777a7c87)
[
使用 Python 解决实用程序员测验
在这些数学问题上站稳脚跟
媒体网
](/pragmatic-programmers/using-python-to-solve-the-pragmatic-programmers-quizzes-6c42998904ff)
[
断路器和你
Python 脑筋急转弯
媒体网
](/pragmatic-programmers/circuit-breakers-and-you-ab1281c88f99)
[
使用 Python 连接到 Discord
使用 Beautiful Soup Library 讨价还价
媒体网
](/pragmatic-programmers/webhooking-into-discord-with-python-8e9eb41a446c)
[
建模 UEFA Euro 2020 (2)
一种 Python 方法
媒体网
](/pragmatic-programmers/modeling-uefa-euro-2020-4b0b80a3df3b)
[
建模 UEFA Euro 2020 (1)
将复杂性压缩到一个公式中
媒体网
](/pragmatic-programmers/modeling-uefa-euro-2020-1-a1d64b5c6d05)
[
美国家庭食品网络科学
所以,出生在这个世界半个世纪后,我仍然是一个可怜的厨师,几乎无法说出……
媒体网
](/pragmatic-programmers/network-science-of-american-home-food-457513280555)
[
改进你的 Python
3 个更简洁和有意义的 Python 快捷方式
媒体网
](/pragmatic-programmers/improve-your-python-e5bb310a8ee3)
[
冷冻圆周率
一个快速的 Pi Pico 和 MicroPython 项目
媒体网
](/pragmatic-programmers/frozen-pi-5c7a485dbf0d)
[
Python的属性查找
这是一个谜——下面的代码会打印什么?在查看答案之前尝试猜测。
媒体网
](/pragmatic-programmers/pythons-attribute-lookup-2cce02276263)
Python书籍
Pragmatic Bookshelf 为您提供了有关 Python 相关主题的各种书籍。大多数你可以在 Medium 上阅读,而其他的太新了,只能从实用书架网站上获得。
[
使用 Python 跟踪个人财务
在本书中,您将构建完全由 Python 支持的个性化多银行应用程序。 Python 生态系统……
pragprog.com
](https://pragprog.com/titles/d-sgperfin/tracking-personal-finances-using-python/)
可从 务实的书架 .
[
Pythonic 编程
遵循经过验证且有效的 Python 编程技巧,让您的优秀 Python 代码变得更好。避免逻辑...
pragprog.com
](https://pragprog.com/titles/dzpythonic/pythonic-programming/)
[
可移植的 Python 项目
发现使用功能强大的新型 Raspberry Pi 硬件控制家的简单方法。编写简短的 Python 脚本...
pragprog.com
](https://pragprog.com/titles/mrpython/portable-python-projects/)
[
直观的 Python
开发人员使用 Python 为他们的项目提供动力,因为它强调可读性、易用性和访问...
pragprog.com
](https://pragprog.com/titles/dmpython/intuitive-python/)
[
使用 pytest 进行 Python 测试,第二版
使用 Python 最强大的测试框架 pytest 测试大大小小的应用程序、包和库……
pragprog.com
](https://pragprog.com/titles/bopytest2/python-testing-with-pytest-second-edition/)
阅读 Medium 上的第一版 或从 务实的书架 .
[
资源丰富的代码重用
重用编写良好、调试良好和测试良好的代码可以提高生产力、代码质量和软件……
pragprog.com
](https://pragprog.com/titles/dzreuse/resourceful-code-reuse/)
[
Python 中的数据科学基础
从存储在 SQL 和 NoSQL 数据库中的凌乱、非结构化的工件变成一个整洁、组织良好的数据集......
pragprog.com
](https://pragprog.com/titles/dzpyds/data-science-essentials-in-python/)
[
Python中的复杂网络分析
使用 Python 语言模块 networkx 构建、分析和可视化网络。网络分析是一个强大的工具……
pragprog.com
](https://pragprog.com/titles/dzcnapy/complex-network-analysis-in-python/)
[
实用编程,第三版
这本最畅销的编程入门书的新版经过数万名学生的课堂测试,是……
pragprog.com
](https://pragprog.com/titles/gwpy3/practical-programming-third-edition/)
[
编程机器学习
你决定处理机器学习——因为你正在找工作,开始一个新项目,或者只是想……
pragprog.com
](https://pragprog.com/titles/pplearn/programming-machine-learning/)
[
程序员的遗传算法和机器学习
得益于机器,自动驾驶汽车、自然语言识别和在线推荐引擎都成为可能……
pragprog.com
](https://pragprog.com/titles/fbmach/genetic-algorithms-and-machine-learning-for-programmers/)
[
Python 脑筋急转弯
我们极客喜欢谜题并解决它们。 Python 编程语言很简单,但与所有其他语言一样……
pragprog.com
](https://pragprog.com/titles/d-pybrain/python-brain-teasers/)
[
熊猫脑筋急转弯
本书包含 25 个简短的程序,将挑战您对 Pandas 的理解。像任何大项目一样,熊猫...
pragprog.com
](https://pragprog.com/titles/d-pandas/pandas-brain-teasers/)
如果您愿意为我们的作者留下评论,甚至创建一本图书期刊与其他人分享,我们会很高兴 开发者谈话 我们举办读者论坛的地方。 Devtalk 还有一个 每月竞赛 他们从实用书架免费赠送书籍。
版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明