I am learning to python programming and i have some questions about python code .
i have tried to write some codes for reading a file from a different database and creating a file if the file doesn,t exsit on database. I have to look 3 databases before I create the file. Can anyone help me how to solve this problem ? I need a datastruktur to look up the file fro 3 different databases.what can i do?help.
For example.
I think I have to use this
dbm= open('dbm.fil', 'r'):
for line in dbms.xreadlines ():
i have tried to write some codes for reading a file from a different database and creating a file if the file doesn,t exsit on database. I have to look 3 databases before I create the file. Can anyone help me how to solve this problem ? I need a datastruktur to look up the file fro 3 different databases.what can i do?help.
For example.
I think I have to use this
dbm= open('dbm.fil', 'r'):
for line in dbms.xreadlines ():
Comment