Pandas DataFrame: 使处理数据令人愉快 原文: PyCoder’s Weekly - Issue #418 200429 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 200429 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python 2 最后的发布标志叕一个时代的终结 RYAN DONOVAN The final version of Python 2 has been released. As the Python community looks forward to the new era, Ryan Donovan from the Stack Overflow Blog takes some time to reflect on the transition and points out that, while support for Python 2 from official channels may be gone, the language isn’t dead. In fact, there’s reason to believe it will live on for decades to come. (是也乎: 再次: 不会的, Python 2.x 足以用到下个10年… ) 你应该了解的 Python 3.9 新特性 MARTIN HEINZ • Shared by Martin Heinz Python 3.9 is scheduled for release on May 10, 2020, and it’s packed full of new goodies. Explore these new features in this overview by Martin Heinz, including new dict operators, updates to the math module, new string methods, a functools.ToplogicalSorter class, and more! (是也乎: 实话, 并不想知道… 一个语言不是靠追加越来越多特性存活的… ) Python pickle 模块: 如何在 Python 中保存对象 REAL PYTHON In this tutorial, you’ll learn how you can use the Python pickle module to convert your objects into a stream of bytes that can be saved to a disk or sent over a network. You’ll also learn the security implications of using this process on objects from an untrusted source. (是也乎: pickle 绝对是 Python 内建模块中最迷人的一个, 谁都忍不住溢用她… ) 收集指导委员会问答的问题 PYTHON.ORG As part of PyCon US 2020, the Python Steering Council will record a Q&A. They are soliciting questions from the community, so here’s your chance to get your burning questions answered! (是也乎: 很认真, 也很无奈… ) 构造 Python 应用 (通用布局) REAL PYTHON course This course is a reference guide to common Python application layouts and project structures for command-line applications, web applications, and more. (是也乎: 的确, Python 程序其实,非常 八股文的… 输入->处理->输出, 没了… ) 讨论 Discussions
...