PyCon2020US 按时开始注册,没受疫情影响 原文: PyCoder’s Weekly - Issue #409 200205 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 200205 Zoom.Quiet(大妈) 用时 17 分钟 完成格式转抄. 分析NBA助攻: 如何使用Python可视化数据中的隐藏关系 JP HWANG Using basketball as the background setting, the author discusses several different strategies for uncovering relationships and producing beautiful visualizations with Python. (是也乎: 其实, 前提是有老司机能先识别出关系, 才能找到数据模型来提取. ) PyCon美国2020年 Packaging 峰会:注册和主题提案 PYTHON.ORG Registration is open for the PyCon US 2020 Packaging Summit. Topic proposals are also being accepted. Both registration and topic proposals close on March 7, 2020. (是也乎: 来了, 来了, 没受疫情影响 ) Django 安全漏洞: CVE-2020-7471 MITRE.ORG Django 1.11 before 1.11.28, 2.2 before 2.2.10, and 3.0 before 3.0.3 allows SQL Injection if untrusted data is used as a StringAgg delimiter (e.g., in Django applications that offer downloads of data as a series of rows with a user-specified column delimiter). 用 Python 处理 PDF REAL PYTHON video In this step-by-step course, you’ll learn how to work with a PDF in Python. You’ll see how to extract metadata from preexisting PDF files. You’ll also learn how to merge, split, watermark, and rotate pages in PDFs using Python and the PyPDF2 library. (是也乎: 在中国虽然 PDF 不怎么受待见, 但是, 人家的确是世界第一通用文档格式哪 ) 生产中的 Python HYNEK SCHLAWACK Hynek Schlawack feels that discussions of Python web applications in production are missing from Python conferences. He is offering to mentor people who are interested in proposing conference talks on the subject Python 中的 Null : 了解 NoneType 对象 REAL PYTHON Learn about the NoneType object None, which acts as the “null” in Python. This object represents emptiness, and you can use it to mark default parameters and even show when you have no result. (是也乎: Python 中, 万物皆对象, 没有对象本身也是一种对象 ) PEP 584 PR 已合并 (Dictionary Union) GITHUB.COM/PYTHON This will add the following dictionary operations: dict1 | dict2 (copy + update) and dict1 |= dict2 (update). See PEP 584 for example use cases. 讨论 Discussions
...