Flask Blueprints Make Your Apps Modular & Professional

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Today we learn about Flask blueprints and how they make your applications more modular.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine...
    💻 The Algorithm Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/

Комментарии • 33

  • @Nueve-w3d
    @Nueve-w3d Месяц назад

    Thnks you just save me from 2 weeks debugging why my apps wasnt recognise and with making it my source folder it worked thanks man.

  • @mxie360
    @mxie360 Год назад +6

    This tutorial is pretty good, but I wished it also told us that you can do nested blueprints.
    In a new flask update, you can put a blueprint inside another blueprint.
    Which can make coding even more modular.

    • @pietheijn-vo1gt
      @pietheijn-vo1gt Год назад

      can you give an example of when that would be useful? also do you know why this functionality is called a blueprint? It doesn't seem to have any relation to what I would call a blueprint.

    • @mxie360
      @mxie360 Год назад +3

      @@pietheijn-vo1gt blueprints in flask is to make everything more modular. You absolutely can do everything in one class/file, but then you are adding a lot of tech debt and it will be harder to add more and more features. With blueprints you are paying for the tech debt now, so you can add features quickly later.
      Its called a blueprint because the flask api uses your blueprint to build the parts of the app for you.

  • @averageengineeer
    @averageengineeer 2 месяца назад

    Concise and simple , thanks

  • @kuantize
    @kuantize 11 месяцев назад +1

    There are a few slight improvements but generally the tutorial is straight to the point without any fluff. Very useful.

  • @ernestessien2388
    @ernestessien2388 3 месяца назад

    a very helpful tutorial. Thanks very much :)

  • @pietheijn-vo1gt
    @pietheijn-vo1gt Год назад +3

    Great video. I am really puzzled as to why they call this a blueprint? It doesn't seem to have anything to do with blueprints.

    • @justasydefix6251
      @justasydefix6251 11 месяцев назад +1

      I dont even know why it is called Flask. Flask doesnt make any sense in web development but a name is a name

  • @coderfolder
    @coderfolder Год назад +1

    Nice tutorial, thank you so much! Brilliant explanation, keep it up

  • @Ryguy12543
    @Ryguy12543 9 месяцев назад

    I'd love more flask content.

  • @alexandergdansk
    @alexandergdansk 7 месяцев назад

    Wow, bro! Super tutorial!
    Thanx a lot!!! 🤩

  • @etutionlk
    @etutionlk Год назад

    Great tutorial bro. I learned about blueprints

  • @user-rg8wb7vs6i
    @user-rg8wb7vs6i 10 дней назад

    спасибо

  • @HospitalerSt
    @HospitalerSt Год назад

    Awesome, simple and easy to understand. Could you do a video about config files? There few approaches to how to do it in flask. I'm curious about your preferences.

  • @user-ez6dn5do9p
    @user-ez6dn5do9p 3 месяца назад

    Thanks Man

  • @budivoogt491
    @budivoogt491 Год назад

    Great tutorial. At the 10:30 step once I run the program again, the URL endpoint for the site doesn't load anymore and I get a notification it's running debugger. Any idea what's going wrong or how to resolve? Rerunning doesn't solve the issue for me and I can't access the site anymore. Thanks!

  • @wernerventer5044
    @wernerventer5044 Год назад +1

    Great video, how does one however share global variables between blueprints

  • @DeveloperTawfik
    @DeveloperTawfik 20 дней назад

    ♥️

  • @joelboardgamerpger5393
    @joelboardgamerpger5393 3 месяца назад

    he was wondering why you have folders HW -> templates -> HW? wouldnt it have been enough just to do HW->templates?

  • @leonlee9518
    @leonlee9518 Год назад

    Thanks

  • @alphabeta-b6n
    @alphabeta-b6n 5 дней назад

    why 2 helloworld, you said that it was in the first helloworld !!?

  • @user-jt4un1dh3c
    @user-jt4un1dh3c 2 месяца назад

    this guy the goat lol

  • @xjpfxei
    @xjpfxei Год назад

    Will this work with POST request?

  • @nobody-dy6ld
    @nobody-dy6ld Год назад

    tnx

  • @syedhuzaifa2106
    @syedhuzaifa2106 6 месяцев назад

    what the ide u are using for python projects.

  • @atillaalagoz4100
    @atillaalagoz4100 7 месяцев назад

    🍀

  • @tcgvsocg1458
    @tcgvsocg1458 Год назад

    what is going on? thx for the video

  • @wierdpig1056
    @wierdpig1056 Год назад

    supper

  • @ezranYT
    @ezranYT Год назад

    does he reply

  • @andreiarseni362
    @andreiarseni362 Год назад +2

    First