Calculate Pi With Python

I know its a terrible way to calculate pi and there are much better ways to do it but its fun.
Calculate pi with python. You will need to use a for loop and decide of a number of iteration for your algorithm. First i ll explain the maths so you can. The actual algorithms aren t too bad but getting more than the standard number of digits from a double is a bit trickier. The python program pi calculator by michael rouse pi 0 accuracy 100000 for i in range 0 accuracy.
You can complete most of this project with only a single raspberry pi or any other computer running python 3. My aim is to rewrite it efficiently in python. During my undergraduate degree i wrote a program in fortran 95 to calculate pi using random numbers. Enter the number of decimals to calculate to.
Only the last part of the project requires an octapi see the build an octapi resource. Intro to computer programming worked at calculating digits of pi today. Calculate pi with python. Write a python script that will calculate pi with at least three accurate decimal places using the gregory leibniz series.