https://github.com/educ8s/python-monte-carlo-pi-calculation
Calculation of Pi using the Monte Carlo method and pygame for graphics.
https://github.com/educ8s/python-monte-carlo-pi-calculation
estimation monte-carlo monte-carlo-simulation pi pi-estimation pygame pygame-application pygame-library
Last synced: 22 days ago
JSON representation
Calculation of Pi using the Monte Carlo method and pygame for graphics.
- Host: GitHub
- URL: https://github.com/educ8s/python-monte-carlo-pi-calculation
- Owner: educ8s
- Created: 2022-06-21T09:15:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T06:20:16.000Z (about 3 years ago)
- Last Synced: 2024-05-02T03:51:56.129Z (over 1 year ago)
- Topics: estimation, monte-carlo, monte-carlo-simulation, pi, pi-estimation, pygame, pygame-application, pygame-library
- Language: Python
- Homepage:
- Size: 410 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Monte-Carlo-Pi-Calculation
Calculation of Pi using the Monte Carlo method and pygame for graphics.
Consider drawing random dots inside a square. Is it possible to estimate Pi, a specific irrational number which is used everywhere, from these points? Believe it or not, it is possible and that's exactly what we're going to accomplish in this video. Using a Python script, we will use randomization to estimate the value of Pi, and thatโs our first, easy Python coding challenge, a new series on this channel where we try to solve interesting problems using programming.
# Video Tutorial
๐ฅ Video Tutorial on YouTube
| ๐บ My YouTube Channel
| ๐ My Website |