Тёмный

FastAPI vs Django - The Ultimate Showdown! (Detailed Comparison) 

Eric Roby
Подписаться 7 тыс.
Просмотров 4,4 тыс.
50% 1

FastAPI and Django are two major Python frameworks for building your products. But the big question remains: which one is BEST for YOU?
Want free repositories? www.codingwithroby.com/freebies
🎥 React + FastAPI: • How to build a React +...
🎥 AWS Lambda + FastAPI: • Deploy FastAPI on AWS ...
🎥 MongoDB + FastAPI: • Unlocking the Power of...
🎥 MySQL + FastAPI: • How to build a FastAPI...
🎥 PostgreSQL + FastAPI: • How to build a FastAPI...
🎓 Courses can be found:
FastAPI Beginner & Advanced: www.udemy.com/course/fastapi-...
Learn Chatbot Development: www.udemy.com/course/the-comp...
👨‍💻 Hi, I am Eric!👨‍💻
Hey! I’m a seasoned developer and Cloud enthusiast. I love sharing my knowledge and helping others to discover the exciting world of programming and cloud technologies. For more tutorials, tips, and tech magic, don’t forget to hit that subscribe button and ring the bell for notifications!
🙏 Support The Channel 🙏
If you found this tutorial helpful, please give it a thumbs up 👍, comment, and share it with your network 🌍
#fastapi #django #python

Опубликовано:

 

20 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@iamAliAhad
@iamAliAhad 11 дней назад
Django just has a lot more built in. User authentication, an ORM (Best ORM than any other Framework even ROR, Laravel or others) the admin panel and a whole lot more. You have to do it in FastAPI manually! You can use FastAPI in Django, Yes Its possible. There have also FastAPI like feature in Django called Django ninja! Django calls itself the framework for people with deadlines and it is true. It works, has a ton of support and flexibility. The actual choice is usually fastAPI vs flask as they are more comparable.
@coff3andprograming
@coff3andprograming 11 дней назад
If the requirements are well defined or you are a freelancer at the right time, Django is the best Python framework, but when the requirements are very changing, Django becomes a huge headache.
@iamAliAhad
@iamAliAhad 11 дней назад
@@coff3andprograming "but when the requirements are very changing, Django becomes a huge headache." That's not true. Sounds like skill issue, Mate.
@codingwithroby
@codingwithroby 11 дней назад
I did the video for those who may not know the difference between the two. I enjoy FastAPI more but everyone has their preferences!
@aashayamballi
@aashayamballi 10 дней назад
yep the fastapi comparison should be with flask
@ifeanyinneji7704
@ifeanyinneji7704 5 дней назад
​@@iamAliAhadYep it's a skill issue. You can modify your Django project to fit any use case.
@francosbenitez
@francosbenitez 11 дней назад
So clear! Very detailed comparison. I am trying to learn FastAPI in my free time while working with Django in my full-time job.
@codingwithroby
@codingwithroby 11 дней назад
I know someone who made a really awesome course about FastAPI if you want to check it out 😉 (link in bio)
@codernerd7076
@codernerd7076 11 дней назад
Looking for a fast API with Next.js tutorial
@codingwithroby
@codingwithroby 11 дней назад
Any project ideas?
@codernerd7076
@codernerd7076 11 дней назад
@codingwithroby Maybe a laundry pickup/delivery service, something down to earth that could be a real-world app, no AI, stuff or unnecessary 3rd party seevices 🤔
@princereyes5400
@princereyes5400 9 дней назад
@@codingwithroby ecommerce since that is the booming market nowadays
@shedrachugochukwu6245
@shedrachugochukwu6245 11 дней назад
Thanks a lot, Eric. pardon me I have been trying to deploy a fast API app on Cpanel, but it's not working. Can you please make a video of it?
@codingwithroby
@codingwithroby 11 дней назад
I’ll add it to the backlog of videos I am currently making for RU-vid 🙂
@riyansh3396
@riyansh3396 11 дней назад
What matters is how many companies specially in your country is using Django and Fastapi, at the we all want coding jobs
@codingwithroby
@codingwithroby 11 дней назад
Fair, but I’m not sure if it’s 100% accurate. The more popular one could also be more saturated
@skewty
@skewty 9 дней назад
Loved Sanic, then FastAPI after struggling to change the way some lower level Django pieces. Then we struggled with FastAPI, moved to Litestar and have found their development team more responsive. Also, appreciate that Litestar has more features and doesn't couple Starlette and Pydantic. (Love Pydantic though)
@codingwithroby
@codingwithroby 8 дней назад
Ahh interesting, thanks for sharing!
@chakratejaboppana6716
@chakratejaboppana6716 9 дней назад
Hi Roby, I'm currently in the middle of your FastAPI course on Udemy, and I'm loving it! The content is clear and incredibly well-structured. Thanks for such a great resource!
@codingwithroby
@codingwithroby 8 дней назад
Glad you enjoy it! ❤️
@efbYouTube
@efbYouTube 11 дней назад
TY!! curious to hear what u think of reflex (form pynecone)
@codingwithroby
@codingwithroby 11 дней назад
I have never actually used reflex - I'll take a look and see if it something I should make a video on 🙂
@coff3andprograming
@coff3andprograming 11 дней назад
A slightly better comparison would have been between django rest framework and FastAPI, personally I develop with both APIS and they are very good options when creating a project, if it is completely web and the application is very well thought out from start to finish I think that django rest framework has a great advantage because of the MVP pattern, its entire ecosystem and that by following the philosophy you do not repeat yourself, you already have to do quite a few things, now if the requirements are very changing or it is a product that has Viewing FastAPI data has the great advantage of being able to make modifications without breaking the code, in addition to being asynchronous and quite fast, I would not recommend using Flask for any project.
@codingwithroby
@codingwithroby 11 дней назад
Maybe an upcoming video: FastAPI vs Flask vs Django Rest.. thoughts?
@mohammedajmal5009
@mohammedajmal5009 11 дней назад
clean and understandable.👍
@codingwithroby
@codingwithroby 11 дней назад
Yay! Glad you enjoyed it 🙂
@inno4953
@inno4953 6 дней назад
How can you compare Django with FastAPI and not FastAPI vs DRF?
@codingwithroby
@codingwithroby 6 дней назад
I gave the people what they want haha - DRF vs FastAPI will be coming.
@user-sg7pp7bv4l
@user-sg7pp7bv4l 11 дней назад
It's a really great, clear and concise comparison of fastapi and Django
@codingwithroby
@codingwithroby 11 дней назад
Thank you so much, hopefully you were able to learn something!
@user-sg7pp7bv4l
@user-sg7pp7bv4l 11 дней назад
Yes bro, I learned fastapi through your videos and created a full stack project for the final year college project..! I got help from your 51 minute fastapi and react tutorial
@user-sg7pp7bv4l
@user-sg7pp7bv4l 11 дней назад
I watch your videos regularly to learn fastapi in depth..!
@codingwithroby
@codingwithroby 11 дней назад
This makes me so freaking happy and pumped - let’s goooooo!
@joeuuk
@joeuuk 7 дней назад
why are you wearing your t-shirt inside out?
@codingwithroby
@codingwithroby 7 дней назад
HAHA - I was waiting for someone to mention that. 1. It is kind of funny. 2. It had a logo I didn't want shown
@riyansh3396
@riyansh3396 11 дней назад
Problem with fastapi is Migrations
@codingwithroby
@codingwithroby 11 дней назад
Alembic solves this issue
Далее
How Big Tech Ships Code to Production
0:59
Просмотров 281 тыс.
치토스로 체감되는 요즘 물가
00:16
Просмотров 4,2 млн
ИСЧЕЗНОВЕНИЕ МОНЕТЫ (секрет)
00:46
COMPUTER SCIENCE explained in 17 Minutes
16:49
Просмотров 614 тыс.
Never install locally
5:45
Просмотров 1,7 млн
Python Django Web Framework - Full Course for Beginners
3:45:41
Netflix Tech Stack
0:53
Просмотров 300 тыс.
치토스로 체감되는 요즘 물가
00:16
Просмотров 4,2 млн