If you want to schedule Python functions to run periodically at a certain day or time of the week, use schedule.
In the code snippet below, I use schedule to get incoming data at 10:30 every day and train the model at 8:00 every Wednesday.
Check out schedule here.