Live data from Hacker News

What app framework do you recommend for data scientists?

news.ycombinator.com

1–3 of 3 posts

Re: What app framework do you recommend for data scientists?

#2
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