Field-Specific Tools

Molecular Modeling / Computational Chemistry

  • The MMTK Molecular Modeling Toolkit, by Konrad Hinsen, is a set of modules for molecular simulation applications.
Cryptography
  • The Python Cryptography Modules
    An extensive toolkit including Python extensions for encryption, authentication, key exchange, secure socket operation, and many other types of cryptography operations.
Statistics
  • R/SPlus Python Interface.
    Currently, this interfaces allows Python code to call R (a language not unlike S) functions, and R/S code to create Python objects and call Python functions and methods This allows Python programmers unfamiliar with the syntax of R to easily use its functionality and vice versa. It also allows data to be manipulated using Python's tools and then passed to R's rich graphical and statistical tools.