Does python support database programming?



Does python support database programming?..

Answer / Rohit Agrawal

Yes, Python supports database programming through various libraries such as SQLite3, MySQLdb, psycopg2 for PostgreSQL, and Mongoengine for MongoDB.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is import time in python?

1 Answers  


What is the tool used to check python code standards?

1 Answers  


Can a set be sorted python?

1 Answers  


Print the length of each line in the file ‘file.txt’ not including any whitespaces at the end of the lines?

1 Answers  


Why is python weakly typed?

1 Answers  


Tell us what is python? What are the benefits of using python?

1 Answers  


What are tuples in python? How differ with lists?

1 Answers  


Is ruby better than python?

1 Answers  


Can you remove the whitespaces from the string “aaa bbb ccc ddd eee”?

1 Answers  


What does float () do in python?

1 Answers  


Is node better than python?

1 Answers  


What is the purpose of #!/usr/bin/pythonon the first line in the above code? Is there any advantage?

1 Answers  


Categories