Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 672 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 672 Bytes

udacity-dsnano-oop

Repository containing code used to complete the exercises for developing a Python package as part of the Udacity Data Science Nanodegree.

Overview

Python package containing implementations of Gaussian and Binomial distributions.
The package can be installed using pip install dgds-distributions

Project Motivation

This project was completed as part of the Data Science Nanodegree on www.udacity.com. The project was completed in a series of excericses designed at getting familiar with writing Object-Oriented Programming code. The excercises also asked the participant to upload the completed work as a Python package to www.pypi.org.