Daily Weblog 8/29/16

Today, I worked exclusively on the attendance database problem. I have managed to make the Python script capable of posting information to the database using the module pymysql (as the default MySQL module was not continued for Python 3.4). I ran into a strange issue where the auto-increment memory in the database was increasing, but new table rows were not being added, but I fixed it; the issue stemmed from having an incorrect field name in the query that my script executed. I need to think of a way of getting the proper student ID values from the table, so that I can add them to the check-in query.

Comments