Be Pythonic

best practice

code style

package

http://lingxiankong.github.io/blog/2013/12/23/python-setup/

testing

py2 py3

from __future__ import unicode_literals
from __future__ import absolute_import

https://pythonhosted.org/six/ http://woodpecker.org.cn/diveintopython3/porting-code-to-python-3-with-2to3.html

data structures

Looping

built-in functions

Exception

decorater

library

module

flask

相关学习资源

https://github.com/wklken/stackoverflow-py-top-qa
http://pyzh.readthedocs.org/en/latest/index.html
http://xianglong.me/article/how-to-code-like-a-pythonista-idiomatic-python

博客

http://www.pythoner.com/
http://blog.xiayf.cn/
http://wklken.me/

返回

留言 - GitHub Issues | 订阅 - RSS源 |联系 - 关于我