Тёмный

Intro to Flask Blueprints 

Pretty Printed
Подписаться 96 тыс.
Просмотров 49 тыс.
50% 1

Опубликовано:

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 53   
@forethio7713
@forethio7713 2 года назад
Finally, I clearly understood about Blueprint, register_blueprint and url_prefix. Thanks a lot!.
@bryandimas4280
@bryandimas4280 4 года назад
I just learned something new in a couple of minutes easily that would’ve otherwise taken me sooo much more time and effort to dig into on my own. Priceless! Thank you very much for this! 🙏🏼
@miguelnuno928
@miguelnuno928 3 года назад
same
@benjaminmetivier11
@benjaminmetivier11 4 года назад
Once again, short, efficient and simple! Thank you for sharing your knowledge.
@rufiromang9682
@rufiromang9682 Год назад
Wow... Very simple explanation on Blueprint and easy to understand. You earn my respect and subscription
@parthsalat
@parthsalat 3 года назад
Thanks a lot! U saved me from a lot of pain!
@wallysonruan4246
@wallysonruan4246 Год назад
Thanks for posting it! Truly helped me understand Blueprints. Coming from a Java background, in which I used SpringBoot MVC, that was kinda easy to grasp, but you surely had your part in my understanding of this feature.
@HemantSahu-kj2qb
@HemantSahu-kj2qb 2 года назад
Thank you so much for all the content. This helped me a lot in learning flask
@imlautaro123
@imlautaro123 4 года назад
Excellent video, thank you. Greetings from Argentina!
@bithigh8301
@bithigh8301 2 года назад
Thanks, your presentation is so neat and clear.
@AbdulBasit-ib6by
@AbdulBasit-ib6by Год назад
Waoo. So precise and to the point information.
@pratikchavan4484
@pratikchavan4484 Год назад
Thanks for posting this! 🎉🎉
@yichengliu
@yichengliu 3 года назад
Simple and useful, thanks from Taiwan
@moayedmustafa9673
@moayedmustafa9673 4 года назад
Very clear! Thanks, man!
@raphaelmro
@raphaelmro 3 года назад
Quick and objective, thanks!
@radekjestrabik8507
@radekjestrabik8507 3 года назад
Great tutorial. Also thank you for the free course.
@tymothylim6550
@tymothylim6550 3 года назад
Thank you very much for this video! Wonderful video! :)
@dydufjfbfnddhbxnddj83
@dydufjfbfnddhbxnddj83 2 года назад
your code doesn't work now, it gives import error ```ImportError: attempted relative import with no known parent package```
@chrisgousset8673
@chrisgousset8673 2 года назад
Great video and super helpful, thank you!
@tomlightfoot6304
@tomlightfoot6304 Год назад
great video, thank you
@prettyprinted
@prettyprinted Год назад
You're welcome! Thanks for watching.
@tonix1993
@tonix1993 3 года назад
Thank you so much! Very precise!
@MusiCaninesTheMusicalDogs
@MusiCaninesTheMusicalDogs 4 года назад
Awesome! You rock, man!
@JimmyGelhaar
@JimmyGelhaar 2 года назад
Great job and great explanation!
@larskinder1138
@larskinder1138 4 года назад
Really well explained, thank you.
@yashsoni5437
@yashsoni5437 3 года назад
Thank you for this video!!
@tomvonheill
@tomvonheill 3 года назад
Absolutely amazing stuff
@techtak5948
@techtak5948 4 года назад
Excellent. Thank you
@M1L3Y
@M1L3Y 4 года назад
Great explanation. I can see how this can be handy for organising endpoints. Is it possible to lockdown the API Blueprint with some form of authentication?
@stentechy3346
@stentechy3346 2 года назад
You could use JWT
@legalcoffee5315
@legalcoffee5315 2 года назад
great vid - thanks!
@这啥呀这是
@这啥呀这是 3 года назад
Neat and helpful!
@alexandergdansk
@alexandergdansk 8 месяцев назад
Very interesting tutorial. This solution works for me, but only if I create an empty file called "__init__.py" in the root directory. Without this file, the application will not start.
@khai-chuongtrinh1429
@khai-chuongtrinh1429 4 года назад
if i make changes, it doesn't refresh the app like how it used to without Blueprints. Is there a way to change this?
@zant9739
@zant9739 2 года назад
Love your videos
@timelord404
@timelord404 3 года назад
That one dislike was from PHP developer
@Colstonewall
@Colstonewall 4 года назад
Excellent!
@gideonyeboahasante8886
@gideonyeboahasante8886 4 года назад
Thanks very much
@alperakbash
@alperakbash 4 года назад
thank you so much
@scottfoley4032
@scottfoley4032 2 года назад
question, i see that you can register 2 blue prints but its having trouble with three blueprints. how do register more than 2 blueprint without errors?
@elkindelgado3825
@elkindelgado3825 2 года назад
Al hacer flask run me da el error Error: Could not locate a Flask application. Use the 'flask --app' option, 'FLASK_APP' environment variable, or a 'wsgi.py' or 'app.py' file in the current directory. (no muestras) como evitar este error
@mounirdev9560
@mounirdev9560 3 года назад
thank you
@vishwamithra3390
@vishwamithra3390 3 года назад
hey, i'm unable to run the app, it says no main module found. please help.:(
@rhettsmedia
@rhettsmedia 4 года назад
What is flask Ron how are you running this
@naeemfrt
@naeemfrt 4 года назад
Would you please mention the name of VS Code theme?
@anoopgopal98
@anoopgopal98 3 года назад
Dark
@TheMsnitish
@TheMsnitish 4 года назад
Try this in api/views.py @api.route('/getdata') def getdata(): return jsonify({'key' : 'value'})
@Ovicron
@Ovicron 4 года назад
👍👍👍👍👍👍👍👍
@dmbrv
@dmbrv 4 года назад
nice :)
@DineshPMDaishee
@DineshPMDaishee Год назад
Your volume is very very low
@naheliegend5222
@naheliegend5222 3 года назад
i don't get it... u lost me after 1 min
Далее
How to Use Flask-SQLAlchemy With Flask Blueprints
20:10
Тренд Котик по очереди
00:10
Просмотров 317 тыс.
POLI и Маша - Сигма бой
00:20
Просмотров 154 тыс.
Intro to Flask-Caching
13:15
Просмотров 22 тыс.
Intro to Flask-Security
22:49
Просмотров 39 тыс.
Flask Blueprints Make Your Apps Modular & Professional
13:33
Pydantic Tutorial • Solving Python's Biggest Problem
11:07
Intro to Flask-Login
16:54
Просмотров 77 тыс.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Просмотров 198 тыс.
Dynamic Websites With Jinja2 - Python and Flask #2
14:54
Тренд Котик по очереди
00:10
Просмотров 317 тыс.