Skip to content

nwthomas/parallel-computing-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

parallel-computing-in-python

A companion repository to Nathan's Parallel Computing in Python article.

Setup

You'll first need to make sure you've done the following:

  1. Install pyenv (I'd advise you do this to avoid messing with your system Python install)
  2. Install a recent Python version (check out .python-version for the one to use)
  3. Install uv for package management and environment setup
  4. Run make sync in the root of this repository

Running the Code

To run the asyncio example, use:

make asyncio

To run the multiprocessing example, use:

make multiprocessing

To run the threading example, use:

make threading

To run all the examples sequentially, use:

make run

About

Companion repository to the Parallel Computing in Python article

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors