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: 4 months ago
JSON representation
User-defined python package that returns the probability of a particular color being randomly drawn without replacement.
- Host: GitHub
- URL: https://github.com/sebastian-huynh/rs-probability-calculator
- Owner: sebastian-huynh
- Created: 2023-12-22T06:55:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T07:35:54.000Z (over 1 year ago)
- Last Synced: 2024-12-28T13:43:26.060Z (6 months ago)
- Topics: calculator-python, object-oriented-programming, python, python-3, python3, sampling-methods
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

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