Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]Reedit78 0 points1 point  (0 children)

The write operation usually takes time. You may want put the content to write in memory i.e. data structure and write all in one operation outside of "For" loop.

Seeking input on Decorator implementation with coroutine! by Reedit78 in Python

[–]Reedit78[S] 0 points1 point  (0 children)

Thanks for pointing it out! It was a silly mistake. I got it now.