Message from Python discussions

November 2018

— Do I use the url lib. parse?

— 

I already told him, he still wants to:
1) open that cmd.exe thing
2) inject a command to that already opened cmd window to see it running
Why? Idk🤷🏻‍♂

— Hi! How to set phone formats in joke2k/faker lib??

https://github.com/joke2k/faker/blob/master/faker/providers/phone_number/en_US/__init__.py
Its default list.

Message permanent page

— Faker.phone_number() generating randomly from list

— How can someone call a second python script to execute in a new window separate from the first python script where it was called from

Message permanent page

— Giyf.com

— Https://docs.python.org/3/library/subprocess.html
This should help you

— What is decorator jsonrpc_method .how does it help

— Is it related to python?

— Hi, i have to reduce the size of several PDFs in a path. Does anybody knows the best way I can I do It?

Message permanent page

— You mean threading?

— If you just want to run a script stored in your path
Import os
os.system('python script.py')