What does HackerNews think of django?
The Web framework for perfectionists with deadlines.
Language:
Python
Django is an WebFramework, Meinheld is an WSGI Server framework.
https://github.com/django/django
https://github.com/mopemope/meinheld
So django meinheld is basically saying that i used Django served by meinheld in that benchmark.
GitHub says it's 97.1% python and doesn't list C.
https://github.com/django/django Django's codebase is a pleasure to read. The directory structure is intuitive to navigate, and test coverage is great.
Every time that I can't figure out how to do something with Django, I just read the code [1] and then everything is easy and clear.
Some of my favorites -
Elasticsearch - https://github.com/elastic/elasticsearch
Google's Guava - https://github.com/google/guava
Sourcegraph - https://github.com/sourcegraph/sourcegraph
Spectrum - https://github.com/withspectrum/spectrum
Django - https://github.com/django/django
Hard not to love Django and djangorestframework both have very readable code and great docs.