Zam module contains "array" and "matrix". An array is 1D list with fixed sized and mutable internals. A matrix is the same except for the fact that it is 2D. This module provides two classes that emulate one and two dimentional lists with fixed sizes but mutable internals. ...
Lavengro is a cross-platform, console-based vocabulary-test engine. It uses text files as its tests. The tests themselves are created by you. It has a tutor mode, a test mode, and a CBT learning mode. ...
This script provides a higher level wrapper around the struct module. It provides a more convenient syntax for defining and using structs, and adds additional features such as: - Allows embedding structures within other structures - Allows defining arrays of items (or other structures) - Class based syntax, allowing access and ...
This script allows a temporary file implementation that uses memory unless either capacity is breached or fileno is requested, at which point a real temporary file will be created and the relevant details returned. ...