Flask Tutorial Web Development with Python 4 - Starting the Homepage

preview_player
Показать описание
In this Flask web development tutorial video, we begin to create our Homepage to the website.

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6
Рекомендации по теме
Комментарии
Автор

I was convinced my first web project was going to be in django and have been struggling through the tutorials. So far I'm liking flask so much better. Your channel is definitely one of the hidden gems on youtube.

fireraisr
Автор

Thank you for the tutorial.
But you must declare the <header> tag inside the <body> tag.

aniruddhashevle
Автор

1 copy and paste-er mad that I exposed the truth.

sentdex
Автор

Wow, I have the same "eureka" feeling discovering bootstrap as I did with beautiful soup. I like it how you explain everything from scratch assuming no previous knowledge, Great tutorials, keep it up.

petrolbears
Автор

We're working with Python 4 before it's even released... THIS POWER

Stevesteacher
Автор

Thank you for going over your entire process. I'm learning a lot more from this series than I had anticipated.

SkillCollectors
Автор

Not slow at all! Perfect pace, thank you.

sunnyr
Автор

Hi Harrison. You have to be my favourite tutor (is that what i should call you!? lol) on youtube. Deserve more recognition. Keep up the great work!

thomasibbotson
Автор

Hi there, I just wanted to add an update to the flaskapp.wsgi touch method for updating that I commented on in the more basic flask tutorial: to further simplify this, you can actually issue a touch command on flaskapp.wsgi from WinSCP by right clicking it and selecting "touch" from the "File custom commands" menu. This can be further automated by assigning a hotkey to that command which you can set from "Customize..." from the same right-click context menu. I set mine to ctrl+0 so now when I update a file I just select flaskapp.wsgi in winscp and hit ctrl+0, which is much more convenient than switching over to putty imo.

Also, I just noticed this and correct me if I'm wrong, you can shorten your style tag to 'style="margin: 5px 15px; height: 44px;" ' and achieve the same effect (top/bottom will be 5px and right/left will be 15px)

psbjr
Автор

Thank you!! Finally someone who tells the truth. I always thought you guys were gods among men with jedi mind skills to never forget code. Kind of like having a hard drive in you brain. But now that you have told me this I understand that I don't have to be perfect. Subbed!!!

Viii_Glasseye
Автор

Is there a way to skip restarting server to see changes? I set app.run(debug = True) but does not work properly/

ottodvalishvili
Автор

Hail Jesus, This is the absolute greatest video I've seen since I last brushed my teeth !udaman sentdex!

adamjduncan-geospatial
Автор

What a good video is it!I'm so crazy for python!!!Thank u for your share

李翀-fg
Автор

Man your videos are entertaining as hell!

kalilkibab
Автор

i want to ask a question.. im a starter at flask but i know that there is a bootstrap module for flask.. its simply flask-bootstrap.. have you used it and compared it with using it manually ?

snc
Автор

Even when I copy-paste all the code, the button appears bellow the logo. Anyone know hot to make it appear besides logo?
style="display: inline" doesn't help.

pizard
Автор

Hi @sentdex, Just following along with your tutorial, I'm facing an issue. When I update the html file, the server doesn't reflect it unless I do a service apache2 restart. Any leads how I could fix it? (Small changes are making me go nuts)

NatrajKumar-ykvv
Автор

Hey Sentdex - how can I customize things myself? I got different variables and I want them at different positions on the homepage

erikv
Автор

15:06 as I know, using "style" attribute is bad way of managing your html. It is just different programmer prefferences or you just didn't want to organize your CSS file in this tutorial ?

HappySmileLV
Автор

sentdex I'm having trouble with the favicon it's not showing up the code is written properly but it does not show up I'm just using the basic localhost and I'm not using a server could that be the problem or is it the favicon ?

chrisgomez