A web site using Python
Gerry Reno
greno at verizon.net
Mon Dec 6 20:17:29 EST 2010
If you have any need of a portable LAMP stack, I just finished writing
some How-To's for getting Python, VirtualEnv and WSGI frameworks running
with XAMPP:
How-To: Add VirtualEnv and Pylons (WSGI framework) to XAMPP
<http://www.apachefriends.org/f/viewtopic.php?f=17&t=42981>
How-To: Add VirtualEnv and Django (WSGI framework) to XAMPP
<http://www.apachefriends.org/f/viewtopic.php?f=17&t=42992>
How-To: Add Python and mod_wsgi to XAMPP
<http://www.apachefriends.org/f/viewtopic.php?f=17&t=42975>
-Gerry
On 12/06/2010 07:42 PM, Alice Bevan–McGregor wrote:
>> 1. Pick a web framework, I'd suggest looking at:
>>
>> Django (http://www.djangoproject.com/)
>>
>> Pyramid (http://docs.pylonshq.com/pyramid/dev/)
>
> I'm biased, but I can highly recommend WebCore
> (http://www.web-core.org/) as it more easily supports small to
> mid-sized applications and actively encourages the use of standard
> Python idioms.
>
> A reasonable example (though it was hurried) would be the codebase
> behind tsatimeline.org:
>
> https://github.com/GothAlice/TSA-Timeline
>
> The important files are application.py (controllers), model.py (data
> model), and the templates (views) folder. (The public folder is where
> CSS/JS/images go.) Similar to Stef's comment on web2py, development
> with WebCore (or web2py, or WebPy, or… basically any micro-framework)
> is extremely rapid.
>
> — Alice.
>
>
More information about the Python-list
mailing list