Message from Python discussions

November 2018

— Character escaping

— 

Hello, World! Tell me, please, what function can I randomly generate English letters? random.randstr ()?

— Or may be another function?

— Hi guys

— Please how can i make a video editing app with python

— Let me 🔎 Google that for you:
🔎 "make video editing app Python"

— Any python opening in india as frehser

— You mean a python job ?

— I would do something like this:

from string import ascii_letters
from random import randrange

def get_rand_char():
return ascii_letters[randrange(0,52)]

Message permanent page

— Yes

— Download a dictionary with one word per line, them generate n indices and get those lines from the file

Message permanent page

— Wait fr?