Lotto

Rewrote my MS-Access programs that process the lotto data to use Python/PostgreSQL. 1) import.py – read lotto text file (containing all lotto numbers) and insert into PostgreSQL database. 2) summerize.py – read PostgreSQL lotto database and create summary database of all lotto numbers with number of times lotto number chosen. 3) summerize2.py – like above …