Skip to content

Calculation of Pi using the Monte Carlo method and pygame for graphics.

Notifications You must be signed in to change notification settings

educ8s/Python-Monte-Carlo-Pi-Calculation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 |

Releases

No releases published

Packages

No packages published

Languages