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
Десять елочных украшений от художников и брендов
Собрали несколько вариантов елочных украшений: от тех, что вызывают ностальгию, до декора, который призван обратить внимание на хрупкость животного мира.
Смотрите карточки и забирайте украшения к себе в вишлист!
#newyear
🎄The Russian Embassy School hosted a New Year's fairy tale “New Year Knocks at the Door!”
In his address, Ambassador Albert P. Khorev thanked the Embassy staff for their hard work and wished them happiness, health, and success in serving their Motherland in the New Year.
#NewYear
As we begin the #newyear, here’s a recap of key housing news in 2021.
🏠✨ Our new year resolution = continue delivering homes to new flat buyers, while increasing supply to meet the strong housing demand from Singaporeans.
Happy New Year from the Venom team! We hope 2023 brings new opportunities and growth for all of our ecosystem participants and partners. We are excited to continue building and improving our platform to serve our community better. Here's to a successful and blockchain-filled year ahead! #NewYear#Blockchain
How to Make a New Year's Wish in Russian
🔻On New Year's Eve in Russia, there is a tradition of making a wish as the Kremlin clock strikes midnight:
1⃣Я хочу (+ noun in Genitive case):
• Я хочу счастья! (I want happiness).
• Я хочу здоровья! (I want health.)
2⃣Я хочу (+ Infinitive, perf./imperf.):
• Я хочу путешествовать! (I want to travel).
• Я хочу получить повышение! (I want to get a promotion).
3⃣Пусть (+ verb in the Future Tense):
• Пусть наступит мир! (May there be peace).
• Пусть придёт любовь! (May love come).
• Пусть все будут здоровы и счастливы! (May everyone be healthy and happy.)
🥂Let's write some wishes in Russian the comments!
🎧🗣👇
#NewYear
#useful_vocabulary
😎 Stay with @learnRCRussian
Father Frost Saddled a Fir Tree and Rode Through the Streets of Chelyabinsk, Launching Fireworks.
🔻The festive tree was tied to an Audi. Police are searching for the "New Year's wizard" and his "reindeer" to clarify the circumstances.
That's Russia, baby:)
#NewYear
#news
🎄 Stay with @learnRCRussian
🎄Father Frost, a rescuer from Murmansk, delivers gifts on mountain skis, a snowmobile and a festive illuminated all-terrain vehicle Бурлак(Burlak).
Video: Ministry of Emergency Situations (Russia)
#news
#NewYear
🎄 Stay with @learnRCRussian