Issue 379
原文: PyCoder’s Weekly - Issue #379 什么是 Python 3.8 将带来的? JAKE EDGE “The Python 3.8 beta cycle is already underway, with Python 3.8.0b1 released on June 4, followed by the second beta on July 4. That means that Python 3.8 is feature complete at this point, which makes it a good time to see what will be part of it when the final release is made.” (是也乎: 已经开始期待 Py 4 了… 在老爹有生之年..应该规划好 Python 42 前所有开发呢. ) PyLint 误报… LUKE PLANT “In some recent discussion on Reddit, I claimed that, for cases where I’m already using flake8, it seemed as though 95% of Pylint’s reported problems were false positives. Others had very different experiences, so I was intrigued enough to actually do some measurements.” 理解 Python Traceback REAL PYTHON Learn how to read and understand the information you can get from a Python traceback. You’ll walk through several examples of tracebacks and see how to handle some of the most common types of exceptions in Python. (是也乎: 正如其名…倒追… ) Django vs Flask in 2019: 框架之选 MICHAEL HERMAN • Shared by Michael Herman In this article, you’ll take a look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint. (是也乎: Bottle 一生推… 不过,商业项目, Django 没问题. ) 字典在 Python REAL PYTHON video In this course on Python dictionaries, you’ll cover the basic characteristics of dictionaries and learn how to access and manage dictionary data. Once you’ve finished this course, you’ll have a good sense of when a dictionary is the appropriate data type to use and know how to use it. Python 3.8.0b3 可用于测试 PYTHON.ORG 讨论 Discussions ...