I am running a Python script that uses the requests library to get data from a service.
The script takes some time to finish, and I am currently running it locally on my Windows 7 laptop. If I lock the screen and leave, will the script continue (within ~ 3 hours) without disconnecting Windows from the Internet or stopping any processes ? Power settings are already set so that the laptop does not sleep.
If this eventually stops anything, how can I avoid it? Thanks.
source share