Metadata-Version: 2.1
Name: DS_Students
Version: 0.1.0
Summary: Python package for Data Science Students
Home-page: https://github.com/woz-u/DS-Student-Resources
Author: Matthew Gerardino
Author-email: matthewgerardino@gmail.com
License: MIT License
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# 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.
___




To Install
-----

**From the terminal:** 
    
    pip install DS-Students

**From Jupyter:** 
    
    !pip install DS_Students

To Import
-----

    From DS_Students import MultipleChoice

## Use Case
### Input
```

Q1 = MultipleChoice('Which of these fruits start with the letter A?',['Apple','Banana','Pear'],'Apple')
```
```
display(Q1)
```
### Output
----

![alt text](https://github.com/woz-u/DS-Student-Resources/blob/main/DS101-Basic-Statistics/Media/Package-README-Image.png?raw=true)



