Skip to content

Dual-Points/dplearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DP Learn Toolkit in Python

PyPI Version PyPI Platform PyPI License PyPI Doc

Why Should I Use This?

This is a Python package for data analysis which contains some very useful functions.

Installation

$ pip install dplearn

Or, you can download the source and

$ python setup.py install

Add sudo in the beginning if you met problem.

Modules

  • tools
  • math
  • quant
  • extra

Usage

Use As A Python Module

from dplearn.tools import tick_start, tick_end
tick_start("<JOB TITLE>")
<DO SOMETHIGN HERE>
tick_end()

Documentation

Check out the latest dplearn documentation at Read the Docs

Contributing

Please send pull requests, very much appriciated.

  1. org_repo on Github.
  2. Make a branch off of master and commit your changes to it.
  3. Create a Pull Request with your contribution.



Sen LEI Website Sen LEI Github