how to execute a python script every Monday or every day

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

short video, simple and straight to the point. thanks man. it worked for me

kapsleeds
Автор

Hey, this might be a dumb question, but how does it work if you have to turn off the computer every once in a while (for updates and the likes)? Do you have to manually restart the program every time or is there a way to do it automatically?

DunenPai
Автор

Very informative, concise, and helpful! Thanks so much!

jacobhudnut
Автор

You actual legend thank you you saint you just made my year this literally fixed almost every problem I have run into you are an actual legend thank you so very much you legend I cannot say this enuph this is so amazing you a actual legend

harshshah
Автор

Nice tutorial. But resource intensive. Creating a cron job to run any script will be a good solution. You can make a video on that too.

biku
Автор

Hey a couple of questions that I've also seen in the comments:
-If I turn off and on again the computer is this still running?
-Is my code editor blocked while this is running or can I work on other scripts at the same time?
Thanks!

juanwea
Автор

Will the tasks still run when my editor is closed?

kenafriq
Автор

Very good one. simple and practical...

Ndofi
Автор

Does the script have to be constantly running somewhere for this to work?

scottcurry
Автор

Greetings from Las Vegas, Nevada. Great video!

coolundies
Автор

Is there a way to run the code 24/7 without having it open? Basically somehow telling the computer that when it hits a certain time of day it runs my code? I don’t need the code to run multiple times as in every 10 seconds or so, i just want my computer to run my code when it hits a specified time.

josecracklol
Автор

Thank you very much for this great video. Can i use the schedule function without a def. Function?

MS
Автор

Great stuff, but to do the task, I will have to run that program manualyy. Isn't there's a way that the program runs automatically?

bhupeshbhatt
Автор

If I make a task daily at suppose 7am, even without clicking the script/program will I be alerted daily 7am?

bhadrakshb
Автор

good video but it would be better if you enlarged your screen for the typing and less of your face

JohnCarrFitness
Автор

does this work even if the computer is restarted?

IAmCandal
Автор

soumial, do we have to keep the terminal open so that script execute as soon as cndition matches ??

what if I want to run more then one function instead of just one?? how do we do that !!

iamprashantjain
Автор

I am pursuing my Bachelors in Computer Engineering,
one question though do you mentor other people with their projects?
since I really like your videos and I have learned a lot from it.

chinmaydali
Автор

how do i schedule a python script to run a specific script every mins, sec etc ?

jeraldjohn
Автор

Great video! Help't me big time. Why do you need the time.sleep funtion? Can it be left away?

derkonstrukteur