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

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.

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


Monte Carlo Simulation Pi Estimation using Python and Pygame


๐ŸŽฅ Video Tutorial on YouTube







| ๐Ÿ“บ My YouTube Channel
| ๐ŸŒ My Website |