Constraint-based Sudoku Solver Icon
This code uses the constraint package to solve sudoku puzzles.
Big file sorting Icon
Big file sorting script allows you to sort big ASCII files.
Last Login Record Extraction Icon
Figure out the file format for /var/log/lastlog on *NIX type machines.
Splitting iterators Icon
Implementation of isplit, a function that splits iterators into two equal ones
Integer set type Icon
Integer set type script initializes an integer set.
IPv4 address set type Icon
This is a set type for storing IPv4 address(-ranges) efficiently.
Where file search utility Icon
This utility searches all the paths in a semi-colon delimited environment.
Zip and Pickle Icon
This module saves and reloads compressed representations of generic Python
Basic Linear Algebra Matrix Icon
This recpie defines the Matrix class,an implementation of linear algebra matrix
ProfitSponder Icon
Makes mailing list management and smart auto responder management drop.
Trial
Strip attachments from an email message Icon
This recipe shows a simple approach to using the Python email package to strip.
Factorial Icon
This code gets factorial of a number and for negative numbers returns 1
Reverse a string Icon
one line to reverse a string
Octal Encryption Icon
Octal Encryption script helps you to get the octal representation of text.
Print Hook Icon
Hook on stdout and stderr so that we can handle printing of text
Binary ordered tree Icon
A simple example demonstrating the construction of binary trees.
Python portscanners Icon
Those are a couple of multithreaded portscanners, the second one use the Queue
Shell-like data processing Icon
This module introduces an alternative syntax a-la shell pipes
Linear equations solver Icon
Just a little bit of hack: a linear equations solver using eval and built-in
Loose Coupling Icon
Modules enable loose coupling between objects in a running application.
Fractal tree Icon
This simple program can be used to compute and display a 2D fractal tree.
Free
Cache decorator in python Icon
The latest version of Python introduced a new language feature
Free
Colormap Icon
These functions, when given a magnitude 'mag' between cmin and cmax
Property decorator for python Icon
This recipe refines an older recipe on creating class properties
Fixed keys mapping type Icon
Memory efficiency in the scenario of having many dicts with the same keys.
Vector class Icon
Stores elements in a list and hence allows the 'vector' to grow dynamically
Spell checking Icon
use popen2 module to drive the ispell typo checker
Interfaces Icon
Yet another attempt to deal with Interface concept in Python
Reading the System information Icon
Reading the System information and Softwares installed in Windows NT/XP/2000/9x
Gaussian quadrature with Log singularity Icon
Gaussian quadrature with Log singularity script computes the definite integral
Deciphering Caesar code Icon
How to use letter frequencies analysis to decipher French and English texts.
Scope qualifier for globals Icon
Scope qualifier for globals script contains the globaliser class
Principal Component Analysis (PCA) Icon
A class that carries out Principal Component Analysis (PCA).
Free
Fractal tree Icon
This simple program can be used to compute and display a 2D fractal tree.
Free
web2ldap Icon
A generic LDAPv3 client which does not make any assumptions
Free
Stripchart Plotter Icon
OpenGL Stripchart plotter for a user defined number of channels.
Free
icmplib Icon
icmplib: library for creating and reading ICMP packets (Python)
Free
'Safe' Python module reload Icon
This is a script for python.
OK cancel dialog Icon
This is a script for python.
Free
ZChat Icon
Provide an example of how the z_service module can be used.
More