Top 102 most downloaded Django packages in 2020(viewflow.medium.com)
viewflow.medium.com
Top 102 most downloaded Django packages in 2020
https://viewflow.medium.com/top-102-most-downloaded-django-packages-in-2020-108f0cd372e7
5 comments
It does for sure miss some things. I love the simple queue library Huey. They have a Django module but it’s in the same package as their regular Huey code, so it wouldn’t show on this, but then again nobody knows how often that module is used. https://huey.readthedocs.io/en/latest/contrib.html#django
I was surprised by low popularity of celery alternatives
dramatiq- 342536 huey - 330942
only django-rq went to top 100
dramatiq- 342536 huey - 330942
only django-rq went to top 100
It’s probably not a good metric since Node/Express uses a more modular design but Express is downloaded more than 10 million times every WEEK.
https://www.npmjs.com/package/express
Does anyone know what would be a good metric to compare usage sizes of different frameworks?
https://www.npmjs.com/package/express
Does anyone know what would be a good metric to compare usage sizes of different frameworks?
How about - the number of mentions on sites like Reddit and Hacker News?
That would mean almost nobody uses Java these days...
A lot of those have to be builds in test pipelines, would be interesting to know what percentage, I’d guess > 90%
That would mean those packages are probably deployed somewhere. That would still count as an awesome number.
Amazing work. The idea of grouping similar packages together makes this post way better and more useful than any similar analysis I've seen.
The article really should have mentioned
https://djangopackages.org/
Most popular Django packages can be found there.
https://djangopackages.org/
Most popular Django packages can be found there.
How reliable is that? Are there any well-known packages that don’t contain literal “Django” in their package names?