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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Creating a web app in Python without knowledge of HTML/CSS/JavaScript

4 点作者 appveyor大约 4 年前

2 条评论

dang大约 4 年前
Reading material like tutorials can&#x27;t be Show HNs (see the rules at <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;showhn.html" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;showhn.html</a>), so we&#x27;ve taken that out of the title.<p>You could certainly repost the project itself as a Show HN, though, since <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25793143" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25793143</a> didn&#x27;t get attention. (See <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsfaq.html" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsfaq.html</a> about reposts.)<p>Check out the tips at <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22336638" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22336638</a>. In particular, if you repost it, you should add a comment to the thread giving the backstory of how you came to work on this, and explaining what&#x27;s different about it. That tends to seed discussion in a good direction. Good luck!
appveyor大约 4 年前
Hello HN!<p>This is a step-by-step tutorial on how to create a ToDo web app in Python using Pglet framework and share it on the internet:<p><a href="https:&#x2F;&#x2F;pglet.io&#x2F;docs&#x2F;tutorials&#x2F;python" rel="nofollow">https:&#x2F;&#x2F;pglet.io&#x2F;docs&#x2F;tutorials&#x2F;python</a><p>The app is a single-file console program of just 100 lines of Python code, yet it is a multi-session, modern single-page application with rich, responsive UI.<p>I&#x27;ve been developing Pglet framework for 6 months now and I feel it&#x27;s finally ready for building real apps.<p>Let me know what you think!