Giter VIP home page Giter VIP logo

pi-day-2023's Introduction

PI DAY 2023

This repo contains scripts for generating digits of PI using the monte carlo method. This is to celebrate PI day 2023.

Usage

The repo contains two scripts

  • main.py
  • vis.py

main.py is used for calculating PI using python's random module without any external dependencies.

Run the script and provide an integer argument to the script. The higher the integer the more accurate your result of PI will be.

python main.py 10000

vis.py gives a visualization of the entire PI calculation process using turtle. It is significantly slower than the first so avoid giving it large digits.

It also requires external dependencies to work which are contained in the requirements.txt file. It uses imageio to save create a video of the entire process. FFMPEG has to be installed in the host OS for the program to work.

pip install -r requirements.txt
python vis.py 1000

Resources

The following resources were helpful:

pi-day-2023's People

Contributors

eteimz avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.