mysql - Reading a CSV and writing to a database with Python -


i'm brand new python, have history r. i've been tasked read csv file , upload it's contents database upon completion of process on windows application. basically, application completes task, updates csv file locally. i've been told others python can invoked upon condition (a change in csv) , upload mysql database easily.

can point out right direction begin here , pitfalls/words of advice switching r python complete this?

thank you

use watchdog watch changes in csv file. use built-in csv module read file. use sqlalchemy model , interact database.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -