A small package for MGT 2001 and MGT 2002 use only


License
MIT
Install
pip install mgt2001==1.0.0

Documentation


mgt2001
mgt2001 - THE Package for IM Stats Series @ NTU

A small package for MGT 2001 and MGT 2002 use only.

View package on PyPI

IntroGetting StartedUsageContribution

Intro

The goal for this python package is to provide NTUIM students with an easier solution for Statistics courses, i.e. MGT2001 and MGT2002. This can be labelling issues in bar charts, generating a set of colors, and many more. Throughout the course, we hope to fill this package with useful and handy functions that can be used in the assignments, quizzes, and probably even for the future projects.

The official documentation for this package is available here, and its repository can be accessed here.

Getting Started

Terminal

Should be able to install the package via PyPI:

pip install mgt2001

If you have already installed and are considering an update:

pip install mgt2001 --upgrade

Notebook

If you are on Windows, this method probably serves you better. Just copy the above code onto any of the code blocks.

Should be exactly the same, but instead of copying and pasting the whole text, add a ! at the beginning of the line.

It is installable via:

!pip install mgt2001
# or locally
%pip install mgt2001

or

!pip install mgt2001 --upgrade
# or locally
%pip install mgt2001 --upgrade

Which again depends on your needs.

How to Use

Most of the usage is covered in the documentation along with miscellaneous statistic notes. Feel free to play around.

You can always get started from:

import mgt2001

⚠️ For local development, try pip install -e ./ in your Python environment. Will update more on this part later 🥵

Contribution

PR and forking are all welcomed. Please help build the more perfect version of mgt2001 that can help students learn statistics with ease.