Concurrency-With-Python
Concurrency-With-Python copied to clipboard
Lorempixel's endpoint seems out. Here's a functional code for sequential download: ``` import urllib.request from os import mkdir import time SAVEPATH = "tmp/" URL = "https://picsum.photos/200/300" NUM_OF_IMAGES = 4 try:...
you missed time.sleep
Hi! the file for chapter 9 `loopForever.py` won't run since there's a Syntax Error at lines 8, 15, 21 and 22. It seems that for Python 3.7 the syntax `asyncio.async`...