Manipulate API data with Flask

Presently, we can find many examples where some data are stored in a specific API URL.

What we want is to access those data and to take just what we want from that API and later to be able to manipulate those specific data.

This manipulation can include modification of these data, use them in some process of calculation or simply presenting them in some form.

In our example, we have data taken from a specific API URL and using Flask and Python 3 we are presenting them in the dynamic table in the web app.

This process is explained in the following video below:

 

 

   

 

Leave a Reply

Your email address will not be published. Required fields are marked *