New to frameworks. General questions.

View: New views
2 Messages — Rating Filter:   Alert me  

New to frameworks. General questions.

by Luup :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,
I'm planning to develope small web portal thingy for practice and I thought
that it would be neat to use python instead of php which led me to
frameworks and grok, but that decision raises few questions also.
I mean I'm used to system where I have web server that 'serves' dynamic and
static content to users just by putting my code snippets to my web
directory, but skimming through grok tutorial I see that I loose the need
for seperate web server, or do I? Should I serve static content using
apache/nginx/lighttpd and how should one go integrating framework with
another server.
I would be very grateful if someone could point me to some general reading
about using web frameworks.
--
View this message in context: http://www.nabble.com/New-to-frameworks.-General-questions.-tp26042266p26042266.html
Sent from the Grok mailing list archive at Nabble.com.

_______________________________________________
Grok-dev mailing list
Grok-dev@...
https://mail.zope.org/mailman/listinfo/grok-dev

Parent Message unknown Re: New to frameworks. General questions.

by Sebastian Ware :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Python is an excellent choice, but to be fair, if you are only doing a  
one-off project I think you might want to use a simpler framework than  
Grok for your portal. One that delivers more automagically for you.  
Check out django, turbo gears and pylons.

Mvh Sebastian

On 24 okt 2009, at 21.33, Luup wrote:

>
> Hi,
> I'm planning to develope small web portal thingy for practice and I  
> thought
> that it would be neat to use python instead of php which led me to
> frameworks and grok, but that decision raises few questions also.
> I mean I'm used to system where I have web server that 'serves'  
> dynamic and
> static content to users just by putting my code snippets to my web
> directory, but skimming through grok tutorial I see that I loose the  
> need
> for seperate web server, or do I? Should I serve static content using
> apache/nginx/lighttpd and how should one go integrating framework with
> another server.
> I would be very grateful if someone could point me to some general  
> reading
> about using web frameworks.
> --
> View this message in context: http://www.nabble.com/New-to-frameworks.-General-questions.-tp26042266p26042266.html
> Sent from the Grok mailing list archive at Nabble.com.
>
> _______________________________________________
> Grok-dev mailing list
> Grok-dev@...
> https://mail.zope.org/mailman/listinfo/grok-dev

_______________________________________________
Grok-dev mailing list
Grok-dev@...
https://mail.zope.org/mailman/listinfo/grok-dev