Python Flask Tutorial Using Flask Scheduler for your Web App
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=pG16lr9nlfY
In the first flask tutorial we saw how to setup the flask website, however setting up the web application is only one part to any website. Many of use want to be able to do complex python functions in the background of the application. To do this we can use a scheduler made for the flask module to let us add jobs in the background. Allowing for the website to work seamlessly alongside the functions executed • Requirements: • Flask-APScheduler: https://viniciuschiele.github.io/flas... • pip install Flask-APScheduler • • support future videos and projects: • / codewithj
#############################