YOU’RE LEARNING TO↗connect to MongoDB with PyMongo and navigate the client/database/collection hierarchy
↗insert, find, update, and delete documents using idiomatic PyMongo
↗use MongoDB query operators to filter documents
↗create indexes and explain why they matter for performance
↗decide when to embed sub-documents vs reference other collections