Flask VS Django for Python Websites

Поделиться
HTML-код
  • Опубликовано: 22 сен 2024
  • Flask and Django are the two most popular Python web frameworks, which allow Python to be used to build websites on its own. Both have unique uses, so when should you use Flask, and when should you use Django? We'll explore that topic in today's video.
    🔗 Resources
    Flask Documentation: flask.palletsp...
    Django Documentation: docs.djangopro...
    #coding #compsci #flask #django #pythonprogramming

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

  • @bamers404
    @bamers404 25 дней назад

    simple and easy to understand

  • @gurudatt-shahane
    @gurudatt-shahane 2 года назад +1

    Amazing and intuitive explaination, Can you please make videos on coding problem solving techniques for FAANG companies

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

      Already filmed! I’ll be editing it this week and uploading it in a few days. Today I have a video coming out called “7 Most Important Data Structures Explained SIMPLY”, which you should watch if you’re trying to learn how to solve technical problems for FAANG! :)

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

    Can you please make a separate Video on a Project Like PDF to Audio Converter in Django python Step By Step, in Which We Can also Convert the Audio Language of the Converted File.

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

      Yes 100%! So you’d like to see a project where a PDF is turned into an audio file based on the text of the PDF? And then from there you can change it’s language? Just want to clarify so I understand!

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

      @@Codebagel yes, I Exactly want that Bro,, I am waiting BRo ,,, Can You Give Your Contact Number, I Created The Same project But HAving SOme Errors ,,, Will You Please

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

      @@Codebagel yes like this

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

    Is it okay to start with it even if I dont have any of html and css and javascript?

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

      Sorry for the late reply. You need to be able to write HTML and CSS in order to be able to build any websites. Once you’ve learned those, then you can learn Flask or Django. JavaScript is not necessary.

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

    Thank you

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

    I didn’t get the single application vs multiple applications distinction.

    • @alexdeathway
      @alexdeathway 4 месяца назад

      Like in flask you can have application for example blog and build features around it but in django you can have blog, user management, subscription all as different web apps.
      Flask approach feels more monolithic while django separate project in apps

  • @-parrrate
    @-parrrate 2 года назад

    aiohttp is ultimate; flask/django introduce additional complexity due to wsgi protocol;

  • @aninditabatra3810
    @aninditabatra3810 8 месяцев назад

    great video