I\'m working on a Python library that interfaces with a web service API. Like many web services I\'ve encountered, this one requests limiting the rate of requests. I would l
SO I am assuming something simple like import time time.sleep(2) will not work for waiting 2 seconds between requests