|
|
|
|
|
by rectangletangle
3994 days ago
|
|
Django's source is very high quality. Though due to the large scope of the project, there are necessarily many layers of indirection, which may be a bit daunting for someone who is just starting out. However reading the less abstract parts may help. For instance, the paginator is pretty self contained.
https://github.com/django/django/blob/master/django/core/pag... |
|
I prefer sklearn like https://github.com/scikit-learn/scikit-learn/blob/master/skl...
A lot of code that does a lot.
Bottle is nice on the web dev front.
https://github.com/bottlepy/bottle/blob/master/bottle.py