Flask Tutorial #6 - Blueprints and Views

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 10

  • @MagnusHelander
    @MagnusHelander 3 роки тому +4

    This must be one of the best tutorials on Flask Blueprints available - clean structure and very pedagogic. Thank you!

    • @tuxcodes
      @tuxcodes  3 роки тому +1

      Wow, thanks! If there are any other subjects you want to see covered like this, don't hesitate to ask!

  • @LoayAl-Said-ey2su
    @LoayAl-Said-ey2su 6 місяців тому

    Honestly<
    Thanks alot for your efforts and the clear explanation.
    It helped me a lot
    Thanks.
    Loay from Egypt

  • @snelledre
    @snelledre 3 роки тому +1

    The tutorials are very clean and understandable thumbs up

    • @tuxcodes
      @tuxcodes  3 роки тому

      Thank you! I am glad you are getting use out of them.

  • @kennethbass1915
    @kennethbass1915 2 роки тому

    Keep making content. This is really good.

  • @utshasaha5476
    @utshasaha5476 2 роки тому

    Thank you dude

  • @humbertoplinio7675
    @humbertoplinio7675 3 роки тому

    Great content! Thanks!

  • @__nicfit__
    @__nicfit__ 3 роки тому

    FYI: packages are defined by the presence of __init__.py, not modules. Also, this is not optional.

    • @tuxcodes
      @tuxcodes  3 роки тому

      Oops, I misspoke there! You are correct it is a package, not a module! As for it being optional, according to www.python.org/dev/peps/pep-0420/ it is now possible to use implicit namespaces without the __init__.py file starting in Python 3.3+.