| Projects on Google Code | Results 1 - 10 of 17 |
=cyitk=
==A simple ITK-to-Python bridge written in Cython==
Let's face it: prototyping ITK code (http://www.itk.org) in C++ can end up being not as rapid as needed. The main bottleneck is writing very high-level code: once you've written you algorithmics by assembling a bunch of ITK classes in C...
bioinformatics stuffs. any feedback or contributions would be *greatly* appreciated i can move code to github/bitbucket to facilitate that if it helps:
*NOTE*: as of 2009/10/13 some modules which previously lived here have been moved to [http://bitbucket.org/brentp/biostuff/ bitbucket]
* bio...
bioinformatics,
cython,
bio,
gff,
genomics,
python,
genomic,
fasta,
biology,
randomness,
tests,
genomics
=READ=
This work has been abandoned. I refocused the work and the new bindings can be found in scikits.image project. The new bindings are focused on tight integration with numpy arrays. In fact, all arguments to the opencv functions are in the form of NumPy arrays and return values are also N...
*pyBoostInterval* uses Cython to wrap the Boost Interval library in Python.
The idea is to have a class "Interval" in Python with all the necessary methods and functions. It should still be possible to program near C speed due to Cython's ability to generate C code without the overhead of interme...
= Summary =
ZenPDB is a Python module to process and analyze macromolecular structures. Macromolecular structures are represented as hierarchically nested python dictionaries, which allows to traverse and manipulate them in a pythonic way and implement structural biology algorithms compactly. This ...
This wrapper is automatically generated from the C header, by the mean of GCC-XML.
The wrapper includes transparent mapping in-between pointers types, and structured types of OpenCV, and numpy arrays.
The Wrapper has been tested with openCV 1.0, 1.1, 1.2, OpenCV 2.0,
under Windows and unde...
pygame-svg is a set of Python bindings for Dave Ashley's [http://www.linuxmotors.com/SDL_svg/ SDL_svg] library. It is written in [http://www.linuxmotors.com/SDL_svg/ Pyrex]/[http://www.cython.org/ Cython] and is build using distutils.
= POISE =
Python Oldskool Ingame Sound Effects
= Overview =
A python extension to create procedural sound effects. Coded for use in gamejams, it support pyglet playback. Uses cython + numpy for rapid buffer generation.
= Requirements =
In order to use POISE you will need
* python
...
== What is h5py? ==
HDF5 for Python (h5py) is a general-purpose Python interface to the
[http://www.hdfgroup.org/HDF5 Hierarchical Data Format] library, version 5.
HDF5 is a versatile, mature scientific software library designed for the fast,
flexible storage of enormous amounts of data.
Fr...
Python,
hdf5,
science,
physics,
pyrex,
netcdf,
numpy,
scipy,
numerical,
wrapper,
binding,
hdf,
h5,
cython,
swig
*An open source triangulation library
http://poly2tri.googlecode.com/files/cdt-dude.png
* Constrained Delaunay Triangulation (sweep-line)
* Seidel's Triangulation Algorithm
* Earclip Algorithm
[http://code.google.com/p/poly2tri/wiki/screenShots Screenshots]
[http://code.google.com/p/...
Triangulation,
Polygon,
Trapezoid,
Monotone,
Seidel,
Scala,
Game,
Tessellation,
2D,
Fast,
Delaunay,
Constrained,
Steiner,
Python,
Cython