Sending Email with Python (Flask)
6:53
Flask (Python) - How to enable CORS
1:01
Пікірлер
@madhusudansinghkush
@madhusudansinghkush 15 күн бұрын
Great video, very well explained
@abnerrodrigues212
@abnerrodrigues212 21 күн бұрын
Awesome video bro, simple and straightforward!!!!! way to go
@prayushgiri6515
@prayushgiri6515 Ай бұрын
Thank you for not wasting any time!
@amnahussin674
@amnahussin674 2 ай бұрын
Thank you, it`s very useful and clear
@rodrigocardoso126
@rodrigocardoso126 3 ай бұрын
I need help
@aiarcadecode
@aiarcadecode 4 ай бұрын
Short, sweet and to the point. Thank you ~
@maurinoferreira6184
@maurinoferreira6184 5 ай бұрын
How isn't possible leave more than one like on this awsome video ?
@mohdanas8027
@mohdanas8027 5 ай бұрын
How can open all ciuntry supported method like amazone ,google pay apple pay etc?
@tarvel8944
@tarvel8944 5 ай бұрын
What if I'm uploading multiple images, how so I save them to the database?
@vaibhavbnagrale8578
@vaibhavbnagrale8578 5 ай бұрын
Perfect video less code and woks totally fine.
@treyarkmedia6752
@treyarkmedia6752 6 ай бұрын
I like that you left in the troubleshooting. Great video, it was very helpful for me
@gamingtitan0
@gamingtitan0 6 ай бұрын
Your video eas not helpful at all next time increase the font of your editor
@bigbadcatbigbcy2933
@bigbadcatbigbcy2933 7 ай бұрын
good video
@bigbadcatbigbcy2933
@bigbadcatbigbcy2933 7 ай бұрын
how do we open portal like you do?
@josephgreene4561
@josephgreene4561 7 ай бұрын
Great video! My only feedback is "ctrl + +"
@richardogujawa-oldaccount1336
@richardogujawa-oldaccount1336 8 ай бұрын
Thanks for this Vuka! Learned a lot. Another way to do it is by storying the config key-value pairs in a dictionary, and accessing it that way. So that instead of doing os.getenv('API_Key') you could store the environment variables in a dictionary called cfg or config and then access them as cfg['API_Key'] or config['API_Key']
@magickomchanell4556
@magickomchanell4556 8 ай бұрын
Before recording, I suggest increasing your vscode font to 17-20, it will really help us, thank you
@deejae_music
@deejae_music 8 ай бұрын
Can i use the code on my existing database?
@penguin0123
@penguin0123 8 ай бұрын
Hi @Vuka and buddies. When I try Login route I got this --> Access blocked: This app’s request is invalid Error 400: redirect_uri_mismatch Please help
@GeoForce9600
@GeoForce9600 9 ай бұрын
Simple and concise. Thank you!
@bilawalhussain7777
@bilawalhussain7777 9 ай бұрын
How to resolve No signature match error
@_newcodes
@_newcodes 8 ай бұрын
Managed to solve?
@laalaaala
@laalaaala 9 ай бұрын
it is possible this to use for pern stack?
@tariksagbas66
@tariksagbas66 10 ай бұрын
This is an amazing tutorial, someone really had to put this out. Very clear explanation. Thanks so much
@kevon217
@kevon217 10 ай бұрын
Great tutorial, thanks
@ShaneBoiGaming
@ShaneBoiGaming 10 ай бұрын
I like the console group chart!
@BeforeItBegins
@BeforeItBegins 10 ай бұрын
Thank you very much
@manigupta7639
@manigupta7639 10 ай бұрын
Thanks a ton.. I was struggling since two days to implement the google OAuth.. your video helped me to implement it in an hour..
@KeiAKWs
@KeiAKWs 10 ай бұрын
Spent the whole day today to follow a 2 hours turorial on a web-socket-application and it didn't work, and I could't find the bug. And it felt like I didn't even understand what exactly I was coding on each line. This helped me capture it better. Thank you.
@teclote
@teclote 10 ай бұрын
Wow, So easy, works great. I was looking all over for this, couldn't find it in Stackoverflow. Thank you.
@portfedh
@portfedh 11 ай бұрын
Hi! Once the payment if proccessed succesfully, does the response include some sort of ID that can trace the payment? I would like to use the confirmation to create an access code for the client to have access to an event.
@jensvandenberghe3762
@jensvandenberghe3762 11 ай бұрын
I've have been looking for an explanation on how to use websockets for 5 hours. I've been losing my mind about the amount of unclear explanations there were. You just saved my day and also my sanity. Thank you
@muneebwaqas400
@muneebwaqas400 11 ай бұрын
But the error is still there
@wavyboyjodii
@wavyboyjodii Жыл бұрын
thanks for not wasting my time or anybody else's. Knowledge gained
@altumpax9382
@altumpax9382 Жыл бұрын
Why was I trying to listen to that song in the background ///\\\
@alexeytichakov2078
@alexeytichakov2078 Жыл бұрын
just information , widhaut water. Thanks 🤠
@younesszgr3162
@younesszgr3162 Жыл бұрын
thank you man ~_~
@theajaypraj5338
@theajaypraj5338 Жыл бұрын
Missing "jwks_uri" in metadata /?
@mfAdvice
@mfAdvice Жыл бұрын
Sir my websocket url require authentication how to connect. Please share some code or video
@AndersonLenz
@AndersonLenz Жыл бұрын
Thank you!
@vanivnair786
@vanivnair786 Жыл бұрын
Right on point, thanks for making the video!
@SachinABS
@SachinABS Жыл бұрын
very clear explanation.
@tathagat9586
@tathagat9586 Жыл бұрын
Thank you, great work. It's very helpful
@edwardcerverizzo7363
@edwardcerverizzo7363 Жыл бұрын
The best tutorial I've ever seen. Thank you!
@sheksbear
@sheksbear Жыл бұрын
Thank you this is precise and simple
@johngorman8020
@johngorman8020 Жыл бұрын
Thanks for this!
@AjayKumar-pl5st
@AjayKumar-pl5st Жыл бұрын
i tried the same code but in client side instead of showing hello from client1 its showing blob{size:19 type:" "} if u know how to solve the issue kindly let me know
@matiasbellini805
@matiasbellini805 Жыл бұрын
love it, thanks a lot man!
@codewithtalha6270
@codewithtalha6270 Жыл бұрын
All good but please do zoom your screen because some users has eyesight issues they do not see this small screen!
@anindyabhattacharya4878
@anindyabhattacharya4878 Жыл бұрын
I am getting error invalid client. I try using flask_oauth library with same creds, I get success. But with authlib I am getting invalid client exception in authorize_access_token method. Need help. Thanks in advance
@ramadanmusa3116
@ramadanmusa3116 Жыл бұрын
hello friend..i get the error when running a node index.js file const wss = new WebSocket.Server({ server:server }); ^ TypeError: WebSocket.Server is not a constructor