TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is the shortest path to making web apps for a data engineer?

3 点作者 metabro超过 3 年前
This isn’t to get employed as a web developer but to have the ability to build something myself.<p>For context, I’m a data engineer working for big tech and know a lot of sql and enough python for my day job. But I’ve always wanted the ability of thinking of an idea and implementing it end to end.<p>What’s an efficient stack that I can use?

4 条评论

physicsguy超过 3 年前
Probably Django, and get it to serve pages rather than doing API + some frontend technology like React.
cpach超过 3 年前
You might want to have a look at Flask.<p>Here’s a good starting point: <a href="https:&#x2F;&#x2F;blog.miguelgrinberg.com&#x2F;post&#x2F;the-flask-mega-tutorial-part-i-hello-world" rel="nofollow">https:&#x2F;&#x2F;blog.miguelgrinberg.com&#x2F;post&#x2F;the-flask-mega-tutorial...</a>
0x008超过 3 年前
If you work with graphs I can wholeheartedly recommend plotly&#x2F;dash. It has a very intuitive API. And you can build a single page app dashboard with interactive graphs and buttons, sliders etc. in a few hours.<p>It is based on Flask.<p>If you just want API and no frontend, have a look at FastAPI.
aristofun超过 3 年前
Ruby on Rails