In Part 2 we managed to calculate 100 decimal places of π with Archimedes' recurrence relation for π which was a fine result, but we can do bigger and faster. Fun with Maths and Python This is a having fun with maths and python article. See the introduction for important information! To go faster we'll have to use a two pronged approach - a better algorithm for π, and a better implementation.