
Python: open().read()->str , but for big files
Sometimes the lib you use just wants a string... but you want a really big string. Here's how to chunk
Jul 28, 20222 min read3 reactions4 comments
Tag archive

Sometimes the lib you use just wants a string... but you want a really big string. Here's how to chunk