jdhao's digital space
Recent content on jdhao's digital space
马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml
Measuring Code Running Time with contextmanager
2020年8月18日 22:15
In Python, context manager is a great way to handle the closing of resources. It makes sure that resources are correctly closed after their use.