What is __future__ in Python used for and how/when to use it, and how ... A future represents the result of an asynchronous operation, and can have two states: uncompleted or completed. Most likely, as you aren't doing this just for fun, you actually need the results of that Future<T> to progress in your application.

Understanding the Context

You need to display the number from the database or the list of movies found. What is a Future and how do I use it? - Stack Overflow