Flask or Django

preview_player
Показать описание

📣 Other Social:
Рекомендации по теме
Комментарии
Автор

Great that you went beyond the typical "django for this, flask for that, some of it is personal preference" by showing job listing and website examples for both etc. It's more than an answer for beginners, it's an answer for professional developers also.

irishRocker
Автор

I learned both Django and Flask, definitely love flask over Django cuz it's so easy to get started, set up database, everything.

helloworld
Автор

Super useful. Whenever you give specific examples in your videos, like you did with this one, things start clicking for me. 😊 Thank you.

BiancaAguglia
Автор

this video is ridiculously well put together, just jammed full of clout

henryhogge
Автор

Had same question in mind, and I choose Flask over Django. Because don't want to spend time on another big framework like JEE. But main advantage of flask is its style now followed by most of the new python async web frameworks ex. responder, sanic etc. So the next popular one may be a flask style one.

SSwadhin
Автор

After using both, Django all the way. I just keep making Django out of Flask by installing all this packages ( Sqlalchemy, flask-sqlalchemy, flask wtform, flask migrate). I can just use Django instead of installing this all this packges. Life's good.

kawsar
Автор

As a relatively new developer I kinda feel safer with django after doing a project on each of them. The built in admin and auth are so handy and using the django rest framework to build my first api was a breeze.

lardosian
Автор

I found Django very diffiucult for a begginer, so i moved on to flask, i find it way easier and newbir friendly to learn for a beggineer in web development like me, but eventually i will come back to django.

centurion
Автор

I think if your really into Web development as python developer.

It might be better to dive into one to try it out.

For me I still miss the project structure that is built into Django.

Which takes along time for me to structure my project in flask.

Unless you know the rough project structure you want in flask. It can be a pain to structure the project.

steelwolf
Автор

All I got to say is:


Why not learn both and use it to your satisfaction 🥳

ego_sum_liberi
Автор

Django is at the top right now due of its security and development speed. Flask is easy to start. However, for flask to get Django's place it has to become more secure than Django. Now, telling in terms of flask overcoming Django, if yes, and you already know Django it will be much easier to go back. Is kind of stop piloting from a C-130 hercules to a Cesna.

ProSimples
Автор

Great video! Thanks. I'm going to begin learning web development and this video was straight to the point.

CloudandZackst
Автор

Super helpful, I really like Django. I have not tried Flask.

HostDotPromo
Автор

I use flask to serve json data to my react web app. Django seems better for making a full featured web app if you make use of it for making the actual web pages. I don't use any of that since react is a web app and has its own framework. Nginx serves the react app directly. If you are using a front end web framework like react or angular what benefits does Django have besides authentication / encryption?

chre
Автор

At first i try flask, i can code a simple app pretty fast, and then i try django and fallen in love..

cepuofficial
Автор

Excellent overview! Thanks! Going ahead with Flask for my Proof-of-concept.

mirrormirage
Автор

netflix doesn't use flask for the front facing side of their infrastructure, flask is used deeper in their systems.. it's e.g. used for accounting/and suggestions etc.. based on what the user does. an internal api of sorts.. not publically reachable by clients.

mr_don_key
Автор

Django is unbelievably bloated and obtrusive. Flask is the model web framework for all languages in my opinion.

leaper
Автор

which is better for Machine learning model deployment

kachrooabhishek
Автор

Thanks for the video! I've chosen Flask as my projects are small for now

primorock