Skip to main content

Python package for Data Science Students

Project description

Python Package for DS-Student-Resources Companion Notebook

This package was built to help students receive a better learning experience and achieve greater level of success in the Data Science Program.


PyPI versionPyPi licenseDownloadsDownloadsDownloadsMaintenanceGitHub starsGitHub forksGitHub forks

Note: To install the JupyterLab extension into JupyterLab, you also need to have nodejs installed.


From the terminal:

pip install DS-Students

From Jupyter:

!pip install DS_Students

To Import

From DS_Students import *

Use Case 1

Using the MultipleChoice function

Input


Q1 = MultipleChoice('Which of these fruits start with the letter A?',['Apples','Bananas','Strawberries'],'Apples')
display(Q1)

Output


DS-Students

Use Case 2

Using the MC function

Input


Q1 = MC('Which of these fruits start with the letter A?',['Apples','Bananas','Strawberries'],'Apples', cor='Fun Fact: Over 2,500 varieties of apples are grown in the United States!!', incor='Sorry.. try again!')
display(Q1)

Output


DS-Students

DS-Students

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DS_Students-0.1.5.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

DS_Students-0.1.5-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page