Python: pprint.pformat can be a good friend of str
```python import pprint
```python import pprint
Effective Python Item 45: Use datetime Instead of time for Local Clocks
Effective Python Item 50: Use Packages to Organize Modules and Provide Stable APIs
Effective Python Item 57: Consider Interactive Debugging with pdb
Effective Python Item 33: Validate Subclasses with Metaclasses
这一篇的内容在 Digest of Fluent Python: 7.4 Variable Scope Rules 和 Python: Variable scope in if-statement 都有讲到,但是 Effective Python 的 Item 15: Know How Closures Inte...
Python Tips: 19. For - Else:
参 Effective Python Item 25: Initialize Parent Classes with super。