Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sebastian-huynh/rs-probability-calculator
- Owner: sebastian-huynh
- Created: 2023-12-22T06:55:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T07:35:54.000Z (about 1 year ago)
- Last Synced: 2024-11-07T14:17:46.986Z (2 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)
![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_