December 2018
— If you search for telegram.bot on telegram, im sure you will find it
telegram.bot
Use Sklearn labelencoder: https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html
— That was a fast reply 😐
— I am trying to use python multiprocessing to run a function multiple times
— The function returns a value
— This is the format I am using
— Def myfunc(i, myqueue): ... myqueue.put(value)Jobs=[]For i in range(n): P=mp.process(target=myfunc, args=(i,myqueue) Jobs.append(p) P.start()For p in jobs: P.join()Output=[myqueue.get() for p in jobs]
Message permanent page
— Async is the best
— Mmm
— #askwhy flask more fast than django?
— Because flask is lightweight microframwork.
— Okaaay