Previously I made a blog post regarding installing mod_python. Now I will share with you how to query mysql tables with Python and MySQLdb. Installing MySQLdb If we want to check if mysqldb is already installed, type ‘python’ on the commandline and then, type ‘import MySQLdb’. If it does not respond to an error, it [...]
There was this cron job that I made that saves daily on-hand quantity of our items/goods, and my boss just needed one of our principal’s items trade prices with VAT be computed with that data for the month of July this year.