▶️ Watch Entire Flask Playlist ✅ Subscribe To My UA-cam Channel: bit.ly/2TU96lm bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com Take $30 off with coupon code: youtube1
What I find useful the most is that even if I don’t use the exact frameworks or exact setup I still got a great over conceptual understanding of what’s going on from these videos. For example: instead of learning the specifics of a library to run a backend flask site. I learn the main components for setting up a site. Like instead of learning Olive Gardens exact Spaghetti. I learn that we need to have noodles, marinara, meatballs and some cheese. I learn we need to boil water for the noodles at some point. I learn we need to brown the meat. Etc… it’s these overall conceptual gems that really help me learn more than the exact doing of something. I’m an overview type of person. I like to boil complicated things down to “oh so you mean create a login”. Somebody might say “oh I have an XYZ-ModelABCDEFG Video card” and I’ll be like “oh you mean an Video card with 8G of memory in it?”. And that’s what I like about these videos.
thank you so much for your Django tutorial it helped me a lot i hope you keep going and good luck in your life (programming also ) so let's start with flask . to be continue . . . hi again this is just an update for my comment i want to tell you guys please if you want to start directly with Flask (in my opinion ) don't do that start firstly with django than you can go with flask ------------why? ---------------- Django its goal is to ease the creation of complex, database-driven websites. Flask has a route decorator, which is used to bind URL to a function, making application URLs easier to remember for a user. so for harder to easier better than the opposite. (I am sorry, I made some mistakes) good luck thnks Djohn
this video has helped me alot i spent the entire day following this tutorial and i made my own changes to the site i will be following your channel keep up the great work i love the simplicity
when i open about it says 404 not found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. but if i open from my folder it opens how do i fix this?
Amazing video I love this. Sir, I want to contribute to open-source and I am completely new in it, is learning flask enough to start with, or do I need to do all backend programming languages
while pasting localhost url after using index.html, getting an error saying, "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application". Any help
HTML and CSS don't allow you to do anything dynamic. No database stuff...also, you need some sort of server to run html and css....using a framework like Flask, or Django, or Rails...handles all that stuff.
Did anyone else get a pop up window in Sublime telling you they're using an evaluation version and asking if you want to purchase it? How can we keep using it for free?
Hi, I keep getting "This site can’t be reached127.0.0.1 refused to connect" using Sublime and Git bash. But it does work using Spyder, but unfortunately Spyder does not have the 'add folder to project' for the following step where you add the HTML template and that makes it hard to follow along. Any assistance would be appreciated, thank you.
@@Codemycom Thank you! Is there a way to update a library in Sublime? I see that Sublime does not accept 'import joblib' when I use 'Tools -> Build'. Instead it only accepts 'from sklearn.externals import joblib', which I believe is deprecated. Thanks again!
@@CapitanJusticia Sublime is just a text editor, you don't add libraries to it. If you want to add things like that, do it in your terminal (I use git bash, git-scm.com) in the normal pip install way...
when i open about it says 404 not found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. but if i open from my folder it opens how do i fix this?
▶️ Watch Entire Flask Playlist ✅ Subscribe To My UA-cam Channel:
bit.ly/2TU96lm bit.ly/2IGzvOR
▶️ See More At: ✅ Join My Facebook Group:
Codemy.com bit.ly/2GFmOBz
▶️ Learn to Code at Codemy.com
Take $30 off with coupon code: youtube1
Thank you so much
@@rangabharath4253 Thanks for watching!
Thanks so much. No source code.
@@buddyudoh There were 12 lines of code...you really need source code for that? lol
@@Codemycom lol.
You have literally the best flask course on UA-cam
Thanks! I'm working on more of them :-)
What I find useful the most is that even if I don’t use the exact frameworks or exact setup I still got a great over conceptual understanding of what’s going on from these videos. For example: instead of learning the specifics of a library to run a backend flask site. I learn the main components for setting up a site. Like instead of learning Olive Gardens exact Spaghetti. I learn that we need to have noodles, marinara, meatballs and some cheese. I learn we need to boil water for the noodles at some point. I learn we need to brown the meat. Etc… it’s these overall conceptual gems that really help me learn more than the exact doing of something. I’m an overview type of person. I like to boil complicated things down to “oh so you mean create a login”. Somebody might say “oh I have an XYZ-ModelABCDEFG Video card” and I’ll be like “oh you mean an Video card with 8G of memory in it?”. And that’s what I like about these videos.
Nice! Glad you're enjoying them!
thank you so much for your Django tutorial it helped me a lot
i hope you keep going and good luck in your life (programming also )
so let's start with flask . to be continue . . .
hi again this is just an update for my comment i want to tell you guys please if you want to start directly with Flask (in my opinion ) don't do that
start firstly with django than you can go with flask
------------why? ----------------
Django its goal is to ease the creation of complex, database-driven websites.
Flask has a route decorator, which is used to bind URL to a function, making application URLs easier to remember for a user.
so for harder to easier better than the opposite.
(I am sorry, I made some mistakes)
good luck
thnks Djohn
It would be really helpful if you could make all the code for this flask playlist available somewhere.
I'm so happy I found your channel. Yes, thumbs up for the algorithm lol
Welcome aboard!
Thumbs up on this comment for the algorithm
I really thought about flask today .
Happy to see tutorials .
I request you to upload more tutorials
I'll definitely be uploading more Flask videos.
I appreciate your teaching methodology is really so understandable. Much respect Sir
Thanks!
To be honest, without you I would have been giving up learining to code already.. Thank you so much!
Glad I could help!
this video has helped me alot i spent the entire day following this tutorial and i made my own changes to the site i will be following your channel keep up the great work i love the simplicity
Glad it helped!
great tutorial please keep publishing flask tutorials. I smashed like
Thanks! I'm publishing another flask video tomorrow!
Very helpful. Thank you 🙏
Welcome
Thank you Mr Heisenberg
Ha welcome
You are so awesome!!!!! Thank you so much, helped me a lot for my uni project!
when i open about it says 404 not found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. but if i open from my folder it opens how do i fix this?
compare your code to the video to discover what you did wrong.
I can’t find anything I did wrong…
@@nichancizzy8011 put it aside for a few days and recheck it with fresh eyes.
@@Codemycom same problem for me !
love the energy man
Thanks!
I will like to see the same work with Django. Thanks. I really appreciate your work.
I have tons of Django videos on my channel already. Just look.
@@Codemycom okay.
Like button smashed sir.
Thanks!
good video for learn flask
Glad you think so!
keep up the good work men. thanks
welcome!
Turn debug on so you dont have to close out of the server after each change.. A save will do it
Yeah keep watching...
Sir, plz bring a video about how to build an app and publish on to play store. Thank you ❤
Sorry, I don't know anything about the play store.
Means how to publish an app on internet?
@@mujassimjamal24 You need webhosting...like heroku or digital ocean
Ok thank you sir ❤❤❤
Thanks Mr. White
Ha
Very clear 🔥
Thanks!
Thanks for this
Glad you like it!
thanks walter
lol
Amazing
Thanks!
Amazing video I love this. Sir, I want to contribute to open-source and I am completely new in it, is learning flask enough to start with, or do I need to do all backend programming languages
It depends on what open-source thing you want to contribute to.
Once again
Thank you
Once again, thanks for watching! ;-)
thnks sir
in your opinion witch the best for web development django or flask ?
It depends entirely on what you're trying to build...there is no "best"
@@Codemycom
okey sir thnk you so much for helping
@@TechWithSabri Sure thing! Play with them both and use the one you like better ;-)
@@Codemycom
yes this is the best solution i will use it after django.
@@TechWithSabri Cool
while pasting localhost url after using index.html, getting an error saying, "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application". Any help
You did something wrong but I couldn't guess what. Rewatch the video and follow along more closely.
Think if debug mode is on on the flask server u need not reload the server..
you make it look so damn easy. Thank you!
You're welcome!
Thank you sir
Thanks for watching!
Can I use cmd prompt ?
Why in the world would you want to? No. The commands won't be the same.
thank , this is cool
Welcome!
Sir, I used the navbar code in the bootstrap but did not get the output correctly
Re-watch the video and try again :-)
can you send a file of that index part ? its not int bootstrap anymore
Can we step back for a moment?
Where are the benefits of not using this and building the site only with HTML and css?
Is there already a vid about it?
HTML and CSS don't allow you to do anything dynamic. No database stuff...also, you need some sort of server to run html and css....using a framework like Flask, or Django, or Rails...handles all that stuff.
Did anyone else get a pop up window in Sublime telling you they're using an evaluation version and asking if you want to purchase it? How can we keep using it for free?
just click cancel
How to fix the error Permission denied. This error comes when i type python -m venv virtual on git bash
Reinstall python correctly. Click the "Add Python to path" box during installation.
Hi, I keep getting "This site can’t be reached127.0.0.1 refused to connect" using Sublime and Git bash. But it does work using Spyder, but unfortunately Spyder does not have the 'add folder to project' for the following step where you add the HTML template and that makes it hard to follow along. Any assistance would be appreciated, thank you.
I finally got it to work! Not sure why it finally worked but so happy it did! :):)
you need to make sure the server is running in the terminal
@@Codemycom Thank you! Is there a way to update a library in Sublime? I see that Sublime does not accept 'import joblib' when I use 'Tools -> Build'. Instead it only accepts 'from sklearn.externals import joblib', which I believe is deprecated. Thanks again!
@@CapitanJusticia Sublime is just a text editor, you don't add libraries to it. If you want to add things like that, do it in your terminal (I use git bash, git-scm.com) in the normal pip install way...
@@Codemycom I see. Thank you again! Your videos are amazing!
Legend
Ha
We shouldnt create the python file in the virtual env directory ?
No, that directory is irrelevant.
Why there is only 11 videos in this flask series Sir tell me?
That's all it took for me to explain what I wanted to explain. I'm about to start a new flask series very soon
@@Codemycom Okay Sir thank you I am eagerly waiting for your flask series..
thanks
You're very welcome!
I can't see this course on the codemy.com site...
It's not a course on codemy.com the whole thing is free on youtube
make movie uploading or videos uploading websites having categories,tags etc using django
That would be interesting
@@Codemycom yes sir,it would be really new topic for us.hope you will make movie uploading sit project😊
@@technoinfoworldwide2329 We'll see!
it tells me that bash: python: command not found
sounds like you didn't add Python to path during installation
Any tutorial on how to make http as https
No that depends entirely on your web hosting provider and how they handle SSL certificates
Can you put this course on CodeMy.com please...and do even more course material for beginners Flask...like your Excellent Django courses. Many Thanks.
Yes, soon I'll be creating a flask course that will go on codemy and be expanded.
@@Codemycom Thanks you very much, Loving all your courses as they especially resonate for beginners...like me.
the index file is not working
rewatch the video and try to determine what you missed
how to open?
How to open what? Keep watching the series.
Walter White junior xd
Ha!
Great videos but cannot connect to 127.0.0.1:5000
Your server always needs to be running in the terminal if you want to see the site in the browser
when i open about it says 404 not found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. but if i open from my folder it opens how do i fix this?
Rewatch the video and discover what you did wrong in your code
Same problem! There’s nothing wrong please go and check if it’s outdated and solution!!