Hacker News new | ask | show | jobs
Ask HN: What would a Python-first web look like?
1 points by RS-232 8 days ago
The modern web is built on HTML, CSS, and JavaScript. Web browsers are essentially sandboxed JavaScript interpreters with rendering engines.

What do you think the web would look like if it were built from the ground up in Python?

1 comments

Web browsers are sandboxed document viewers with embedded Javascript engines.