Message from Python discussions

December 2018

— I have an excercise: Ask an input with a list of 5 elements and then sum them

— 

Ask the input 5 times and store them in a variable (for loop) and you add it to itself every time you ask for the new input

— Https://speakerdeck.com/jhermann/pydata-sudwest-meetup-ka-2018-06-13

— That is UCS-2, decode it

— Hi freinds

— Use requests like a normal person, not command calls whose output you ignore

— Can you crack account instagram?

— No. now gtfo.

— I forgot to mention that to the guy, i just made his shit work ¯\_(ツ)_/¯
if you're worried about the "right way to do it" (or "normal person"-way like you said) then just reply to him, not me

Message permanent page

— How many threads shold be the max in threading?

— Depends on the cores of your CPU and the threading in each one, for example 8 or 16 or even 32

— Ok, but I do it with a list or no?