Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Object Oriented DB Interactions
Post: Object Oriented Spreadsheet & DB Interactions

Currently I use xlrd xlwr with psycopg2 to move transaction records in and out of spreadsheets and postgres. That works but I am interested in learning OOP and it seemed like I could incorporate OOP i...
datasundae General Coding Help 2 2,376 May-25-2018, 09:51 PM
    Thread: Object Oriented DB Interactions
Post: RE: Object Oriented DB Interactions

This post was made prematurely due to some confusion with the tab keys. I will repost.
datasundae General Coding Help 2 2,376 May-25-2018, 09:44 PM
    Thread: Object Oriented DB Interactions
Post: Object Oriented DB Interactions

Currently I use xlrd xlwr with psycopg2 to move transaction records in and out of spreadsheets and postgres. That works but I am interested in learning OOP and it seemed like I could incorporate OOP i...
datasundae General Coding Help 2 2,376 May-25-2018, 09:28 PM
    Thread: Scoping Question: If else in for loop not evaluating i as expected
Post: RE: Scoping Question: If else in for loop not eval...

Thanks to the forum for your replies. The primary issue with my code and the resulting output was the executemany command: cur2.executemany(query, frecords)When I replaced that with just cur2.execute...
datasundae General Coding Help 3 3,182 May-25-2018, 06:43 PM
    Thread: Scoping Question: If else in for loop not evaluating i as expected
Post: Scoping Question: If else in for loop not evaluati...

#!python3 I am using psycopg2 to read rows from a spreadsheet into a array using xlrd. I want to compare the 3 element in each row (a sales order number) with records in a postgres database.If the sal...
datasundae General Coding Help 3 3,182 May-11-2018, 04:24 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020