Code for Python Concurrency via various methods:
- Threads
- Process
- Concurrent.Futures API
- Asynchronous Programming
To learn concurrency in python we will make use of a small application Thumbnail Maker
.
The application would be responsible for downloading
the images and
then resizing
them.