Python相关工具清单[持续更新]

时间:2022-01-18 14:33:08
  1. SublimeJEDI : awesome Python autocompletion with SublimeText.
  2. Awesome Python : A curated list of awesome Python frameworks.
  3. Pycoders : A free weekly e-mail newsletter, on Fridays, for those interested in python development and various topics around python.
  4. binstar : Binstar is a service that allows you to create and manage public and private package repositories.
  5. ctypes : 通过python的ctypes模块,可以直接调用动态链接库中的导出函数,而且甚至可以直接在python中构建出复杂的C结构体!!!使得python也具备了底层内存操作的能力.
  6. struct : 该模块的主要作用就是对python基本类型值与用python字符串格式表示的C struct类型间的转化(This module performs conversions between Python values and C structs represented as Python strings.)
  7. binascii : binascii模块包含很多在二进制和ASCII编码的二进制表示转换的方法.