(no title)
aaronjgreenberg | 10 years ago
He recommends the following Python projects for reading:
* Howdoi (https://github.com/gleitz/howdoi)
* Flask (https://github.com/mitsuhiko/flask)
* Werkzeug (https://github.com/mitsuhiko/werkzeug)
* Requests (https://github.com/kennethreitz/requests)
* Tablib (https://github.com/kennethreitz/tablib)
Hope that helps---good luck!
pdeuchler|10 years ago
knite|10 years ago
tallerholler|10 years ago
rectangletangle|10 years ago
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...
alexchamberlain|10 years ago
Whilst this wasn't a discussion on which framework is best (and I'm not a Web dev by trade either), I must say I turn to Flask, as I find the API more Pythonic.
I guess what I'm trying to say is that the Django source code is probably great, but the less heavyweight packages/frameworks the better. Learn Pythonic API design from somewhere else.
makmanalp|10 years ago
nekopa|10 years ago
Thank you for this resource, much appreciated!