Revision 1 as of 2003-02-26 20:06:03

Clear message

Describe PyConFrancescAlted here.

Processing And Analyzing Extremely Large Amounts Of Data In Python

Abstract

Many scientific applications frequently need to save and read extremely large amounts of data (frequently, this data is derived from experimental devices). Analyzing the data requires re-reading it many times in order to select the most appropriate data that reflects the scenario under study. In general, it is not necessary to modify the gathered data (except perhaps to enlarge the dataset), but simply access it multiple times from multiple points of entry.

The goal of [http://pytables.sourceforge.net PyTables] is to address this requirements by enabling the end user to manipulate easily scientific data tables, numarray objects and Numerical Python objects in a persistent, hierarchical structure.

Capabilities

During my talk, I'll be describing the capabilities of the forthcoming PyTables 0.3 version, which include:

Presentation Notes

I will be walking through the basic features of the PyTables, and demonstrating the speed of the library real-life. In addition, I hope to present a benchmark where PyTables will show to be competitive when compared with other persistent databases in Python.

This presentation is currently [http://www.python.org/pycon/pycon-schedule.html scheduled] for 10am on friday March 28th.


I would also like to target my presentation as best I can to those people attending.

So please add questions/suggestions below; for example:


Unable to edit the page? See the FrontPage for instructions.