I wanna use Python 2.7 to execute an async while loop.
while True:
    #getting real-time data from calling the API
    #make some calculations based on the response return by API 15 min after
Could anyone help me with that? Many thanks.
I wanna use Python 2.7 to execute an async while loop.
while True:
    #getting real-time data from calling the API
    #make some calculations based on the response return by API 15 min after
Could anyone help me with that? Many thanks.
