Message from Python discussions

December 2018

— This will work 😂😂

— 

Hi, i just benchmarked this shitty method against shutil copy and lol
https://stackoverflow.com/a/28129677/4599170
IT WAS SLOWER

— Morning

— Night

— 🤔 almost end of afternoon here 😄

— Anyone use jenkins for continuos integration?

— Hi guys , anyone can help me to solve this problem , i tried but i still get O(n*logn) ..

— Hi anyone know a good script to parse documents into sentences (strings)

— Jieba tokenizer

— Ok, i got an strange problem
the name of a file is shortened if it has an underscore
https://hastebin.com/jonuyozida.py

Message permanent page

— It seems that after the underscore there is an id, the thing is that it's not into the name :/

— 

>>>a=tempfile.NamedTemporaryFile(delete=False)
>>> a.name
'/tmp/tmp9kfrt2lb'
>>> import os
>>> os.path.getsize(a.name)
0

Message permanent page