ctags for python
http://tartley.com/?p=1277 .vimrc
map <f12> :!ctags -R .<cr>
.ctags
--python-kinds=-iv
--exclude=build
--exclude=dist
C10K
http://www.kegel.com/c10k.html
tornado
http://rz.scale-it.pl/2013/01/25/tornado___the_best_web_framework.html
http://www.tornadoweb.org/en/stable/webframework.html
1.tornado作为一个web框架方面的使用 url->request->handler->template->response
2.异步网络