PyMongo Queries - Sorting and Limiting Results

preview_player
Показать описание
This video demonstrates how to sort and return top n results using PyMongo connected to a MongoDB.

WORK WITH ME👇🏼

✅ Implement features and fix bugs in your app: Live, one-on-one screenshare
Рекомендации по теме
Комментарии
Автор

Hi I have a if I want to limit over a category. So for instance I have a huge list of books with just 6 different genres and I only want to show 5 books per genre instead of 50. So basically how do I limit over a group? Thanks for any help and please keep the video's coming because I really need them! ;-P A lot of the videos go straight to expert level, while I am just happy if I get the basics.

nbleijie
Автор

Why you put here pymongo in case sensitive ?

uditkapadia
Автор

Is there a way how a user can send a query to the database via the frontend, and the database can return the results back to the user?

swatibhartiya
Автор

What if I want to show top 10 on 1st page and else on the next page? How can I add pagination to this?

rushikool