Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 530 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 530 Bytes

leibniz-py

Python script that approximates pi using the Gregory-Leibniz Series. I wrote it to begin testing simple clustering using redis and someting that eats up CPU.

Requirements

  • Python

  • redis - Redis is an in-memory database that persists on disk.

  • redis-py - For communication between python and redis.

First run

You must run leibniz-reset before running leibniz