Well pyramid scales down very easily. If you just ignore the stuff you
don't need you will get very far in using it as a minimalist framework.
Pyramid at its lowest levels simply dictates the use of webob's
request/response objects and a particular routing mechanism to get urls to
code (url dispatch or traversal). There are several simple tutorials on
pyramid showcasing some of its features.

http://docs.pylonsproject.org/projects/pyramid_tutorials/en/latest/


On Thu, Jul 25, 2013 at 3:41 PM, <ziyuan....@gmail.com> wrote:

> Hi all,
>
>      I just dove into the world of web development after completion
> various tutorials on googleappengine. My concern is
> that I am a bit overwhelmed by all the high level/intermediate
> functionalities provided by pylons/pyramids. Are there tutorials
> or cookbooks out there just providing info on using pylons or pyramids on
> a lower level? (I like to handle my own cookies/authentications)?
> Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pylons-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to pylons-devel@googlegroups.com.
> Visit this group at http://groups.google.com/group/pylons-devel.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-devel+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to