Creating a Simple Python Web Application With Flask and Testing Locally

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

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

  • @ilyashussainahmedi8770
    @ilyashussainahmedi8770 2 года назад +8

    Thank you! This is what I was exactly looking for. 🤗

  • @chagbertmoney
    @chagbertmoney 8 месяцев назад +1

    This video has helped me create my 1st Flask web-app: thank you very much. The title and intro - though - said we will deploy our already existing py script/s into the web-app: I do not see a followon video to that - please redirect me.. this vids ends at the Google App Engine.

  • @partyplaylistsbyyash7540
    @partyplaylistsbyyash7540 11 месяцев назад

    Superb explaination , Really worth it

  • @cobolt8587
    @cobolt8587 11 месяцев назад

    I haven't even finished the video and I already know this gon' help me, now i can finally start on that ai project I've been wanting to share to people!

    • @ruchitkmeme4441
      @ruchitkmeme4441 9 месяцев назад +1

      Nice! tell me what Is this project about

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

      stuf hapend and im on my worst streak so far, did not get that project even 1/8 done due to school implications, but my project was making an a.i. that learns from its users and is basically like a robot infant@@ruchitkmeme4441

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

    Great stuff

  • @techienoor
    @techienoor 2 года назад

    Pefect so explanative video, learn a lot in short span of time thanks for amazing contents

  • @dorerocharlesjazony.9667
    @dorerocharlesjazony.9667 Год назад

    Thank you so much!

  • @edoardo7495
    @edoardo7495 2 года назад +1

    how can I set up the virtual environment if using anaconda? it is not working

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

    does he read from a text? sounds a bit robotic.

  • @rishiraj2548
    @rishiraj2548 2 года назад

    👍

  • @txumaknows
    @txumaknows 2 года назад +16

    def thanks():
    return 'thank you! ' * 3
    print(thanks())