Creating a web app in Python without knowledge of HTML/CSS/JavaScript
pglet.ioReading material like tutorials can't be Show HNs (see the rules at https://news.ycombinator.com/showhn.html), so we've taken that out of the title.
You could certainly repost the project itself as a Show HN, though, since https://news.ycombinator.com/item?id=25793143 didn't get attention. (See https://news.ycombinator.com/newsfaq.html about reposts.)
Check out the tips at https://news.ycombinator.com/item?id=22336638. 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's different about it. That tends to seed discussion in a good direction. Good luck!
Hello HN!
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:
https://pglet.io/docs/tutorials/python
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.
I've been developing Pglet framework for 6 months now and I feel it's finally ready for building real apps.
Let me know what you think!