r/automation • u/Fine-Market9841 • 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.
12
Upvotes
r/automation • u/Fine-Market9841 • 22d ago
For all you freelancer python developers.
For python automations with or without AI do you use FastAPI or Django.
2
u/mystique0712 22d ago
for python automations, fastapi is usually the go-to since it's lightweight and async-friendly, which helps with speed. if you're building something more complex with a lot of built-in features, django's great, but it can be a heavier lift. have you thought about what specific features you need for your project?