Jonathan. Frech’s WebBlog

𝜋 Generator (#2)

Jonathan Frech

Using Python and Pygame I created a program which approximates 𝜋. On the square screen points will ran­dom­ly appear. Based on the distance to the center the points get a different color. Divided into two groups (the red points and the gray points) the program can roughly estimate 𝜋.

How it calculates

Source code: pi-gen­er­a­tor.py