TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #183 · 23 ное.

Python + bash Если вам часто требуется запускать shell команды из Python-кода, какой способ вы используете? Самый низкоуровневый это функция os.system(), либо os.popen(). Рекомендованный способ это subprocess.call(). Но это всё еще достаточно неудобно. Советую обратить своё внимание на очень крутую библиотеку sh. Что она умеет? 🔸 удобный синтаксис вызова команд как функций # os import os os.system("tar cvf demo.tar ~/") # subprocess import subprocess subprocess.call(['tar', 'cvf', 'demo.tar', '~/']) # sh import sh sh.tar('cvf', 'demo.tar', "~/") 🔸 простое создание функции-алиаса для длинной команды fn = sh.lsof.bake('-i', '-P', '-n') output = sh.grep(fn(), 'LISTEN') в этом примере также задействован пайпинг 🔸 удобный вызов команд от sudo with sh.contrib.sudo: print(ls("/root")) Такой запрос спросит пароль. Чтобы это работало нужно соответствующим способом настроить юзера. А вот вариант с вводом пароля через код. password = "secret" sudo = sh.sudo.bake("-S", _in=password+"\n") print(sudo.ls("/root")) Это не все фишки. Больше интересных примеров смотрите в документации. Специально для Windows💀 юзеров #libs#linux

Hashtags

Резултати

Пронајдени 1 слични објави

Пребарај: #entry

当前筛选 #entry清除筛选
Writers Cafe

@WritersCafe · Post #115 · 13.05.2018 г., 07:46

​​Mother's Day: A day to rejoice and cherish the motherhood. We must celebrate the bond mothers have towards their children, therefore we call it a surprise challenge for each one of you who love your mom! It is the day to celebrate their presence and blessings in our lives. Let's write anything like a poetry/prose/short story or whatever you want (within 10 sentences) to express the love for Mom. Note: The best three entries will be posted in @PensivePost with your names to credit. “And all my mother came into mine eyes. And gave me up to tears.” - by William Shakespeare, Henry V (1599) » please send: #entryand then your write-up to the bot using the button below » Do not forget to mention your personal identifier like (#ws for William Shakespeare if your name is William Shakespeare) » #mom for the challenge identifier » This challenge ends in next 8 hours and the results will be posted today itself at the closing of this challenge.