Using Flask Templates to Build Simple API Dashboards
Flask was built for the back end. That being said, I've found a lot of use in using Flask in the front end to create simple API dashboards and interfaces to make everything run smoothly. Flask Templates make that easy!
techwithtim Flask Blog Playlist:
https://www.youtube.com/watch?v=GQcM8wdduLI&list=PLzMcBGfZo4-nK0Pyubp7yIG0RdXp6zklu
Contents:
0:00 Intro
0:10 Series recap
0:40 Flask Template Intro
1:15 What are Flask Templates?
1:50 Setting up Flask Templates
4:35 Variables in Templates
5:45 The userRender Template Route
9:51 Using the render_template method
11:05 The error page template
14:54 The hellouser page template
16:35 For loops in Flask
19:20 Discussing Flask Templates
21:15 Outro
--
[Udemy Class] Scrape the Planet! Building Web Scrapers with Python
https://www.udemy.com/course/scrape-the-planet/learn/lecture/29307348?couponCode=SCRAPE13#overview
--
Twitter:
https://twitter.com/viking_sec
Blog:
https://vikingsecblog.com/
You can subscribe to my newsletter (or, obviously, to my channel) if you want updates about the course I'm developing or any of my videos. The course is sitting at about 9 hours of raw footage right now all about web scraping with Python: how to design it, how to design it ethically, how to develop it, how to maintain it and how to level it up. Gonna be honest, I'm super proud of it thus far!
--
#Coding #API #Python