John, I went through three other Flask instructional videos from three other presenters and I just didn't get it. Then I realized that you had a series on Flask. After just one of your courses, now I get it. I very much appreciate your style of "teach them exactly what, and only what they need to know" on any give topic. No hype, just the facts. Thank you!
First one to like the video, hope you'll reply, btw I learned most of the python from you, through your Tkinter tutorial, and got introduce with the version control for the first time, thanks John!!
so bro, when i change anything in my aplication she dont change in website. I do press "ctrl+c" for ending my aplication and write again "flask run" for any atualization that i do, whats i ?
▶️ Watch Entire Flask Friday Playlist ✅ Subscribe To My TH-cam Channel: bit.ly/3ig2eJn bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code bit.ly/2L1jBl5
You'll have to check the jinja docs...you're limited to what you can do with python using jinja. You can always do len(list) on the backend and pass the answer to the page in the normal manner.
Hey! I'm just getting started with Flask and Jinja and this was an amazing video to familiarize myself with those tools. Would you be able to give me a little bit of an idea of how to pass values from a python dictionary into an html table structure that has already been defined? any kind of insight would be greatly appreciated! Thanks!
I know this isn't really a problem related to this video but I need to define a variable outside of a function that contains an if statement. The second row here gets the error "Redeclared 'l1_num' defined above without usage" and I don't know how to fix this. I'm doing a tic tac toe game and it is there to tell the program that the spot is occupied. This error has set me back many times and gotten me to abandon many projects. Pls help global l1_num l1_num = 0 def start(): if l1_num == 0: l1_num +=1
@@Codemycom I JUST WANT TO CREATE AN IDE USING THE PYTHONS FLASK OR MAY BE USING THE DJANGO LIBRARY. THERE SHOULD BE AN SPECIAL FEATURE AND THAT SHOULD BE THE MULTI USERS LIVE COLLABORATION. PLEASE HELP ME TO CREATE AND COMPLETE THIS PROJECT. WAITING FOR YOUR REPLY. CREATURE BLESS YOU..... FORGIVE MY BAD EN.
John, I went through three other Flask instructional videos from three other presenters and I just didn't get it. Then I realized that you had a series on Flask. After just one of your courses, now I get it. I very much appreciate your style of "teach them exactly what, and only what they need to know" on any give topic. No hype, just the facts. Thank you!
Glad it helped!
Day by Day you are uploading specific types of video and that is.
AWESOME!!!!!!!!!!
Glad you like it!
You're very amazing teacher, thanks for these lessons
Welcome!
This series was better than most on TH-cam. Keep it up and keep going!
Thanks, will do!
These lessons have been really helpful. You're an amazing teacher!
Glad you like them!
your playlist is great, I hope you don't stop uploading such great playlists
Thanks, I'll never stop
Reviewing all classes. These tutorials are very good!!!
Glad you're enjoying them!
Incredibly helpful to me as I start working on a new team. Thanks for the great work!
Great to hear!
First one to like the video, hope you'll reply, btw I learned most of the python from you, through your Tkinter tutorial, and got introduce with the version control for the first time, thanks John!!
Awesome!
Awesome Jhon... Another Master Class! Thank you! Love your videos...
My pleasure!
you explain it well man! You deserve more subscribers.♥
Thanks for the series! I had to enter 'export FLASK_DEBUG=1' into the terminal before it reloaded after changes.
yep
Was waiting for this video👍
Awesome, hope you like it!
@@Codemycom This video is good...
@@karthikrajamony6044 :-) thanks
still extremely useful thank you
Glad to hear it!
Amazing lesson. Love it
thanks!
You look like Walter white from breaking bad
Ha
I love this video...you explained it very well.
That helped quite a bit actually. Thank you
Welcome
Oh no I thank you! :)@@Codemycom
hello Mr John, I didn't understand why you type this(. Can you please reply and tell me what is it ? Thank you
it is just a line break tag
@@moeen007 Thank you :)
so bro, when i change anything in my aplication she dont change in website. I do press "ctrl+c" for ending my aplication and write again "flask run" for any atualization that i do, whats i ?
how can i import a class method or an already created custom function, and render its results on webpage?
▶️ Watch Entire Flask Friday Playlist ✅ Subscribe To My TH-cam Channel:
bit.ly/3ig2eJn bit.ly/2IGzvOR
▶️ See More At: ✅ Join My Facebook Group:
Codemy.com bit.ly/2GFmOBz
▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN
▶️ Get The Code
bit.ly/2L1jBl5
Hehe, i am back,
sorry i am asking again
Could you pin this?
good presentation !!
Thanks!
What if i would like to extend from a parent folder? '../' is not working
How do I use jinja template in javacsript for xeample the {{user.name}} in html but I want to do it in javascript
I was hoping to get an answer for how can Python native function such as len(list) be called inside an HTML using Jinja formatting?
You'll have to check the jinja docs...you're limited to what you can do with python using jinja. You can always do len(list) on the backend and pass the answer to the page in the normal manner.
man you are great:) thank you alot!!!!
great stuff bro! thanks for the awesome info and explanations.
You bet!
Hey! I'm just getting started with Flask and Jinja and this was an amazing video to familiarize myself with those tools. Would you be able to give me a little bit of an idea of how to pass values from a python dictionary into an html table structure that has already been defined? any kind of insight would be greatly appreciated! Thanks!
the videos show how to pass things to a webpage…
Great video, thanks a lot! Do you know how I could insert a dict value into the src of an html img tag please??? I tried this but it is not
working
Happy flask day
Happy Flask day!
Very cool!!!! But can you make the autofill and basic search app in kivy ? 😊
:-p
Thank you so much for your work John! Waiting new ones! How to work with PostgreSQL?
We'll see :-)
I know this isn't really a problem related to this video but I need to define a variable outside of a function that contains an if statement. The second row here gets the error "Redeclared 'l1_num' defined above without usage" and I don't know how to fix this.
I'm doing a tic tac toe game and it is there to tell the program that the spot is occupied. This error has set me back many times and gotten me to abandon many projects. Pls help
global l1_num
l1_num = 0
def start():
if l1_num == 0:
l1_num +=1
define it as global in the function too
first view first comment....
very funny
hey john any thoughts on all the kivy widgets
too material design...
Nice! What sort of thoughts?
Check out the SidebarEnhancements plugin packagecontrol.io/packages/SideBarEnhancements
41 is actually my number 0 favorite kind of pizza
lol
so cool
Hey John can you create a video for Jinja 2 with Django
Might do that sometime in the future
Jesse, We need to code!
lol
Thanks sir.How are you?
I'm well...how are you?
@@Codemycom I am also well Alhamdulillah
I went to school with a kid who was Jinja.
lol
can i get this tutorial's source code please
It's always linked in the pinned comment
HANDS UP!!!!
haha
@@Codemycom I JUST WANT TO CREATE AN IDE USING THE PYTHONS FLASK OR MAY BE USING THE DJANGO LIBRARY. THERE SHOULD BE AN SPECIAL FEATURE AND THAT SHOULD BE THE MULTI USERS LIVE COLLABORATION. PLEASE HELP ME TO CREATE AND COMPLETE THIS PROJECT. WAITING FOR YOUR REPLY.
CREATURE BLESS YOU.....
FORGIVE MY BAD EN.
@@elitecoder9246 multi user collaboration is available in atom and vscoode
@@HarikrishnanSrinivasan BUT I WANT TO MAKE A NOTEPAD WITH MULTI USER COLLABORATION IN PYTHON. CAN YOU PLEASE HELP ME?
@@elitecoder9246 that doesn't seem like something suited to flask or django...
im looking for this kind of video
Awesome
sir please teach my university professors
Ha!
I dont even know how this is not 32095984396 views already
Haha thanks! Tell your friends ;-)