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

Резултати

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

Пребарај: #tff

当前筛选 #tff清除筛选
Кино и 🍋🍋

@monica_vittti · Post #3633 · 03.12.2025 г., 15:23

Антонио Бандерас, Жюльет Бинош, Александр Сокуров, Дольф Лунгрен и Спайк Ли на кинофестивале в Турине #tff

Hashtags

Кино и 🍋🍋

@monica_vittti · Post #2596 · 04.09.2024 г., 08:52

„Быть знаменитым — всё равно, что сидеть на сахарном троне во время проливного дождя» — Марлон Брандо. Ему посвящена ретроспектива и афиша кинофестиваля в Турине, который пройдет 22-30 ноября. Всего планируется к показу 24 фильма с его участием #tff #великаякрасота

Та самая Beisheeva 📸

@beisheevaaa19 · Post #2264 · 24.02.2025 г., 13:51

Central Asia bids to host AFC Asian Cup 2031: historic bid from Tajikistan, Uzbekistan and Kyrgyzstan Following the invitation from the Asian Football Confederation (AFC) to its Member Associations to submit bids for hosting the prestigious AFC Asian Cup 2031™ Finals, the Football Federation of Tajikistan, the Uzbekistan Football Association, and the Kyrgyz Football Union have officially expressed their joint interest in hosting the prestigious tournament. Over the years, the AFC Asian Cup™ has evolved into one of the premier global sporting event, bringing together the best footballing talent from across Asia and showcasing the unwavering passion of fans from every corner of the continent. More than just a competition, the tournament serves as a catalyst for football development, offering the host nation(s) a platform to enhance sporting infrastructure, boost grassroots participation, and elevate football to new heights. The decision by the three member associations of CAFAto submit a joint Expression of Interestmarks a significant milestone in the region's footballing ambitions. If selected, this would be the first time in history that the AFC Asian Cup™ Finals would be hosted in Central Asia, underscoring the rapid footballing growth and commitment of the region to advancing the sport. A joint bid from Tajikistan, Uzbekistan, and Kyrgyz Republic represents a unique opportunity to: • Unite the region through football and strengthen sporting ties across Central Asia. • Leverage world-class venues and infrastructure to deliver an unforgettable tournament. • Inspire a new generation of footballers and provide long-term benefits for grassroots development. • Showcase Central Asia’s cultural and sporting heritage the world. Speaking on the bid, CAFA President H.E. Rustam Emomali stated: “The AFC Asian Cup is more than a football tournament—it is a celebration of unity, progress, and sporting excellence. Central Asia has a deep-rooted football culture and a passionate fan base, and we are confident that together, Tajikistan, Uzbekistan, and Kyrgyz Republic can deliver an exceptional tournament that leaves a lasting legacy.” #AFC#UFA#KFU#TFF#unity#centralasia