### Python组合
Web网站 : Flask + Jinja2 + Werkzeug WSGI
聊天推送 : socket
采集爬虫 : Scrapy + PyQuery
### Pythonic
* Beautiful is better than ugly.
* Explicit is better than implicit.
* Simple is better than complex.
* Complex is better than complicated.
* Flat is better than nested.
* Sparse is better than dense.
* Readability counts.
*
by the zen of python
from https://blog.csdn.net/weixin_43870742/article/details/90585023
*
### Python编码规范
* https://www.jianshu.com/p/e132bea1d2c9
* PEP 8-Python编码规范整理
* https://www.python.org/dev/peps/pep-0008/
* https://github.com/python/peps/blob/master/pep-0008.txt