Looking for advice

Joel Goldstick joel.goldstick at gmail.com
Fri Apr 20 13:58:16 EDT 2018


On Fri, Apr 20, 2018 at 1:28 PM, 20/20 Lab <lab at 2020fresno.com> wrote:
> Going to write my first python program that uses a database. Going to store
> 50-100 rows with 5-10 columns.  Which database / module would you advise me
> to use?  It's basically going to be processing order status emails for the
> sales staff.  Producing a webpage (2-3 times daily, as updates arrive) that
> has the sales staff orders and status on it.   I'm thinking just a simple
> sqlite, but dont want to waste time going down the wrong path.
>
>
> Thank you for your time
>
> --
> https://mail.python.org/mailman/listinfo/python-list

sqlite is a small, in memory db that comes standard with python (i'm
pretty sure).  Great place to start

-- 
Joel Goldstick
http://joelgoldstick.com/blog
http://cc-baseballstats.info/stats/birthdays



More information about the Python-list mailing list