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: How popular is Python for web applications?

3 pointsby 3dfanover 5 years ago
Python has seen crazy growth over the last 5 years:<p>https:&#x2F;&#x2F;trends.google.com&#x2F;trends&#x2F;explore?date=all&amp;q=php,javascript,python,ruby<p>Is that because everyone and their dog are now writing AI software, or is it also widely used for other areas?<p>In particular, I would be interested how popular it is to write web applications in Python these days.

1 comment

jamil7over 5 years ago
Django is used widely for CRUD apps or any area you&#x27;d typically use Rails. Flask is also a popular option among developers and theres been a few new generation python microframeworks focused around ASGI popup in the last few years. I haven&#x27;t used it for years but my girlfriend uses it heavily for scientific computing and data science which is I&#x27;d say where a big chunk of it&#x27;s userbase is.