Python Modules



Python Cryptography Toolkit Download

Saturday, May 10th, 2008

The Toolkit is a collection of cryptographic algorithms and protocols, implemented for use from Python. Among the contents of the package there are:

Boa Constructor Download

Thursday, May 8th, 2008

Boa Constructor is a cross platform Python IDE and wxPython GUI Builder. It offers visual frame creation and manipulation, an object inspector, many views on the source like ob

Pysync Download

Wednesday, May 7th, 2008

Pysync has both a demonstration implementation of the rsync and related algorithms in pure Python, and a high speed librsync Python extension. The pure Python is not fast and i

Human verification test Download

Monday, May 5th, 2008

A CAPTCHA (Completely Automated Public Turing test to Tell Computers and Humans Apart) is a type of challenge and response test used tell humans and computers apart.

Conversion to unicode or byte string Download

Wednesday, April 30th, 2008

Python’s built in function str() and unicode() return a string representation of the object in byte string and unicode string respectively. This script introduces an 

z_string Download

Tuesday, April 29th, 2008

This module provides several functions that can encode and decode a string. It also has a function called partition for designing faster algorithms.