How To Use Python On A Web Page With Jinja2 - Flask Fridays #2

preview_player
Показать описание
In this video we'll start to look at the Jinja2 Template Language that allows us to use Python directly on our webpages.

The best part of using a framework like Flask is the ability to use Python on a web page. Jinja allows us to do that...mostly.

In this video we'll learn how to pass variables to our webpages, as well as other things like Python Lists. We'll also learn to use the built in filters that come with Jinja2, such as safe, capitalize, lower, upper, title, trim, striptags, and more.

We'll also learn to use if statements and for loops on our webpage with Jinja.
Рекомендации по теме
Комментарии
Автор

Incredibly helpful to me as I start working on a new team. Thanks for the great work!

devdars
Автор

Day by Day you are uploading specific types of video and that is.





arnavpandey
Автор

You're very amazing teacher, thanks for these lessons

asadulloha
Автор

These lessons have been really helpful. You're an amazing teacher!

JohnArby
Автор

This series was better than most on YouTube. Keep it up and keep going!

maulikllll
Автор

your playlist is great, I hope you don't stop uploading such great playlists

ajitpatil
Автор

you explain it well man! You deserve more subscribers.♥

prabesh
Автор

Awesome Jhon... Another Master Class! Thank you! Love your videos...

alcidesmarcano
Автор

Reviewing all classes. These tutorials are very good!!!

portinho
Автор

I love this video...you explained it very well.

adesuamartins
Автор

great stuff bro! thanks for the awesome info and explanations.

beegoodstewards
Автор

▶️ Watch Entire Flask Friday Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:
▶️ Get The Code

Codemycom
Автор

First one to like the video, hope you'll reply, btw I learned most of the python from you, through your Tkinter tutorial, and got introduce with the version control for the first time, thanks John!!

akashchaudhary
Автор

man you are great:) thank you alot!!!!

mike-ydfv
Автор

You look like Walter white from breaking bad

thirupathikanchanakuntla
Автор

That helped quite a bit actually. Thank you

BijouBakson
Автор

Hey! I'm just getting started with Flask and Jinja and this was an amazing video to familiarize myself with those tools. Would you be able to give me a little bit of an idea of how to pass values from a python dictionary into an html table structure that has already been defined? any kind of insight would be greatly appreciated! Thanks!

kumaraashish
Автор

Thank you so much for your work John! Waiting new ones! How to work with PostgreSQL?

DimiEG
Автор

Very cool!!!! But can you make the autofill and basic search app in kivy ? 😊

hiwab
Автор

Great video, thanks a lot! Do you know how I could insert a dict value into the src of an html img tag please??? I tried this but it is not
working <img class=" " src={{ dict["value"]}}.png" alt="Icon">

elenaperez