Message from Python discussions

November 2018

— Second, continue thinking about it

— 

I want to do several task with python. Now I'm constantly querying a dB if there a commands in it for my script.

— Why?

— For example. I made a YouTube downloader

— With youtube-dl?

— Yes

— Im constantly checking if website PHP adds URL to db

— But is there a better way!?

— I have several functions in my script for several tasks. Now I'm running the script 24/7 to check dB for commands. Is this the most efficient way?

Message permanent page

— I don't want to have time loss

— And want my code to be as small as possible

— Short*