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.
Thanks for your videos. I've been programming (at work and as hobby) for more than 2 years now. For all this time, I built several mini projects on various areas (ML & DL models, algorithm visualization, asynchronous tasks, server-client network, multiprocessing, game development, etc.) EXCEPT for web development. You break down the concepts really nicely and all the pieces seem to fit well together.
Sir, I don't know why TH-cam isn't showing this playlist in search results but this is the bestestest tutorial I find out in the whole internet. Thank you, thank you for making this course.. ❤️
I just wanted to thank you for this information. It was actually perfect for what I was looking for! A simple starting point that was easily understood and tested. I learned a ton about web development when I was younger (started learning at age 12) but only stuck with it for about 4 years and slowly lost interest. (So angry with myself for not sticking it out) I have been getting back into web-dev mainly because I really enjoy learning and playing with Python. Such a neat and clean multi-purpose language.
Its like you’re reading my mind! Last week I was thinking of doing something with flask, and boom, a tutorial series from one of my favourite youtubers!
I found your channel yesterday and I have already learnt months worth of stuff. Subscribed, joined your discord, participated in your weekly challenge, set up my desk thanks to your video, everything!
Tim you are such a wonderful teacher and i hope i will not be asking too much by begging that you please teach us about virtual environments in a separate video. Many of us have tried to learn it from other videos, but they are not as relatable as you. You recommended that we build our flask on a virtual environment but we don't know how to do it.
Tim you're awesome my brother. after this series i request you make project based series on OOP Django. that way we can play with object oriented Programming. thank you so much and god bless you.
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.
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!
You can also practice coding by following the video and just type the code as it is.. I usually use this technique to improve my coding speed and it helps me learn faster..
This is really helpful. Thank you. It is a little confusing that you use home as the example for the second page route because there is already a function called home for the root route. I figured out what was going on, but it would have been clearer if a different route name was used.
I wrote the code like you did. Only the first step worked. After adding the 'return f"Hello {name}"-!" The website looked the same as before. Despite saving, restarting, and refreshing the page. What is this issue?
Hey bro! I'm only a few months into python, it looks like you were a newbie as well when you asked this question. How's your coding journey two years later?
Hey bro! I'm only a few months into python, it looks like you were a newbie as well when you asked this question. How's your coding journey two years later?@@jimmyfl0
Great tutorial to get you started. Most videos I've watched jump right into GIT or Heroku deployment right from the door which makes things even more confusing. Good job!
when i copy and paste to look at the website through a browser i get this "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again."
Can you add a tutorial about how to incorporate a python function that uses open ai, a gpt assistant that answers to input things? I want that what happens in my vscode console is visible in my Web app. I don’t know if I was clear
Thank you sir, I was waiting for this series a lot. Please do a complete advanced Flask courses. We'll be appreciate that. Creating a shopping, blogging, AI web app is what we're looking for...🏋️♂️🏋️♂️
IN CASE YOU GET: 'The folder you are executing pip from can no longer be found.' FROM INSIDE THE PYCHARM IDE use the importation syntax: from flask import Flask Hover your mouse over the squiggly line under the lowercased _flask_ and click install package.
Start a high paying tech career making $60k+/year with NO DEBT: coursecareers.com/a/techwithtim
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.
I have started learning Python these past few months and have a lot to thank Tim for his content.
Thanks for your videos. I've been programming (at work and as hobby) for more than 2 years now. For all this time, I built several mini projects on various areas (ML & DL models, algorithm visualization, asynchronous tasks, server-client network, multiprocessing, game development, etc.) EXCEPT for web development. You break down the concepts really nicely and all the pieces seem to fit well together.
Sir, I don't know why TH-cam isn't showing this playlist in search results but this is the bestestest tutorial I find out in the whole internet. Thank you, thank you for making this course.. ❤️
I just wanted to thank you for this information.
It was actually perfect for what I was looking for!
A simple starting point that was easily understood and tested.
I learned a ton about web development when I was younger (started learning at age 12) but only stuck with it for about 4 years and slowly lost interest. (So angry with myself for not sticking it out)
I have been getting back into web-dev mainly because I really enjoy learning and playing with Python. Such a neat and clean multi-purpose language.
oh
Good
The tag is . . .
Nevermind, we learn python here.
The tag is. . .
Isn't this tag to make the letter smaller or larger?
@@quandoeuforrico It is to make the text larger
@@quandoeuforrico Larger
@@theboiyoulove5124 yep
@@quandoeuforrico Basically h1 is the largest Heading tag.
It's exact tutorials I'm looking for. I like the speed of tutorial and your explanation. Thank you Tim.
Wow Flask is surprisingly easy to get a simple page up and running. Thanks Tim! Always appreciate your Python videos.
Thanks Tim for the quick and clear introduction! Got me started on Flask!
Its like you’re reading my mind! Last week I was thinking of doing something with flask, and boom, a tutorial series from one of my favourite youtubers!
Maybe I am...
Tech With Tim Btw, would a simple login system fit in the series? Or would it get too complicated with saving passwords etc?
@@maxdenoudsten2596 hello bro for making the login system you need a cloud database which secure for storing complex details
Omg I was wishing that you would do a flask tutorial. Thanks for this
When you open terminal mine doesn't say pythonyoutubeflasktutorial
Plus when he says on the end run that I don't understand what in supposed to do
Thank you for the videos, Tim. You are talented teacher and programmer. I hope you keep TH-cam business as your primary focus when you graduate.
Best
After watching your tutorial, i fell in love with 3 things: You, Flask and Learning!!
Thank you so so much!
I found your channel yesterday and I have already learnt months worth of stuff. Subscribed, joined your discord, participated in your weekly challenge, set up my desk thanks to your video, everything!
This video deserves to go viral, it's that good
please make a full flask tutorial that is brain friendly.
@Ninters yes
Mind size: smol as fuk
what a fantastic name you have
I tried to say your name.. my bed started floating
yeah he just telling us what to do but not why
Great job Tim! I was able to follow what you did and had no issues!
you forgot to put a corner thing at 1:40 for pip.
Tim you are such a wonderful teacher and i hope i will not be asking too much by begging that you please teach us about virtual environments in a separate video. Many of us have tried to learn it from other videos, but they are not as relatable as you. You recommended that we build our flask on a virtual environment but we don't know how to do it.
I have a video on my Python dev environment where I discuss these!!
@@TechWithTim thank you. I will go look for it now.
Are you gonna make a Flask series too? I look forward to watching it. You really explain well
yep!
This was an incredibly useful and easy to follow tutorial. Thanks!
this is a blessing
tim is my messiah
Hey Tim, what's the brand of your chair? Is that good? Any recommendation?
It’s a gaming chair, check amazon for gaming chairs
Great video, Tim! I've been holding myself back for years, but thanks to u I managed to see how easy it had always been!
can you tell me how to download flask?
@@Krato65 if u r using vscode just write (in the terminal) the following: pip install flask
Tim you're awesome my brother. after this series i request you make project based series on OOP Django. that way we can play with object oriented Programming. thank you so much and god bless you.
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.
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!
Same here. Corey is a great teacher but his tutorial didn't seem appealing to me
Splendid! Perfect. Thanks
Omg I was waiting for Django and Flask tutorials thanks Man
Nice tutorial .. step by step clear explanation.Thanks for sharing the knowledge
bit struggling running it in command prompt, but finally i run my webpage. thanks to you time
You are awesome :) Please continue the Flask series.
Crystal clear that's exactly what I like in these tutorials. Thanks Tim
what is the extension that you use which colors the whitespaces/tabspace in vscode?
Thanks
what app did you use to code?
You can also practice coding by following the video and just type the code as it is.. I usually use this technique to improve my coding speed and it helps me learn faster..
Watching this! Looking to the rest of the series!
I HARDLY COMMENT. THIS IS A GOOD TUTORIAL. GREAT FOR REFRESHING IN MY OWN CASE
thank you so much tim for the tutorial It was a good start for web development
This is really helpful. Thank you.
It is a little confusing that you use home as the example for the second page route because there is already a function called home for the root route.
I figured out what was going on, but it would have been clearer if a different route name was used.
Really awesome stuff Tim, thank you for sharing.
👽 Nice StarTrek Chair !!
Thank you very much for helping at a subject when the teacher and Google have failed to do it for me.
I wrote the code like you did. Only the first step worked. After adding the 'return f"Hello {name}"-!" The website looked the same as before. Despite saving, restarting, and refreshing the page. What is this issue?
Truly wonderful since I am interested in using Python for Networking...
Would love to see how to get input from a HTML form and use it in a python program. That would be pretty cool!
Hey bro! I'm only a few months into python, it looks like you were a newbie as well when you asked this question. How's your coding journey two years later?
Hey bro! I'm only a few months into python, it looks like you were a newbie as well when you asked this question. How's your coding journey two years later?@@jimmyfl0
Great video Tim!
By far the best introduction and explanation for a beginner... Well done mate!
Thanks Tim you made this very straight forward
wow. a tutorial that actually makes sense. bless you sir
Great tutorial to get you started. Most videos I've watched jump right into GIT or Heroku deployment right from the door which makes things even more confusing. Good job!
Note: If you have worked with Spring or Spark for Java then Flask is an easy transition.
Brilliantly paced. 500k subs well-earned :D
thankx tim...would you help me with somethinng...how to apply loop to pages....to display text one by one
Fantastic! This is exactly what I needed, very clear video, keep up the good work!
nice I am so pumped to get into it
this was an awesome tutorial
please dont stop, keep make about flask big sub to you sir
this is pretty help for newbie like me, thanks a lot for great work.
what software did he used?
Great tim doing a great stuff here!!!
Great video Tim thank you!
Thanks for this flask series sir., very kind of you to make such useful tutorials for us..
when i copy and paste to look at the website through a browser i get this
"The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again."
same
I just wanted to know what are the prerequisites for getting started with flask?
Thanks Tim for so clear and crisp explanation for starting with Flask App.
Thank you for this tutorial, it helps me a lot!
very good tutorials, i understand them perfectly, subscribed!
can someone please help me!!!! i have no idea what software he is using to write all the code
Sublime text
That's what I wanted Tim.
thanks tim u help me out a lot anyway keep it up bro
What plugins do you use in Sublime to program in Python? I like using Sublime more like IDE.
You don't need plugins for Sublime you just type code into it. Then you save the file as .py
Loved this tutorial
Why didn't u use oop instead? Isn't it more organized and efficient?
Just came from django. Damn flask seems so straightforward. I’m not going back to learning django
Thank you so much. Really helpful!
Bro they are little men who love this , but big up
Thank you ... great tutorial !!
Can you add a tutorial about how to incorporate a python function that uses open ai, a gpt assistant that answers to input things? I want that what happens in my vscode console is visible in my Web app. I don’t know if I was clear
Hey thanks for the video. Why should you always use a virtual environment?
You may want to start with the concept of a virtual environment. Coming from javascript land this is very new
Congrats ! 100k...
Thanks!!!
2:06 it's not clear how i create that python file, can you explain?
If you have a problem at the "python 'tutorial 1.py' " try python -m flask run
It says,
"Error: Couuld not import "FILENAME".
This was really clear and helpful. Thank you.
Thank you sir, I was waiting for this series a lot. Please do a complete advanced Flask courses. We'll be appreciate that.
Creating a shopping, blogging, AI web app is what we're looking for...🏋️♂️🏋️♂️
Can u add a lesson on fetching and parsing json data from an api with flask
Hi Tim, should I learn HTML and CSS before to start Flask?
Awesome explanation, really liked it
9:20 what if we want to pass the name of a function that requires an argument
So what are the two programs you are using? The one that u run it on and the main ?
editor: sublime
terminal (black screen): windows command line (search for CMD)
@@daytodatainc thanks!
Where is the follow up? Channel is full of playlists, couldn't find it
Coming from Django, Flask seems a lot easier to use
do you recommend it over django?
IN CASE YOU GET:
'The folder you are executing pip from can no longer be found.'
FROM INSIDE THE PYCHARM IDE
use the importation syntax:
from flask import Flask
Hover your mouse over the squiggly line under the lowercased _flask_ and click install package.
Hey Tim I'd like to know can I download flask on a Linux laptop
#helpmetimm I did the same work pycharm but it's giving module not found error
2:27 how u got intellisense in sublime??
Fantastic!!!! Thank you!