Make a Website with Flask FAST

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

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

  • @mordedordelapis
    @mordedordelapis Месяц назад

    I can't tell you how happy I am with this video. The explanation is clear and very easy to understand. Straight to the point. Cheers!

    • @jakeeh
      @jakeeh  Месяц назад

      Happy you’re enjoying it!

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

    thank you, your explanation is very clear. I'm excited for this flask series.

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

      So happy you’re enjoying it!

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

    gotta love flask for simple sites!

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

      Absolutely! Surprisingly flask isn’t limited to just simple stuff, it’s can work for some larger things too :) although it’s almost certainly not vanilla flask in those cases :)

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

    waiting for your next video

    • @jakeeh
      @jakeeh  3 месяца назад +1

      Thanks! It should be coming out this weekend :)

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

    please make a video with node.js too, i heard that it is very good on websites, especially if u want to include javascript in it

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

      Awesome! I’ll look into making a basic one at some point :)

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

    You can make it even faster with pretty much any other programming language than Python.

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

      And yet python is good enough for 99.999% of use cases. Hate to break it to you but your little portfolio site with 3 monthly users doesn't warrant much more ❤

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

      Oh! I don’t mean fast as in processing speed, just that it’s relatively simple to create an HTTP server