Python Flask Tutorial API - How To Get Data From An API With Flask | Python 2020 | HD

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

🔔: Subscribe & click that notification bell so you don't miss anything!

Flask tutorial web development with python.

In this tutorial we will learn how to get data from an external Api in Flask using the cats facts api. This is a fun and easy way to lean about the basic of flask so that you can extend your knowledge to integrating Flask apps with ReactJs frontend.

Let's get started ...

❤️ If you would like to support the channel

👨🏿‍💻 Technologies.
🐍 Python3
💎 Virtualenv

🎥 Tutorial Videos You Might Enjoy 😉

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

Lamborghini Price Tracker | Python WebScraping Automation With BeautifulSoup & Requests

theshowTech
Автор

Excellent tutorial; really simplidied the relationship between the python code and the HTML elements. Many Thanks

adamtechdays
Автор

damn this video really helped me thanks man

RaheEl_Qaisrani
Автор

thank you for the tutorial, really help me so much

dbagus
Автор

when i write this in index.html
{% extends 'layout.html' %}
{% block content %}
<div>
{% for d in data %}
<span>{{ d['_id'] }}</span>
<p>{{ d['text'] }}</p>
{% endfor %}
</div>
{% endblock content%}
it gives me an empty web page, why?

samahabdel_hady
Автор

in app.py line:11 what did you give in data = data[?] inside the square braces

vsndhra
Автор

Is this for the live data also in order to integrate with ui dashboard?

bhavyareddy
Автор

how to export this data into mysql. please

ThanhNguyen-oxzu
welcome to shbcf.ru