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

Резултати

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

Пребарај: #hahn

当前筛选 #hahn清除筛选
Somon Air

@somonair · Post #971 · 21.05.2025 г., 01:39

Frankfurt-Hahn Airport and Somon Air are now working together strategically as part of a cooperation. The operating companies TRIWO Hahn Airport GmbH and LLC Air Company Somon Air signed a Memorandum of Understanding in Dushanbe, the capital of Tajikistan, on May 7, 2025. Both sides have set themselves the goal of developing passenger and cargo traffic between Tajikistan and Hahn Airport and pooling their expertise and resources as part of the cooperation. The parties have agreed not to disclose the details of the agreement. "The cooperation with Somon Air fits seamlessly into our strategy of continuously expanding Hahn Airport's route network and opening up new markets," says Ruediger Franke, Managing Director of Frankfurt-Hahn Airport. Abdulkosim Valiev, CEO of Somon Air, adds: "This strategic alliance is an important step for Somon Air to expand its presence in Germany." #somonair#hahn

Ultimora.net - POLITICS 24

@Ultimorapolitics24 · Post #51921 · 12.02.2026 г., 13:44

🇧🇪#Belgio – La polizia belga ha fatto irruzione nei locali della Commissione europea a Bruxelles nell'ambito di un'indagine della procura europea (Eppo) su presunte irregolarità nella vendita di immobili per circa 900 milioni di euro nel 2024: il commissario al Bilancio Johannes #Hahn era in carica in quell'anno. L'Eppo riferisce di stare "raccogliendo prove". @UltimoraPolitics24

Hashtags