Peter Hansen wrote:
> mohammad babaei wrote:
>
>> I'm going to write my first web application in Python,
>> is it an good idea to write a database module that handles the
>> connection to database & executing queries ?
>
> No, it's not a good idea to "reinvent the wheel" if someone else has
> alre
mohammad babaei wrote:
> I'm going to write my first web application in Python,
> is it an good idea to write a database module that handles the
> connection to database & executing queries ?
No, it's not a good idea to "reinvent the wheel" if someone else has
already done the work for you. All