Skip to content

rittamdebnath/python-concurrency

 
 

Repository files navigation

Python concurrency

This is the code used as examples in the toptal engineering blog post I wrote http://www.toptal.com/python/beginners-guide-to-concurrency-and-parallelism-in-python.

Running the examples

The examples have all been tested under Python 3.4.2 running on OS X. They should work on other operating systems, but I haven't tested it everywhere.

  1. Get an Imgur API Key
  2. Install dependencies with pip install -r requirements.txt
  3. Run an example IMGUR_CLIENT_ID=your_client_id threading_imgur.py
    1. For the rq_imgur.py example you will also need to be running a redis server

About

Code examples from my toptal engineering blog article

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%