Python Pathlib Basics

preview_player
Показать описание
What else should I cover? Please comment.

Рекомендации по теме
Комментарии
Автор

very nice shorts, want more shorts .... thanks

alvinsmith
Автор

Please I have a question, basically I built a project that tracks e commerce sites prices (I put it on youtube) and I made some changes(features) to it because I want to take it into production, so basically a user can set to track price of a product and whene it reduces it sends and email to the user, so the function that runs the checking of prices(webscraping) runs every hour, but in the function I have a for loop that iterates through the database, and and checks the prices for all of them, but it came to my mind that what if I had thousands of users, it will kinda not meet up with all, because it might be running a user's price check before it's done for the first one hour and it collides with the next batch(next hour), so is there anyway I can make this more efficient? I should love to hear your response, Thanks.

brantechsyt