Well, I'm trying to put together some notes with our application and 
should be pretty basic - I'm not that fluent in SQLAlchemy and find 
their docs a bit limited though there should be lots of tutorial blogs 
on it - but sometimes it's more how it coordinates with Werkzeug and 
Jinja.    The advantage of open source is that we can all contribute 
either here, on blogs, or python user group presentations, or on the 
wiki.    I would also recommend downloading the Shorty source code - I 
found some things in the source that which filled in some holes with the 
tutorial.   I've got it working with CSS and jinja, but just not 
handling the SQLAlchemy CRUD really well yet.   btw - no science here, 
but running it locally seems much snappier than Rails. 

Patrick wrote:
> I am really attracted to Werkzeug too but I could not follow along with 
> the tutorial. It's not that there was something wrong with the tutorial, 
> it's just that I am too dumb, I need a better understanding of how a 
> framework actually works. I am studying Django and Turbogears right now 
> but it is actually Werkzeug that I want to use in the future and Django 
> and Turbo Gears are just my path to it.
>
> Beggars can't be choosers, but if someday someone could put together a 
> screencast discussing how to get started with Werkzeug, this would be 
> magnificent. There may be other dumbasses out there that are presently 
> locked out of the benefits of this anti-framework.
>
> I too would also like to thank Armin for his work-Patrick
>
> MilesTogoe wrote:
>   
>> Having discovered Werkzeug, I am really impressed with the libraries.
>> Combined with SQLAlchemy and Jinja, it forms a really nice web
>> development environment - much simpler than Django and with a
>> "cleaner" view file than webpy (regular methods - not the class xxx,
>> def Get() stuff).  I hope it gets more popular.  While the tutorial is
>> pretty good, it could even be more step by step simpler - the Rails
>> guys really understand this with their shopping cart tutorial, which I
>> think is why it is so popular.   Thanks Armin.
>>     
>>   
>>     
>
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pocoo-libs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to