Articles tagged Python

Jug

Fork me on GitHub

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

Fork me on GitHub

El Greco: El Graphical Models Compiler

What is it?

It is a Python Gibbs sampler that internally generates C++ code ...

Read full article

Readmagick

Fork me on GitHub

Readmagick

Readmagick is a simple wrapper around ImageMagick's image reading functions.

Read full article

Milk: Machine Learning Toolkit for Python

Fork me on GitHub

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

Fork me on GitHub

Merge: Merge two directories without losing files

Where can I get it?

Github as usual.

Read full article

Mahotas

Fork me on GitHub

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

Fork me on GitHub

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