Skip to content

kas7484/DaskProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Dask Project

This project explores the use of Dask's delayed and futures API for parallel programming in Python. Dask is a flexible parallel computing library for analytic computing that enables parallel computations on larger-than-memory datasets.

Getting Started

To get started with this project, you will need to have Dask installed on your system. You can find more information on installing Dask on the official Dask website.

Project Structure


To run the scripts, simply execute them with Python 3. You can specify the number of simulations to run for estimating π by passing an argument to the pi function. For example:


$ python3 futurepi.py 1000000
This will estimate π using 1,000,000 simulations.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Dask Project for implementing parallel computing in Python using delayed and futures API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages