Re: A web site using Python

2010-12-09 Thread Stefaan Himpe
1. Pick a web framework, I'd suggest looking at: web2py: http://web2py.com - probably the easiest to install (no configuration needed) and learn. Suitable for both small and big projects. No worries when upgrading to a newer version as backward compatibility is an explicit design goal. -- h

Re: A web site using Python

2010-12-06 Thread Gerry Reno
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 How-To: Add VirtualEn

Re: A web site using Python

2010-12-06 Thread Hidura
KarinApp will allow you to create an application without writing code, eg: you want to insert the information of a person in the DB, with all the current framework you will write a code that takes the data, and after you will write the insert, and if you want to send a response you will have to wri

Re: A web site using Python

2010-12-06 Thread Alice Bevan–McGregor
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 enco

Re: A web site using Python

2010-12-06 Thread Stef Mientki
On 04-12-2010 15:54, hid...@gmail.com wrote: > I am working on a tool that can create an application like that without write > server code, but the > system is write in Python3.1 very interesting, could you give us some more information about the project for the OP: with web2py, your site could

Re: A web site using Python

2010-12-06 Thread Chris Withers
On 04/12/2010 13:32, Virgil Stokes wrote: *How, armed with Python 2.6 (or 2.7) and all of the Python packages available, should I attack the problem of getting this web site up and running on a Windows platform?* 1. Pick a web framework, I'd suggest looking at: Django (http://www.djangoproje

Re: A web site using Python

2010-12-04 Thread hidura
I am working on a tool that can create an application like that without write server code, but the system is write in Python3.1 On Dec 4, 2010 9:32am, Virgil Stokes wrote: I would like to design a web site that can be used to help people to find a cat that they can adopt. Note, this is

A web site using Python

2010-12-04 Thread Virgil Stokes
I would like to design a web site that can be used to help people to find a cat that they can adopt. Note, this is a non-profit project, but one that I believe to be quite important. Here are some of my initial thoughts on this project. /Site purpose:/ *To provide a web site for anyone to look