Started to work with SQLite3 in Python3

Cecil Westerhof Cecil at decebal.nl
Sun Sep 20 15:03:38 EDT 2015


On Sunday 20 Sep 2015 17:49 CEST, Cecil Westerhof wrote:

> I started a little project in Python3 with SQLite3:
> https://github.com/CecilWesterhof/CarApplication
>
> I do not mind to get some feedback on it.
>
> I was wondering about two things:
> - Would it be better to split the code into several parts. (For
> example the SQL statements.)

I changed this part. I put the initialisation of the variables with
SQL statements into sqlStatements.py and use in the program:
    from sqlStatements import *

Is this the correct way of doing this?

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof



More information about the Python-list mailing list