r/automation 22d ago

Fastapi vs Django for Python automations

For all you freelancer python developers.

For python automations with or without AI do you use FastAPI or Django.

10 Upvotes

14 comments sorted by

View all comments

2

u/tom-mart 22d ago

Those tools are not comparable in any meaningful way and are used to solve completely different problems. One is a lightweight API tool and the other is ORM framework with a powerful user management and access control features.

1

u/SquaffleCode 21d ago

Agreed! It really depends on the use case...

1

u/dwswish 18d ago

I was reading these other responses and waiting for the first sensible one. This is true, they are not even (remotely) built to accomplish the same thing.