PyTrie 0.1

2009-12-21 Thread George Sakkis
I'm pleased to announce the first release of PyTrie, a pure Python implementation of the trie (prefix tree) data structure [1]. Tries extend the mapping interface with methods that facilitate finding the keys/values/items for a given prefix, and vice versa, finding the prefixes (or just the longes

ANN: PyBindGen 0.13 released

2009-12-21 Thread Gustavo Carneiro
PyBindGen is a Python module that is geared to generating C/C++ code that binds a C/C++ library for Python. It does so without extensive use of either C++ templates or C pre-processor macros. It has modular handling of C/C++ types, and can be easily extended with Python plugins. The generated code

ANN: eGenix mx Base Distribution 3.1.3

2009-12-21 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mx Base Distribution Version 3.1.3 for Python 2.3 - 2.6 Open Source Python extensions providing important and useful services

P3D visualization package

2009-12-21 Thread Massimo Di Pierro
http://www.web2py.com/p3d A Python library that generates processing.js code for 3D rendering and visualization including a pure python algorithm for computing iso- surfaces from VTK files. The generated 3D objects can rotated in the browser. Requires a browser with support, jquery and pr

semantic web(2py)

2009-12-21 Thread Massimo Di Pierro
http://www.web2py.com/semantic The idea of the semantic web, embodied by Linked Data, is that of labeling relations between data using the Web Ontology Language (OWL) and post the data online using an XML based protocol (RDF). Now you can do it in web2py by simply labeling fields and tables

web2py 1.74.3 released

2009-12-21 Thread Massimo Di Pierro
Free and open source full-stack enterprise framework for agile development of fast, scalable, secure and portable database-driven web- based applications. Written and programmable in Python. Click http://web2py.com/demo_admin for an interactive online demo of the web based IDE. New feature