Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebastian-huynh/rs-probability-calculator

User-defined python package that returns the probability of a particular color being randomly drawn without replacement.
https://github.com/sebastian-huynh/rs-probability-calculator

calculator-python object-oriented-programming python python-3 python3 sampling-methods

Last synced: 9 days ago
JSON representation

User-defined python package that returns the probability of a particular color being randomly drawn without replacement.

Awesome Lists containing this project

README

        

# Random Sample Probabilities With Python
This is one of the practices I completed for the "Scientific Computing with Python" certificate from freecodecamp.org. "test_module" and "main" were given, so I focused on creating the necessary Hat class and additional methods within the originally empty "prob_calculator" file. "prob_calculator" is then imported as a module into "main", which is necessary for the calculator to function.


**Practice Instructions**: [View Here](https://www.freecodecamp.org/learn/scientific-computing-with-python/scientific-computing-with-python-projects/probability-calculator)

**Replit link to test run this project for yourself**: [View Here](https://replit.com/@sebastian-huynh/probability-calculator-project)


![image](https://github.com/sebastian-huynh/rs_probability_calculator/assets/147793356/ea8e1912-6b1a-4608-95ee-c2ff965b79e7)

_NOTE: to show full project code that is being tested click the "<>" sign_