Python
Security
Search this site:
Languages
English
French
Navigation
Content
Security
Python
Ruby
Windows
ExeFilter
Recent posts
Popular content
Today's:
Python tips - How to easily convert a list to a string for display
HTML.py - a Python module to easily generate HTML tables and lists
How to create network servers in Python (HTTP, FTP, SMTP, SOAP, syslog, ...)
All time:
HTML.py - a Python module to easily generate HTML tables and lists
Python tips - How to easily convert a list to a string for display
How to parse configuration files in Python
Home
›
Content
Recommended Python modules and tools
Collection of useful Python modules and tools, sorted by use case.
Installers
Setuptools / EasyInstall
: very convenient tool to automatically download and install well-known modules. Download it from
http://pypi.python.org/pypi/setuptools
, and don't forget to add your Python/Scripts dir to the PATH. For more info, see
http://peak.telecommunity.com/DevCenter/setuptools
.
Database / SQL
Object Relational Mapper (ORM)
SQLAlchemy
:
http://www.sqlalchemy.org
Elixir
:
http://elixir.ematia.de/trac/wiki
Network
Handling IP addresses
IPy
:
http://pypi.python.org/pypi/IPy/
and
http://software.inl.fr/trac/wiki/IPy
iplib
:
http://erlug.linux.it/~da/soft/iplib/
(see source package for examples)
ipaddr-py
:
http://code.google.com/p/ipaddr-py/
(see wiki for examples)
Python
Add new comment