

Welcome to the first flask tutorial! This series will show you how to create websites with python using the micro framework flask. Flask is designed for quick development of simple web applications and is much easier to learn and use than django. If you are less experienced with python and want to learn how to make websites flask is the right tool! Flask is great for beginners!
Text-Based Tutorial:
⭐ Kite is a free AI-powered coding assistant for Python that will help you code smarter and faster. Integrates with Atom, PyCharm, VS Code, Sublime, Vim, and Spyder. I’ve been using Kite for 6 months and I love it!
◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python
📸 Instagram:
🌎 Website
📱 Twitter:
⭐ Discord:
📝 LinkedIn:
📂 GitHub:
🔊 Podcast:
💵 One-Time Donations:
💰 Patreon:
◾◾◾◾◾◾
⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡
Tags:
– Tech With Tim
– Python Tutorials
– Flask Python
– Python Flask Tutorial
– Flask Tutorial
– How to create websites with python
#Python #Flask #WebDevelopment
source
After clicking that url. It show "this site cant be reached" in brower.what should I do to fix it. Same happens with internet connectivity
Hey thanks for the video. Why should you always use a virtual environment?
Do all the pages of the website need to be in the same script? For a site that will be expanding on page content all the time, I'd really like to have each page run in a separate script and if I can call the outputs on the main script.
in which program he is writing flask codes ????
I started with Corey Shaffer tut, but I moved into this, because when I am learning a new framework I dont want to build a project just learn how it works!
When I try "pip install flask" it said ('pip' is not recognized as an internal or external command)
Hi. i have problem . when i run python tutorial1.py nothing happen!! some help?
Anyone having issues with redirects?
For root function i have this
@app.route("/")
def home():
return redirect(url_for("create_task"))
Setting my root path to this it should redirect me to my create_task() function, but instead, it redirects me to http://localhost,localhost:8080/create-task/ if I manually remove the extra "localhost," it works fine.
When I write in sublime text it doesnt read the instructions like"from"
good one!
when i type in cmd python "the name of file.py" its type to me:python: can't open file 'website.py': [Errno 2] No such file or directory what to do??
yeah these tutorials are do what I do, more then a learning experience
Though everything was word for word, and I have python3.7 I couldn't get http://127.0.0.1:5000/home to work, kept saying 404. ( using atom)
Hi Tim
How to use a customazable text url, not an ip address ?
Thank you
hey Tim I am a newbie in flask want to deploy my deep learning projects in flask I want to make a website that one page will redirect to another page just like any website how to do that? like home page to about us
hello, i just want to know why we should use flask instead of html/css ? It seems more simple with html and css
Which code editor did he use?
Great tim doing a great stuff here!!!
Hi, how can we install uWSGI , application server for Flask, and Nginx ?
Hi, how can we install pip in CMD?
so im dead in the water AGAIN i did everything exactly as instructed untill typing python "tutorial 1.py" into CMD and it says no such folder or directory i had the same exact issue with django so thats 2 tutorials same issue WTF!!!!
Bro, u r a genius…
I'm completely blown by your knowledge…
What is ur age?
Why does it say invalid Syntax when i type python app.py (thats the file name) in command Prompt pls help it says that it has an erro at line 6 at def
Tried to access the website I created on another computer in my home network by copying the URL into that computer. But the website can't be accessed. What's wrong?
You are awesome 🙂 Please continue the Flask series.
How about the embedding of a datagrid .. pulling data from a database and display in grid
In python, what means that "@" before app?please tell the name of that in order to further research
Just wanted to ask all of you is the Python documentation a better way to learn Python directly rather than using any book.
Your website should display some of your past python projects(if that's possible with out re writing the game code in a different language.
I kinda am having a problem with that cursive f, I was googling it, didn't really find anything and so, what does it do, why should i put it there, when i put it there by copying it from wikipedia, it didn't work and got me an error, so, when i tried it without it it acutally worked, but it typed {name} instead of the value i put between /<>. – 7:30
Why didn't u use oop instead? Isn't it more organized and efficient?
thank you so much tim for the tutorial It was a good start for web development
Hi, I put the URL: http://127.0.0.1:5000/ to the browser but not success:
"The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again."
==> Help me plz
Thanks for this flask series sir., very kind of you to make such useful tutorials for us..
Guys witch one is better flask or html nd css ???
I am using mac but it says its stuck on python 2.7 when i have 3.8 installed. I made a virtual environment and tried to import flask and it says flask is not on my machine, or something along those lines.
C:UsersADMINDesktopFlask Python>python "file.py"
File "file.py", line 11
return f"Hello {name}!"
HEEELP GUYS IN THIS !!!!!!!!!!!!!!!
bro please how to that F letter in python ?? line 11
please dont stop, keep make about flask big sub to you sir
I am getting this error NameError: name '_name_' is not defined.. Please help.. I am using Pycharm
Congrats ! 100k…
That's cool, but how could Flask be that usefull in the FE framework era like React or Angular?
python: can't open file 'Flask.py': [Errno 2] No such file or directory PLS HELP!!!!
What db should you use for this tutorial
thanks.
Thanks Tim,this is so nice…Here's what i would like to see from the series:
adding images,adding rows and columns,drop down menus,let the user add a comment on something and leave a rating.
LOL <h1><h1>
Come on, I know 5 year olds that know how to properly use a h1 tag. <h1></h1>
When is next video coming? really enjoyed this one