Issue 444
代码隔离在Python 原文: PyCoder’s Weekly - Issue #444 201028 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 201028 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. 实践中的 Python: 如何使用 % 运算符? REAL PYTHON In this tutorial, you’ll learn about the Python modulo operator (%). You’ll look at the mathematical concepts behind the modulo operation and how the modulo operator is used with Python’s numeric types. You’ll also see ways to use the modulo operator in your own code. (是也乎: 取余, 其实有很多使用技巧, 可以用在神奇的场景中完成快速计算. ) CPython 加速计划 MARK SHANNON Core contributer Mark Shannon has a plan to increase CPython’s performance fivefold in four stages of updates. (是也乎: 目标是提升五倍. 嗯哼, 这对 Python 是否算是一种内卷行为? ) Python 中的代码隔离 ARTEM GOLUBIN How can you hide, or isolate, Python code in an application from potential bad actors? Learn several methods for doing so and why you should never run thirs party code in the same Python interpreter as your applications. The Real Python 播客 – #32: 新 “Python基础知识” 好书和填补学习道路中的空白 REAL PYTHON Do you have gaps in your Python learning path? If you’re like me, you may have followed a completely random route to learn Python. This week on the show, David Amos is here to talk about the release of the Real Python book, “Python Basics: A Practical Introduction to Python 3”. The book is designed not only to get beginners up to speed but also to help fill in the gaps many intermediate learners may still have. (是也乎: 老朋友, 老程序猿. ) 2020年三季度 Python 软件基金会资深会员名单 PYTHON SOFTWARE FOUNDATION Congratulations to all the new fellows! 探讨/吐糟 Discussions ...