I want to create a table using NoSql and python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to create a table using NoSql and python

Create a table for customers with their name, age, occupation in with NoSQL database and python. Insert fifteen customers into the table Delete the last five customers in the table Find all the male customers in the table

8th May 2019, 5:23 PM
EagleMan
EagleMan - avatar
1 Answer
+ 1
Follow this tutorial and you should be able at the end to do it yourself: https://realpython.com/introduction-to-mongodb-and-JUMP_LINK__&&__python__&&__JUMP_LINK/
8th May 2019, 8:06 PM
Sergiu Panaite
Sergiu Panaite - avatar