Skip to content
/ handy Public

Some handy python functions for statistics, computation and plotting (which are missed in numpy and matplotlib).

Notifications You must be signed in to change notification settings

syrte/handy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb0248c · Oct 23, 2023
Jul 25, 2016
Jan 13, 2023
Mar 1, 2023
May 5, 2023
Aug 3, 2016
Nov 6, 2018
May 5, 2023
Apr 5, 2020
Oct 24, 2017
Oct 4, 2019
May 15, 2023
May 6, 2023
May 6, 2023
May 2, 2021
May 2, 2021
Aug 17, 2023
Apr 16, 2019
Nov 10, 2021
Jan 21, 2019
Nov 10, 2021
Mar 14, 2018
Oct 23, 2023
Sep 16, 2018
Oct 3, 2019
Jun 2, 2023
Oct 19, 2022
May 14, 2019

Repository files navigation

handy

Some handy python functions for statistics, computation and plotting.

Document

See the docstring of each function. It is pretty good in general.

Install

Just clone 'handy' to a directory on your computer. I used to use put handy at ~/lib/handy.

cd ~/lib/
git clone https://github.com/syrte/handy.git

Optionally, you can set the enviroment variable, so that Python knows where to find it hereafter.

echo "export PYTHONPATH=$HOME/lib:$PYTHONPATH" >> ~/.bashrc

I might consider pushing it to pypi.org in the future.

Usage

If you have set PYTHONPATH in .bashrc as above, then you can simply import handy in Python

import handy

Otherwise, you should tell Python where to find it before importing

import sys
sys.path.append('path_dir/')

import handy

Note that path_dir should the the absolute path of the parent directory where you placed 'handy', in my case, it is /home/username/lib/.

Update

cd ~/lib/handy
git pull

About

Some handy python functions for statistics, computation and plotting (which are missed in numpy and matplotlib).

Topics

Resources

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages