Articles tagged Python
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
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
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