开始python 之旅

开始python 之旅

Luo Weifeng 2011-7-15


python 编码规范

英文: http://www.python.org/dev/peps/pep-0008/

中文: http://www.cnblogs.com/BoyeeStudio/articles/382882.html

Vim pydiction 插件

http://www.pythonclub.org/python-basic/vim

Vim  Tab和空格问题:

http://hi.baidu.com/%D4%B6%B9%C5%B5%A5%CE%BB/blog/item/8837d68bfeeafcdafc1f10af.html

使用pylint规范编码风格

http://www.ibm.com/developerworks/cn/linux/l-cn-pylint/?S_TACT=105AGX52&S_CMP=tec-csdn#ibm-pcon


Python C C++ 模块扩展 使用Code::Blocks

Windows: http://only-u.appspot.com/?p=37001

强烈推荐C: http://en.wikibooks.org/wiki/Python_Programming/Extending_with_C 

C++ : http://en.wikibooks.org/wiki/Python_Programming/Extending_with_C%2B%2B


Python 操作内存buffer

http://harmony.relax.blogbus.com/logs/11773857.html


pip install pythius # pydent format code files


small tips:
random.shuffle(array) : shuffle a array



你可能感兴趣的:(c,python,扩展)