TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What app framework do you recommend for data scientists?

2 pointsby durraniu3 months ago
For someone with no/little experience with web development, what app making framework would you recommend? Shiny for python, FastHTML, Django, Flask, or something else? And why?

1 comment

casper29433 months ago
I've used flask/python for the backend of my app and it doesn't really seem to integrate well. I've used nodejs for some proxy servers and it seems to do a good job as a backend, I'd look into using node + standard npm packages e.g. express. However, take this with a grain of salt as this is just the opinion of a college student lol. Good luck