Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darribas/darribas-python-tools

Collection of diverse tools written in python with no particular connection between each other
https://github.com/darribas/darribas-python-tools

Last synced: about 2 months ago
JSON representation

Collection of diverse tools written in python with no particular connection between each other

Awesome Lists containing this project

README

        

'''
darribas-python-tools
'''
__author__ = "Dani Arribas-Bel [email protected]"

description =
'''
This is a collection of several tools I have written in Python for a diverse
range of tasks, likely not interconnected between them.
'''

installation =
'''
If you want to access them from your computer, clone a copy of the repo
and add it to your ~/.bashrc or ~/.bash_profile with the following
command:

export PYTHONPATH=${PYTHONPATH}:"/path/to/folder/darribas-python-tools/"

'''

Current tools include:

> maptrix: visualization of matrices
> som: utils to work with Self-Organizing Maps