Skip to content

Latest commit

 

History

History
138 lines (59 loc) · 5.41 KB

README.rst

File metadata and controls

138 lines (59 loc) · 5.41 KB

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