Hi All,
I'm attempting to perform an if then statement based on the results of a
sql count rows query. The query is returning the proper values however the
if/then statement seems to be ignoring the returned value of the sql
statement.
Here is my code.
import sqlite3
# Define SQL statem
Hi all. I'm new to Python and I'm trying my best to learn, but I'm really
struggling with some problems.
I'm using a tkinter window with a button on it to open another Python
script. When the button is clicked and the new script loads it opens up
it's own window over top of my tkinter window. The