A List of Dictionaries Icon

A List of Dictionaries

A List of Dictionaries class emulates a list of dictionary objects

A List of DictionariesOverview

I often return result sets from a database call using a list of dictionary objects. When transmitting the pickled list object over the wire, the size of the pickle greatly effects the speed of the Transmission.

I wrote this small class to emulate a list of dictionary objects without the memory and pickle storage overhead which occurs when storing every item in the list as a dictionary.

NEW

Fixed some bugs.

A List of DictionariesInformation

Version
N/A
Date
02.26.10
License
Language
English
File Size
N/A
Developer
Category
SubCategory
Operating Systems
Windows ,Linux,Mac OS,BSD,Solaris
System Requirements
No additional system requirements.
A lazy, memoized attribute space Icon
This class provides thunk-like behavior in standard Python.
Free
A class keeps a reference to it's instance Icon
This recipe implements a base class, which allows derived classes to track.
Free
A queue for string data Icon
A queue data structure, for string data only, which looks like a File object
Free
Pack multiple images into one image Icon
Packing images of different sizes into one image is often required.
Free
A speed limited, or governed range Icon
This class implements a generator, which returns consecutive floats
Call a function/method X times per second Icon
This simple generator function is used to call a function X times per second.
A ThunkSpace for Python Icon
This useless hack allows normal functions to be attached to a 'ThunkSpace
Free
Automatic argument type conversion Icon
Automatic argument type conversion script is a decorator that can be used to cas
Free
More
Principal Component Analysis (PCA) Icon
A class that carries out Principal Component Analysis (PCA).
Free
CRC64 Icon
The algorithm to compute the CRC is described in the ISO 3309 standard
Mini Fake DNS server Icon
Minimal python dns server, it only replies with a selected ip in an A record
Stripchart Plotter Icon
OpenGL Stripchart plotter for a user defined number of channels.
Free
Metakit for safe reading and writing Icon
Metakit is a reliable/lightweight/fast database library that python can use.
Free
Album Track List Generator Icon
Album Track List Generator allows you to extract artist, album title and track t
Free
SRCDS Icon
A library to interface with Half-Life2 Dedicated Servers
Free
Mod_python Icon
Apache module that embeds the Python interpreter within the server.
More