Python 3中的新特性
这部分只提供Python3中一些重要特性的快速浏览。如果您对所有最重要的特性都感兴趣,请阅读官方文档。What’s New in Python
小抄
- Code Style
- From Scratch
- Future
- Unicode
- List
- Set
- Dictionary
- Function
- Class
- Generator
- Typing
- Time
- File
- Operating System
高级小抄
附录
- Why does Decorator Need @wraps
- A Hitchhikers Guide to Asynchronous Programming
- Asyncio behind the Scenes
- PEP 572 and the walrus operator
- Python Interpreter in GNU Debugger
PDF版本
如何运行服务器
$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ make
$ python app.py
# URL: localhost:5000