Skip to content

Concurrent Programming - Practice Project, Testing out various Python libs for async, threads, multiprocessing

Notifications You must be signed in to change notification settings

gottingerfrank/concurrent_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🚀 Concurrent Programming in Python


In this project, you are going to be calculating the average of three lists using four different approaches:

  • sequential approach (standard)
  • async approach w. asyncio (coroutines)
  • threading approach w. threading (concurrency)
  • multiprocessing approach w. multiprocessing (parallelism)

About

Concurrent Programming - Practice Project, Testing out various Python libs for async, threads, multiprocessing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages