Ускоряем python с помощью LRU кешей https://medium.com/better-programming/every-python-programmer-should-know-lru-cache-from-the-standard-library-8e6c20c6bc49 #lru #python
Medium
Every Python Programmer Should Know LRU_cache From the Standard Library
You are just one line of code away from speeding up your functions by using simple caching functionality
Очередной подрыв устоев - в этот раз мы выкидываем range () на свалку истории https://medium.com/better-programming/stop-using-range-in-your-python-for-loops-53c04593f936 #python #range
Medium
Stop Using range() in Your Python for Loops
How to access the current index using the enumerate() function