You know, Tim scares me sometimes. It has been a while since I last did programming. Now that my school has just ended, I've been meaning to get back on coding. I decided to start TODAY, but I couldn't think of a project to do and don't know how to start. Then here he is uploading a perfect video tutorial/project, as if he can read my mind. It's so perfectly timed, it scares me. P.S. Love your vids as always Tim!
Tim @Tech With Tim, in case you will ever read this, I want to "apologize" for letting my ego make me "Ignore and avoid that young python kid(..)" and want to give my appreciation and thanks to your awesome content! It took me years to finally stupidly stop "collecting tutorials, courses and ebooks" and finally START learning to program and after wasting months and years jumping between python, javascript, php and java.. I finally came to the conclusion that Python is not just hype and especially RUclips-Overhyped, BUT ACTUALLY VERY VERSATILE AND DAMN ELEGANT! Thank you! \o/
For the next topic, remember it's always a good idea not to allow a user to create an account immediately after inputting a username and password! The reason is anyone could potentially steal their email address! Always send an activation link to the email address the user specified before allowing them to create an account!
I keep struggling with making a flask website. I've been having trouble for a long time. I really hope this tutorial finally helps me get to the end of the project this time. I really appreciate how you go through everything step by step. Too many coding tutorials just skip through explanations of what's going on. Thanks.
Big bro thank you so much for sharing your knowledge with me especially.... Finally me and my project partners got a project work to do before completing.
Great tutorial, currently a data analyst apprentice and looking into ways of creating open sourced dashboards. Flask is one option I am looking into along with Dash which I know is a libary that is build on top of flask. Would you ever do a smilar style tutorial on Dash as would find this very helpful? My dad has been a software developer for over 20 years and is now looking into learning python and flask so we have been sharing notes and learning together, I recommened him your videos as I've found them so helpful and he said he has too.
sorry, I can't speak english well. But I'm worried. I get an error. quote ImportError: cannot import name 'create_app' from 'website' (unknown location) I don't know the solution. Help me!
I have been thinking about building a full stack Tumblr clone. I was just not sure what I can use for my backend, but looks like Flask or Django should do it thanks to this video series. Of course I will use Angular or Vue for my frontend and Sass for custom styling.
I really enjoyed the first part of the tutorial :D However, I don't have the Professional version of PyCharm, so I cannot continue as Jinja simply doesn't work for me. Still, thanks for showing me some basics about flask :3
Hi Tim it could be better if you upload a video on how to deploy flask application with databases connected because there is no clear video on that in the RUclips 👍🏻
Hey tim! got your channel bookmarked on chrome, waiting for part 2 and more .. anyways, you said there will be no JS involved, is there a trick for that on flask, like getting data without reloading the pages? hello from Philippines :)
AttributeError AttributeError: 'Token' object has no attribute 'test' Hey Tim the error above is what I keeps occuring after I tried the Jijnja templating am so stressed out trying to fix it can you help me out please
Hey tim here, im here again from a video from 2 years ago, i prefer not to go to github just to copy and paste i like to manually type out code so i get a better understanding.. i ran into a major issue with the javascript viewport.. i dont see the header that shows home sign in or sign.. i watch and read over my codes over 100x I dont want to move on to part 2 until i tackle everything within part 1… any suggestions ?
Hello, everyone. I have some problem regarding that navbar. The navbar is expanded when the screen is maximized but not expanding when the screen is small enough for the navbar button to be displayed. Please help me and thanks to all who spend their time helping me out. 😉
Hi Tim hope you're good, could you please do more videos on java programming as I'm trying to get a job as a java developer and think you'll be the man to help I also love your videos by the way the way you explain everything is so easy to understand and the way you zoom in on the code is a major help, if this not possible I will find other youtubers but I will always be your subscriber 👌😁
hey, is any tip here. When I was following this tutorial for installing pip, I was getting errors when I tried to run app. What solved my issues for Flask setup instead pip I was using pip3 install. Anyone can explain why?
hello and thanks for the tutorial enjoying it very much so far. i have one question tho that isn’t totally related to the tut but related to Visual Studio, how do i get it to highlight the code words like “block” in {% block title%} nested in the html. i have tried changing themes but still no luck. Does anyone know how to change this? Thanks.
Usual people: I'm watching this video to know how to use flask Me who recently started a project on building a web framework: I'm watching this to know what functions are missing or possible to write to make the the framework more convenient
Hi Tim, I need your assistance in regards to this project, doing it for a uni project. Can pay you for your time if needs be. Let me know If you can and I'm willing to pay.
You know, Tim scares me sometimes.
It has been a while since I last did programming. Now that my school has just ended, I've been meaning to get back on coding. I decided to start TODAY, but I couldn't think of a project to do and don't know how to start.
Then here he is uploading a perfect video tutorial/project, as if he can read my mind. It's so perfectly timed, it scares me.
P.S. Love your vids as always Tim!
@Vedant Sohoni He really is.
i was literally waiting for this masterpiece
same
But it is abit advance, not very much explanation
The way he said, "I hate CSS".
I felt it on a spiritual level.
I used to hate CSS yep its hard complex no errors but after practice and understanding CSS grid and flexbox life becomes easier
@@Quidoute Me Too
me too, lol!
Tim @Tech With Tim, in case you will ever read this, I want to "apologize" for letting my ego make me "Ignore and avoid that young python kid(..)" and want to give my appreciation and thanks to your awesome content! It took me years to finally stupidly stop "collecting tutorials, courses and ebooks" and finally START learning to program and after wasting months and years jumping between python, javascript, php and java.. I finally came to the conclusion that Python is not just hype and especially RUclips-Overhyped, BUT ACTUALLY VERY VERSATILE AND DAMN ELEGANT! Thank you! \o/
THe best Flask tutorial I found ever! I looked across the web for so long and this one is defenitely the best one
I miss binge-watching. I can't stand to wait for your vids, they are just too good!
I’ve been wanting to learn flask for so long, and just saw this video pop up. Amazing job Tim!
For the next topic, remember it's always a good idea not to allow a user to create an account immediately after inputting a username and password! The reason is anyone could potentially steal their email address! Always send an activation link to the email address the user specified before allowing them to create an account!
great tip!
how can they steal the email?
I promise I will give a like on every video of this series
Salute to martyr of big project, none other than pycharm!
School just ended! So happy to do this!
Best tutorial you’ve made
Hey Tim, you didn't cover this, but just to let you know that I had to install flask_login. Thanks for your guide man, much appreciated!
Exactly at the moment I was wondering why we need that dot before views, he started to explain :)
Thanks for the brief informative video!
That’s perfect!!! Waiting for next episode :)
Off topic Tim, but I’m watching your django react music player series. And I’m learning so much, thanks man!
Thanks. I was looking for a Flask tutorial!
Great work I will definitely watch this Series until the end ❤️😁
I keep struggling with making a flask website. I've been having trouble for a long time. I really hope this tutorial finally helps me get to the end of the project this time.
I really appreciate how you go through everything step by step. Too many coding tutorials just skip through explanations of what's going on.
Thanks.
Thank you a lot! I'm learning to programming and also english! You are a very good teacher :D
Getting excited bro, As I love web development..
Keep going bro.. ❤
Big bro thank you so much for sharing your knowledge with me especially.... Finally me and my project partners got a project work to do before completing.
Great tutorial, currently a data analyst apprentice and looking into ways of creating open sourced dashboards. Flask is one option I am looking into along with Dash which I know is a libary that is build on top of flask. Would you ever do a smilar style tutorial on Dash as would find this very helpful?
My dad has been a software developer for over 20 years and is now looking into learning python and flask so we have been sharing notes and learning together, I recommened him your videos as I've found them so helpful and he said he has too.
I was literally dashing on the internet for about 3 months for the exact thing which he has started.....
It you want syntax highlighting for jinja, just install the jinja extention.
Great work Tim💪💪💥... helpful to us..
I saw this video coming cause I saw a Tim's Git repository regarding a Flask Blog app
Thanks for the tutorial! I like how straight to the point it was. How often will you post the videos?
Tim, I really recomend to you use material icons extension for better visualization files and directories.
It was amazing, man!
I THANK GOD FOR TIM !!!!!
Thanks so much for this vid Tim
Very good explanation
This looks like another awesome tutorial!
Also, could you please think about making more c++ content, and make tutorials on c++ libraries?
Another excellent video.
So interesting, thanks a lot for the hard work!
I dont think it help you so much but i put a like on each of your video
in the place of redirect(url_for(.....))
Why we can't use normal render_template(....)
I love these videos. Make some c# backend development videos, too 👉👈
sorry, I can't speak english well.
But I'm worried.
I get an error.
quote
ImportError: cannot import name 'create_app' from 'website' (unknown location)
I don't know the solution.
Help me!
Superb tutorial
you should show how to add images to the post. All blog posts have images.
I would really like to see more Go content 🙂
I have been thinking about building a full stack Tumblr clone. I was just not sure what I can use for my backend, but looks like Flask or Django should do it thanks to this video series. Of course I will use Angular or Vue for my frontend and Sass for custom styling.
this is so good tutorial DAMN!!!!!
i was just thinking of learning Flask, and then this notification came in....
Great Work Tim's.. Please can you Show a Place where we can Upload Images to Our File🙏🙏🙏
What is the difference between this tutorial and the previous flask tutorial?
I really enjoyed the first part of the tutorial :D However, I don't have the Professional version of PyCharm, so I cannot continue as Jinja simply doesn't work for me. Still, thanks for showing me some basics about flask :3
perfection !
Hello Tim!
My bootstrap doesn't work... can you help me?
Hi Tim it could be better if you upload a video on how to deploy flask application with databases connected because there is no clear video on that in the RUclips 👍🏻
Hey Tim
When you were a freelancer at Fiverr, did you have any workhours or you just did the work whenever the order/request came in?
Thanks Tim!
Hey Tim what are your thoughts on bash scripting
Hey tim! got your channel bookmarked on chrome, waiting for part 2 and more ..
anyways, you said there will be no JS involved, is there a trick for that on flask, like getting data without reloading the pages?
hello from Philippines :)
Hey time I'm a big fan can you make more web videos and how many days do you take in videos
This is awesome why don't u use css for the styles
When the next part will be released?
Great video !!!
Hi Tim I just wanna ask about can I able to create post like videos and images how?
What about ajax? Don't you want to load content without reloading the page?
nice please make more !!!
AttributeError
AttributeError: 'Token' object has no attribute 'test'
Hey Tim
the error above is what I keeps occuring after I tried the Jijnja templating
am so stressed out trying to fix it can you help me out please
youre so amazing tim
this guy could be hired as a ghost README writer
Hey tim here, im here again from a video from 2 years ago, i prefer not to go to github just to copy and paste i like to manually type out code so i get a better understanding.. i ran into a major issue with the javascript viewport.. i dont see the header that shows home sign in or sign.. i watch and read over my codes over 100x
I dont want to move on to part 2 until i tackle everything within part 1… any suggestions ?
What is your color theme?
49 mins lets go bois
Hello, everyone. I have some problem regarding that navbar. The navbar is expanded when the screen is maximized but not expanding when the screen is small enough for the navbar button to be displayed. Please help me and thanks to all who spend their time helping me out. 😉
Thanks Tim
Tim Please tell what theme are you using on vscode
Dude, didn't you do a flask tutorial recently? Are you going to give props to Grinberg this time?
Now that is cool
Hi Tim! You're awesome, you know?
Could you please make a video about Falcon Framework with pypy3? It probably would be a great video.
what theme is he using for the VS Code?
Why not use a virtualenv instead of install all on global?
Hi Tim hope you're good, could you please do more videos on java programming as I'm trying to get a job as a java developer and think you'll be the man to help I also love your videos by the way the way you explain everything is so easy to understand and the way you zoom in on the code is a major help, if this not possible I will find other youtubers but I will always be your subscriber 👌😁
What vscode theme are you using?
Monokai
Thanks
Sit... I need this same format coding with mongoDB connection.... Please
Please make a video on chat webapp with django
hey, is any tip here. When I was following this tutorial for installing pip, I was getting errors when I tried to run app. What solved my issues for Flask setup instead pip I was using pip3 install. Anyone can explain why?
hello and thanks for the tutorial enjoying it very much so far. i have one question tho that isn’t totally related to the tut but related to Visual Studio, how do i get it to highlight the code words like “block” in {% block title%} nested in the html. i have tried changing themes but still no luck. Does anyone know how to change this? Thanks.
Do I need to know html for it?
Please make it so tha we can use it for ourself... make it awesome :)
Thank you
I'm surprised you're not using virtual environment for python app
Please include CSRF protection in the course
But please We request after fully functioning you add 🔎search address bar to it so that we can search for some one who is also using the blog
Can anyone help me. I am getting an error whenever I am starting the server it's saying main not found . Pls help 🙏
Usual people: I'm watching this video to know how to use flask
Me who recently started a project on building a web framework: I'm watching this to know what functions are missing or possible to write to make the the framework more convenient
Good luck for that...
Wow!!!
no mention of virtual environment or anaconda??
Has Tim heard of `type="email"`? It makes sure you enter a valid email. This is plain HTML. Nothing to do with Bootstrap, Flask or Jinja. 42:50
Images?
Hi Tim,
I need your assistance in regards to this project, doing it for a uni project. Can pay you for your time if needs be. Let me know If you can and I'm willing to pay.
Cool, it's nice video, I see it from Russia, it's cool, thank you, do you want to make a FastAPI tutorial?
I do have a fast api video!
@@TechWithTim Yeah? Can you give the link?
Just look up on youtube, Fast API Tech With Tim@@artur_spr
Second to comment
Please don't use sessions based login, b coz it is not safe.
first
I don't see a comment where anyone asked
@@binaprajapati7709 well, i don't see a comment asking you to check a comment about that bruh