'OPTIMIZE' Your Python Apps By Caching Your API Requests Like THIS

preview_player
Показать описание
In this video I will be showing you a great optimisation that you can do with Python when fetching data from an API through caching.

▶ Become job-ready with Python:

▶ Follow me on Instagram:
Рекомендации по теме
Комментарии
Автор

This is amazing! Wow, I needed this. Whoever brought this to your attention deserves a high-five.

Quantum_Nebula
Автор

Your channel is a great Python learning source which filtered all essential techniques for becoming a good Python dev.

keenoogodlike
Автор

I came to this video to learn about caching but then I also learned about data classes😃

moviemusic
Автор

Amazing video! Glad I didn't dismiss this notification

Personally I don't understand the typing class and the "final" declaration, nor the need for the decorator.

CatalinSoare
Автор

I am a newbie to programing, I would like to learn the way you code in there as I really don't understand fully what you have showed there but I really got a sense of it.

sagarbhooshan
Автор

how to optimise large json response using flask or django

deepikarao
Автор

Thank you for the video. Note that annotating something as string and setting it to None is incorrect.

em
Автор

this is too complicated with very large datasets that have like 20 different variables for every entry

nestoftw