本期主持:
嘉宾:
Xiang Zhang,目前中国唯一一位 CPython 核心开发者
时间节点
00:01:26 Python 的性能
00:21:45 Python 的静态类型
00:33:17 Python 调试
01:07:14 推荐环节
链接
PEP 554 -- Multiple Interpreters in the Stdlib
PEP 492 -- Coroutines with async and await syntax
f-strings support = for self-documenting expressions and debugging
Under the hood JVM: Safepoints