Man, your videos are better than paid online courses. would be happy if you could prepare data science tutorials...
Around 48:00 when he is talking about using the multi-select functionality he never tells you how to do this. For those that didn't know it existed you select the first instance of the word you want to replace (double click the word to select it quickly) then use the key combination CTRL-D which will select the closest next instance of the same word you have selected. Keep hitting CTRL-D until you have all the ones you want to replace selected. Then you can just type in your change and all selected words will get what you type in.
IF YOU HAVE A PROBLEM RUNNING IT AT 22:18 LIKE I DID, READ THIS! I kept getting the message "Exception: Install 'email_validator' for email validation support." To fix this, just run "pip install email-validator" in your terminal. That should fix it.
36:04 If you're using PyCharm, Select all occurrences like: 1) Set multiple cursors in the editor area: Alt + Mouse Click (Option + Mouse Click for Mac OS X). ... 2) Select/unselect the next occurrence: Alt + J/Shift + Alt +J (Ctrl + G / Shift + Ctrl +G for Mac OS X) 3) Select all occurrences: Shift + Ctrl + Alt + J (Ctrl + Cmd + G for Mac OS X)
If you don't see the validation in the browser (for example if you don't see the "This field is required." message) then: 1. Make sure you included "novalidate" attribute on line 4 from register.html so should be <form method="POST" action="" novalidate> 2. Make sure you typed "for error" and not "for errors" as I did. Took me 20 minutes to realize but now the form validation works correctly.
I'm learning data science and found your post in Youtube for basic Python.. now I'm going through all of them... it's like watching a new English TV series.. don't have control to stop watching the next one.. All the best..
Love your accent, sounds like a soft southern accent. Your content is fantastic.
Flask has changed so much since Corey released this 3 years ago. An update would be stellar!
Fantastic tutorial. Had been reading articles all day, but nothing clicked until I found this series.
When started this tutorial my first thought was 'Wow, this guy is talking so fast, I won't be able to make it' but now I feel I understood everything you said and it all makes sense. Thank you
I love how you are showing how to include bootstrap classes into the form. I also like how you showed how to customize the errors. Looking forward to completing this flask series.
another good video - btw following along, I relaized at around 20:00 that you do need to pip install email_validator - I may have missed that instruction in the earlier part of the video
Im learning in my own pace, and take note I am only at my 3rd day and I was able to deploy to a web server. your tutorials are very good than the ones i purchased from Udemy.
He explained everything in this course so well, so nicely & clearly. Really worth giving time to this playlist and learning so many stuffs in a simple procedure
How many websites exist because of this channel? Gazillions. I'm so mad at youtube for not suggesting this channel to me sooner. Bad yt, bad. Corey presents everything I need in a clear, organized, easy to follow and understand format. Thank you Corey 🙏
Clear voice, easy explanation, and great content ... keep going, man!
Man, that little trick you did where you added extra cursors to every instance of "dir" that should've been "div" and edited them all at once...so elegant. Love the videos!
Great Video. I would like to add a little snippet that allows you to close the Flash Message. <div class="alert-dismissible fade show alert alert-{{ category }}" role="alert"> {{ message }} <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> This snippet fits in the layout page
I have been up hill and down dale searching resources to get me started with Python/Flask/Web. I just want to say thank you, because what you are presenting here is the best I have found.
@1cannon3