Is it okay to use MySQL with python, through pymysql, for a desktop application? Why, and why not? -
i new desktop applications development , python. model of application simple, it's app keep track of items of inventory. user can crud data database , make reports,etc.
my question here is: ok use mysql locally application? here couple of options out there, not quiet sure do.
any appreciate it.
yeah! great if use mysql , python. wil understand how rdbms works. once done that, can work sqlite (light weight dbms & nosql) , mongodb (if curious work document oriented db / nosql)
if want can refer basic python & mysql example 1, basic python & mysql example 2, tuts sqlite , tuts mongodb
Comments
Post a Comment