Message from Python discussions

December 2018

— As for memoization, cachetools worked great for me

— 

Use
From functools import lrucache
Use it as a decorator,,, it helps in memoization and its easier actually

— But if your function isn't an expensive function then no need of using lrucache

— Yep

— Thanks

— Do you guys use python on android?

— Why do people keep wanting to program in a phone?

— I personally can't stand program on the phone. I need a real IDE

— Good point

— Which IDE do you guys use ?

— PyCharm Community Edition

— Atom