My dear @BigDataBiology colleague @HuiChong6 is joining @Huawei Beijing Research Center as a Software Engineer🎉
I'm grateful for our
@EMBARK_JPIAMR coding &
@MicrobiomeVIF time,
science discussions,
🇨🇳administration adventures,
& all the chats about spicy food!
Good luck👋Hui!
@Karwan70446933 I know it’s very shameful of them mocking like this, but as a Chinese not like them I feel offended by your “cold blooded nation”. NO, WE ARE NOT
Do not write to gzip files like this.
with gzip.open('...', 'wt') as f:
for ... in ...:
f.write(...)
As the iteration goes, this would slow down the loop and use more memory.