Building a website in Python with Flask

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



Flask is a web framework allowing you to build all your web logic in Python! Curl up with some hot chocolate (preferable in a flask, obviously) and get started building some websites!



If you enjoy my content, consider supporting me on Patreon or becoming a member!

If you need help with anything, feel free to join the Discord server:

I get a lot of people asking, so here's my Visual Studio Code setup!



If you have any questions, don't hesitate to ask in the comments! I'll try and answer as soon as I can, providing someone else hasn't already done so.

#python #coding #howto
Рекомендации по теме
Комментарии
Автор

25:57 I'm pretty sure this string in the front of the password hash is either salt or pepper -- they're quite common in cryptography

airatvaliullin
Автор

👋 hii there, the video was amazing as I'm new to Flask, it's quite detailed.
My problem is I'm running into error which says: 'Couldn't locate a flask application'. Can you tell what am I doing wrong?
Also what is the actual command I should be using in order to run the flask app?


Thanks in advance :)

ihfwswu
Автор

thanks for the tutorial! I would've preferred a little more explanations rather than just typing it out, but very helpful nevertheless.
"das Werkzeug" is German for "a tool". It's pronounced like "wErk:tsoig" (here "ts" is similar to "t's" in the English "let's" ).

airatvaliullin