Hey all, hope you are well, today we will learn the basics that you need to get started with Flask, you can find everything you need to get started in the description. I hope you will find Flask a fun web framework to build great websites with it, using Python As usual, don't be shy to comment questions, I'll do my best to answer everything!
Hi Jim, I wanted to say thank you for creating this video series. It is very professionally done and I greatly appreciate you showing your thought process when creating an application and the potential errors you may run into rather than a "plug and play" / "everything just works" style. You are a great instructor, keep up the good work!
You are very welcome! There is no instructor in the world that EVERYTHING works perfectly for him on the first attempt and everyone should know that especially in programming! Would appreciate it if you could spread the word with your friends that are interested in coding
Thank you for taking the time to create this episode, I have yet to watch completely but I added it to my playlist and subscribed to your channel. Keep it up!
Hi Jim from Vietnam, I am really happy and thanksful to your course due to its valuable content it brings to me as very detail of any aspects in your series.
I am glad you like the channel, spread the word so we can reach more people! Btw, I got some future plans about creating some general tutorial about git :)
Hey Jim @JimShapedCoding ! Happy to have found your channel! As a beginner to intermediate Pythonista who up to now mainly "sticked to the basics" and haven't played around with frameworks much yet... As the two projects(the market place) are the same, would you recommend to build it and "learn" slim versatile Flask first, or "batteries included(BUT DO IT MY WAY!)" Django first? Thank you :-) (Sorry, if the sentence structure is a bit messy, my native language is also not english AND I am excited :-) )
Hi Jim , what a great job 🎉 ..I recently started to learn web dev using python and flask ... i realized that among hundreds of videos , ur videos was the best.. Unfortunately, i have a small problem when i started to develop this project myself..since i still learning how to configure my project and set my installations, i faced an error showing : "could not locate a Flask application. Use the 'flask --app' option, ..." That error showed up after i set the env variable and run flask Can u plz assist me on this issue Thank u
Hey, thanks for watching, as long as you feel comfortable from Pycharm doing that, then it's perfect. The most acceptable in my opinion is the tool that you feel the most comfortable with :)
I'm using VS Code in Mac and I couldn't follow your "Set things up" - part. So I go to "What are Routes" - part, "from flask import Flask" -> It raised a bug that ModuleNotFoundError: No module named 'flask'. Can you help me with this small problem. I'm still learning from your course but I couldn't run a test page to see what really happen. Thank you
Hey! Thanks for starting this series. Could you please make sure that you have your system interpreter configured properly in VSCode ? Also you might have installed Python twice in the past ( just different versions ). Make sure that the Python that VSCode has, is the same as in the Terminal. Overall, if you do NOT have any other Projects of Python. Just make sure you have one Python installed
Hi Jim, I have followed all the steps correctly from the beginning and when I am entering "flask run" in my windows device. I get an "Error: Could not locate a Flask application. You did not provide the "FLASK_APP" environment variable, and a "wsgi.py" or "app.py" module was not found in the current directory." Can you please help me in this?
Hello. Can you please try to execute flask run in the same terminal as you executed the following commands as well: set FLASK_APP=dev set FLASK_DEBUG=1 Thanks!
Hey all, hope you are well, today we will learn the basics that you need
to get started with Flask, you can find everything you need to get started in the description.
I hope you will find Flask a fun web framework to build great websites with it, using Python
As usual, don't be shy to comment questions, I'll do my best to answer everything!
Thank you for the series, you made web development easier!
I will be glad to see you channel grow
I will be glad as well :)
Hi Jim, I wanted to say thank you for creating this video series. It is very professionally done and I greatly appreciate you showing your thought process when creating an application and the potential errors you may run into rather than a "plug and play" / "everything just works" style. You are a great instructor, keep up the good work!
You are very welcome! There is no instructor in the world that EVERYTHING works perfectly for him on the first attempt and everyone should know that especially in programming! Would appreciate it if you could spread the word with your friends that are interested in coding
One of the best tutorial video i found in UA-cam of Flask Web Development.
This means the world to me, thanks!
@@jimshapedcoding love from India
I learn from many teachers. But I didn't find anyone who taught me like you. Your teaching style is my favorite. I am here to support your channel. ❤
Thanks Manish! I appreciate your support, much more to come!
Thank you for taking the time to create this episode, I have yet to watch completely but I added it to my playlist and subscribed to your channel. Keep it up!
Thanks I appreciate it, hope you will like the entire series
great video
Well explained 👏
Very clearly explained. Will be doing the full series. Thank You for sharing your knowledge!
You are welcome! Let me know how you doing with the entire series :)
best and straight forward explanation, keep it up .
Thank you. Starting with a very nice introduction and startup present me with a clear picture what the entire series would be like.
Hey thanks for the comment! Hope you'll enjoy the whole course :)
Nice video
Thanks for the video -- great explanation. Look forward to viewing the rest of the playlist. Keep up the good work,
Thanks, will do! :)
Thank You Jim, You are very good teacher. Great job!
Glad you think so!
Thank you. your explanation is so clear..
Glad it was helpful, hope you'll find more useful videos in my channel! :)
Hi Jim from Vietnam, I am really happy and thanksful to your course due to its valuable content it brings to me as very detail of any aspects in your series.
You are very welcome. Feel free to share with more people!
Hi Jim, im following this Flask tutorial. Truly this will help me in learning Flask.
Great to hear! Share this maybe with more friends it would be extremely helpful
Thanks! Great video!
awesome channel! like your style !
it will be great to have a session about git and pycharm collaboration working with branches
I am glad you like the channel, spread the word so we can reach more people!
Btw, I got some future plans about creating some general tutorial about git :)
Best Course ı ever seen. Thanks a lot :D
You are welcome! Share with people who love to code!
really like this channel!
Good to know thanks! Please share it with people who interested in coding
This is helpful ❤
print("jim is dah goatttt")
Thanks ❤
Hey Jim @JimShapedCoding ! Happy to have found your channel! As a beginner to intermediate Pythonista who up to now mainly "sticked to the basics" and haven't played around with frameworks much yet... As the two projects(the market place) are the same, would you recommend to build it and "learn" slim versatile Flask first, or "batteries included(BUT DO IT MY WAY!)" Django first? Thank you :-) (Sorry, if the sentence structure is a bit messy, my native language is also not english AND I am excited :-) )
Welcome aboard! More Django videos are on their way. And I'll try to publish them as soon as I can!
also debug mode works with "flask run --debug"
Hi Jim , what a great job 🎉
..I recently started to learn web dev using python and flask ... i realized that among hundreds of videos , ur videos was the best..
Unfortunately, i have a small problem when i started to develop this project myself..since i still learning how to configure my project and set my installations, i faced an error showing : "could not locate a Flask application. Use the 'flask --app' option, ..."
That error showed up after i set the env variable and run flask
Can u plz assist me on this issue
Thank u
thank you, as a non-English speaker I can hear and understand your speech clearly. what is your nationality?
can i follow this tutorial with no html&css knowledge
Hey, thanks for visiting my channel, and it's a great question. You can follow and understand everything without deep HTML and CSS knowledge.
Do you know how to get publish your flask app on github pages?
Didn't try it yet, I might do it soon so everyone could have an access for the final result page
Hi, Jim, thank you for clear explanation!
Is it ok to install Flask and to set debug mode from the Pycharm directly? Or using cmd is more acceptable?
Hey, thanks for watching, as long as you feel comfortable from Pycharm doing that, then it's perfect.
The most acceptable in my opinion is the tool that you feel the most comfortable with :)
@@jimshapedcoding thank you!
Hi Jim, l've tried to run it but then sqlalchemy is giving some errors
flask commands are not working for me in both powershell and cmd
Can you raise the error maybe in the flask chatroom in our Discord Server with some more details ;) ?
@@jimshapedcoding yea sure
I'm using VS Code in Mac and I couldn't follow your "Set things up" - part. So I go to "What are Routes" - part, "from flask import Flask" -> It raised a bug that ModuleNotFoundError: No module named 'flask'. Can you help me with this small problem. I'm still learning from your course but I couldn't run a test page to see what really happen. Thank you
Hey! Thanks for starting this series. Could you please make sure that you have your system interpreter configured properly in VSCode ? Also you might have installed Python twice in the past ( just different versions ). Make sure that the Python that VSCode has, is the same as in the Terminal.
Overall, if you do NOT have any other Projects of Python. Just make sure you have one Python installed
@@jimshapedcoding Thank you for your reply, I have solved my problem already
Hi Jim, I have followed all the steps correctly from the beginning and when I am entering "flask run" in my windows device. I get an "Error: Could not locate a Flask application. You did not provide the "FLASK_APP" environment variable, and a "wsgi.py" or "app.py" module was not found in the current directory." Can you please help me in this?
Hello. Can you please try to execute flask run in the same terminal as you executed the following commands as well:
set FLASK_APP=dev
set FLASK_DEBUG=1
Thanks!
Thank you so much @@jimshapedcoding for solving the problem. And thanks for creating a very detailed series.
@@divanshusharma1855 hope you'll enjoy rest of the series!
You should have done the same in django project ☺️
Don't worry, I will create a series divided into episodes on Django as well in the near future, and I will cover more topics
You can use this code
set FLASK_APP=
set FLASK_ENV=developmen
flask run --reload