Python相关工具清单[持续更新]
- SublimeJEDI : awesome Python autocompletion with SublimeText.
- Awesome Python : A curated list of awesome Python frameworks.
- Pycoders : A free weekly e-mail newsletter, on Fridays, for those interested in python development and various topics around python.
- binstar : Binstar is a service that allows you to create and manage public and private package repositories.
- ctypes : 通过python的ctypes模块,可以直接调用动态链接库中的导出函数,而且甚至可以直接在python中构建出复杂的C结构体!!!使得python也具备了底层内存操作的能力.
- struct : 该模块的主要作用就是对python基本类型值与用python字符串格式表示的C struct类型间的转化(This module performs conversions between Python values and C structs represented as Python strings.)
- binascii : binascii模块包含很多在二进制和ASCII编码的二进制表示转换的方法.
作者:catmelo
本文版权归作者所有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文链接,否则保留追究法律责任的权利。