pythonista-weekly : Pyw 489

欢迎阅读《pythonista周刊》第489期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-489 翻译:Dustyposa 来自赞助商(PS:原文的赞助商): RSVP for the 3rd Annual Python Web Conference (Virtual) | March 22-26, 2021 Experts discuss hard Python problems. 50+ talks on Machine Learning, AI, Big Data, Django, Plone, Serverless, CI/CD, Containers, etc. Join JetBrains and Six Feet Up to discuss what the future holds. ...

2021-03-07 · 3 min · 1137 words · ZoomQuiet

Issue 462

运行在火星直升机上 原文: PyCoder’s Weekly - Issue #462 210303 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 210303 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. 语义版本化不会挽救您 HYNEK SCHLAWACK Semantic versioning aims to both communicate the version of software as well as promise that certain versions won’t break anything. Sounds great, right? In a lot of cases it is, but a blind reliance on semantic versioning can come back to haunt you. (是也乎: 也就是说, 软件考古学, 并不依赖优雅的版本号. ) Python 和 MongoDB: 连接到 NoSQL 数据库 REAL PYTHON Learn how to use Python to interface with the NoSQL database system MongoDB. You’ll get an overview of the differences between SQL and NoSQL, and you’ll also learn about related tools, including PyMongo and MongoEngine. (是也乎: 讲真, Python 内置的 BSDDB ) 用 Python 生成可定制的PDF报告 MARTIN FITZPATRICK Learn how to generate custom PDF reports using reportlab and pdfrw with a PyQt GUI. (是也乎 实用 ) Python 在火星直升机上运行 NASA.GITHUB.IO (是也乎: 俺不相信 JPL 已经放弃了 LISP ) Python 3.10.0a6 现在可用于测试 CPYTHON DEV BLOG Now including structural pattern matching! Arrow 1.0.0 发布ed ARROW.READTHEDOCS.IO (是也乎: 嗯哼? 终于 1.0 了, 就看何时被 Python 官方内建了, 那才是真正融入历史. ) Python 开发人员2020调查结果 JETBRAINS.COM (是也乎: 为了多卖些许可证, 喷脑 很拼了… ) 祝 Python 和 Python 软件基金会周年快乐! PYTHON SOFTWARE FOUNDATION 探讨/吐糟 Discussions ...

2021-03-03 · 4 min · 1877 words · ZoomQuiet

pythonista-weekly : Pyw 488

欢迎阅读《pythonista周刊》第488期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-488 翻译:Dustyposa 来自赞助商(PS:原文的赞助商): PyCharm Pro is a smart Python IDE that simplifies complicated programming experiences with out-of-the-box support for Python web frameworks, frontend libraries, and databases. Use the discount code PYTHONWEEKLYFEB by the end of March and try PyCharm Pro for three months free! ...

2021-02-27 · 4 min · 1630 words · ZoomQuiet

Issue 461

Happy Birthday, Python;-) 原文: PyCoder’s Weekly - Issue #461 210224 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 210224 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python 并发: 棘手问题 HAMEL HUSAIN An exploration of threads, processes, and coroutines in Python, with interesting examples that illuminate the differences between each. (是也乎: 类似 CAP 法则, 嫑想同时什么好处都有; 通过其它经过考验的高并发能力系统转移矛盾, Py 安心作自己擅长的事儿就好. ) 为什么真的需要升级 Pip ITAMAR TURNER-TRAURING If you’re using an old version of pip, installing the latest version of a Python package might fail—or install in a slower, more complex way. Learn what the problem is exactly, how to solve it, and what causes it. (是也乎: 官方广告.. 其实, 不用任何 pip 指令就能完备部署的系统才是合格的生产系统. ) 用 Python 每秒12个请求 SUADE.ORG How much should we trust framework benchmarks? And to what extent should they influence your choice of technology? (是也乎: 嗯哼? 这就是打脸了… 标准化是技术到一个大平台期了, 大家无法作到差异化时… ) Python & APIs: 读取公共数据的成功组合 REAL PYTHON Learn what APIs are and how to consume them using Python. You’ll also learn some core concepts for working with APIs, such as status codes, HTTP methods, using the requests library, and much more. (是也乎: 其实, 开放数据接口, 最要命的一点就是: 嫑乱变 嘦是一个版本的接口, 无论多不合理, 发布后就没改, 否则, 对应下游系统就囧了. ) Python 字符串如何工作 VIKTOR SKVORTSOV Learn the ins and outs of how Python strings work, with a focus on how text is encoded and represented internally. (是也乎: 老爹最心塞的一次架构, 导致最后 2->3 无法兼容 ) Python 3.X至3.9.1的缓冲区溢出可能导致远程执行代码 NIST.GOV Upgrade to 3.8.8 or 3.9.2 to avoid the issue. 探讨/吐糟 Discussions ...

2021-02-24 · 4 min · 1958 words · ZoomQuiet