最新文章

Python: __all__

2 分钟阅读

Effective Python Item 50: Use Packages to Organize Modules and Provide Stable APIs

Python: Referencing and assignment in inner functions

1 分钟阅读

这一篇的内容在 Digest of Fluent Python: 7.4 Variable Scope Rules 和 Python: Variable scope in if-statement 都有讲到,但是 Effective Python 的 Item 15: Know How Closures Inte...