TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the difference in building website with Python vs .js?

1 pointsby amtsabout 3 years ago
I'd like to build a website in Python (using Flask or Django +embedded HTML&CSS), but was curious whether there are any things that Python can't perform and that different JavaScript frameworks can? Asking because I have multiple ad/tracker blockers installed in Mozilla like No-Script which block Javascipt, and it would be tiresome to test the site in such browser.

1 comment

richardjam73about 3 years ago
If your website uses no JS then Python&#x2F;Django is fine.<p>The point of JS is that it runs native in the browser and if your backend and frontend both use the same language it is easier to deal with.