Skip to content

Listen180/dplearn

This branch is 3 commits ahead of Dual-Points/dplearn:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 28, 2021
761e77b · Sep 28, 2021
Aug 2, 2021
Sep 28, 2021
Aug 2, 2021
Nov 21, 2018
Aug 2, 2021
Aug 2, 2021
Aug 2, 2021

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%