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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's the easiest way to create a webapp to showcase my work?

1 点作者 factorymoo超过 1 年前
Hi Hacker News,<p>I&#x27;m a data scientist and I&#x27;m working on a side project. I think it has potential and want to start showing it to the world and have people interact with it.<p>What&#x27;s the easiest way to do this?<p>If it was a &quot;static&quot; website where I&#x27;m just showing screenshots, I would spin up a wordpress or squarespace.<p>But I want this more dynamic. I want people to be able to upload PDFs, have my models process them, and have the results appear on the website.<p>Is there an &quot;easy&quot; way to do this? My tech skills stop at Python though I&#x27;m happy to pick up new skills. Ideally though, I don&#x27;t want the creation of the website to take longer&#x2F;more effort than the core project.

2 条评论

MattGaiser超过 1 年前
You can get pretty far just with Python with Django. No need for an SPA and there are lots of libraries to make the file upload and such pretty painless.
bitfhacker超过 1 年前
Streamlit