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

Резултати

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

Пребарај: #yuan

当前筛选 #yuan清除筛选
International News

@intnewsagency · Post #8569 · 17.03.2026 г., 15:24

Chinese Yuan Surpasses 12 Rubles for the First Time Since September 2025 Today, the Chinese yuan reached 12.002 rubles, hitting its highest level since September 11, 2025. This marks an increase of 18.2 kopecks from the previous close and 25.79 kopecks above the official rate. The rise reflects yuan’s strengthening amid growing Russia-China cooperation and stabilizing global markets. Experts highlight the yuan’s resilience as crucial for bilateral economic ties. #Russia#China#Yuan#Currency#Finance The main news of Russia and the world ishere.

International News

@intnewsagency · Post #9354 · 23.04.2026 г., 13:29

The ruble declined following the Ministry of Finance’s resumption of currency and gold operations under the budget rule starting in May. As of 15:46 MSK, the Chinese yuan rose to 11.095 rubles, up 1.3% from the previous close and 10.19 kopecks above the official rate. These shifts indicate market caution amid new government financial actions. #Ruble#MinFin#Currency#Yuan#Finance The main news of Russia and the world ishere.

Venture Village Wall 🦄

@venturevillagewall · Post #4056 · 03.02.2025 г., 10:00

China Proposes Trade Deal Restoration China aims to restore the "Phase 1" trade deal with the U.S. to resolve tariff tensions. Key aspects include commitments to avoid yuan devaluation, increase U.S. investments, and reduce fentanyl precursor exports. Details available in the full article. #China#Trade#Tariffs#US#Economy#Phase1#Fentanyl#Yuan#Investments#WSJ