There are too many frames:
Http://wiki.python.org/moin/WebFramew ...
Almost every one has its own characteristics, according to the requirements of the framework of the idea is correct, but a comprehensive comparison, there is a way of mastery?
How many people will be (or proficient) in many kinds of frameworks? Does this have to be an exercise to achieve?
PHP Framework is also more, a problem; Ruby is less and better.
Reply content:
There are too many frames:
Http://wiki.python.org/moin/WebFramew ...
Almost every one has its own characteristics, according to the requirements of the framework of the idea is correct, but a comprehensive comparison, there is a way of mastery?
How many people will be (or proficient) in many kinds of frameworks? Does this have to be an exercise to achieve?
PHP Framework is also more, a problem; Ruby is less and better.
Web Framework Learning List http://lutaf.com/148.htm
How to define a URL route
How to organize the request handler function
How to deploy apps in the department
How to access the database (ORM-enabled?)
How to use the template system
Beginner's words, recommend @limodou uliweb http://limodou.github.io/uliweb-doc/i ...
You can ask @limodou Uliweb related technical questions in ULIWEBQQ group, he is happy to answer. :-)
http://uliweb.clkg.org/tutorial/read/...
The framework is basically comprehend by analogy.
When I went directly to Django, I found that there were a lot of things to configure that often went wrong.
Then I chose to start with a simple flask, and slowly grow it. Now look back at Django and find it much simpler.
So, I am advocating from the simple to start.
LZ I spelled out yesterday, you look under: Https://gitcafe.com/shiweifu/hiweb
- Template support
- Using adorners for URL routing
- Support Cookies
Just a thin layer on the WSGI, and the code is well understood.
Recommend you two learning resources: http://lucumr.pocoo.org/2007/5/21/getting-started-with-wsgi/http://lukearno.com/projects/
Have some understanding of the Web server/cgi, and then look at Pep 333.