Articles tagged Software
Python Morphology Toolbox
Python Morphology Toolbox
Pymorph is a collection of pure python implementations of many image morphology functions.
- Includes basic operations such ...
Read full article
Jug
Jug: A Task-Based Parallelization Framework
What is it?
It is a light-weight, Python only, distributed computing framework.
Jug allows you ...
Read full article
Elgreco
El Greco: El Graphical Models Compiler
What is it?
It is a Python Gibbs sampler that internally generates C++ code ...
Read full article
Readmagick
Readmagick
Readmagick is a simple wrapper around ImageMagick's image reading functions.
Read full article
Milk: Machine Learning Toolkit for Python
Milk: Machine Learning Toolkit for Python
This is the code that I use for my research projects.
If you like ...
Read full article
Jug Tutorial
Jug Tutorial
What is jug?
Jug is a simple way to write easily parallelisable programs in Python. It also handles ...
Read full article
Merge: Merge two directories without losing files
Merge: Merge two directories without losing files
Where can I get it?
Github as usual.
Read full article
Mahotas
Mahotas: Image Processing in Python
Mahotas is a set of functions for image processing in Python.
It is completely based ...
Read full article
Git CMS
Git Content Management System
How is this website run?
This is a django website with a twist: all content is ...
Read full article
Software
Software
I have written some open-source software, some to scratch an itch, and some as part of my research.
Currently ...
Read full article
Hex
Hex: Reimplementing TeX in Haskell
Hex is a reimplementation of TeX in Haskell. It is not very functional yet. It ...
Read full article
FASTA Reader
FASTA Reader in Python
A very simple reader/writer for FASTA encoded DNA sequences.
# -*- coding: utf-8 -*- # copyright 2006 inesc/id ...
Read full article
Milksets: Machine Learning Datasets for Python
Milksets: Machine Learning Datasets for Python
This packages contains some U.C.I. datasets in a common Pythonic interface, which ...
Read full article
Python Snippets
Python Snippets
Litte bits of code that are cute or otherwise helpful.
Python Trie
Here's how to build a ...
Read full article
No Copy Reduce
No Copy Reduce Operations for Numpy
Numpy arrays come with several reduce operations: sum(), std(), argmin(), min(), ....
The traditional implementation ...
Read full article
Suffix Trees
What are suffix trees?
Suffix trees are a tree representation of a string and all its suffixes. Consider the string ...
Read full article