Notes
Probability in Python
- statistics are required to establish probability
- Probability is related to the likelihood of an event based on statistics
- Python is able to generate statistics to calculate probability like thousands of coin flips testing to see if it really is a 50/50 chance
- Three Sigma Rule is that 99.7% of the data fits into three distinct sections
Dunder Methods
- use two underline marks on both ends of text to utilize
- they allow you to mimic the behavior of built in types
- dunder methods reduce the amount of code on screen to accomplish the same task
BACK TO HOME