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 слични објави

Пребарај: #deficit

当前筛选 #deficit清除筛选
America 🇺🇸 News & Politics

@America · Post #10610 · 06.05.2026 г., 14:12

💸🇺🇸GOP MEGABILL EXPLODES DEFICIT BY $4.1 TRILLION — CBO CONFIRMS BIGGEST DEBT BOMB EVER 🔹 House Republicans' "One Big Beautiful Bill Act" adds $4.1T to deficit over 10 years, including $718B in higher debt service costs 📊 🔹 $5T in tax cuts mostly to wealthy/corporations vs only $1-2T in spending cuts — math doesn't add up for middle class 💰 🔹 Drives up borrowing costs nationwide: higher mortgage rates, auto loans, credit cards as federal debt crowds out private lending 📈 🔹 Moody's cited this bill for recent US credit downgrade — GOP "pay for itself" claims dismissed by independent analysis 📉 America's fiscal time bomb just got $4 trillion bigger 💣🔥 #USNews#deficit @america

America 🇺🇸 News & Politics

@America · Post #10565 · 27.04.2026 г., 13:09

📊💰ECONOMISTS: TRADE DEFICITS MADE AMERICA RICHER, NOT POORER 🔹 US has run trade deficit every year since 1976 — but that created wealth, not drained it 💵📈 🔹 February 2026 deficit at $57.3B, down 54.8% from 2025 as Trump policies reshape global trade 🇺🇸⚖️ 🔹 China deficit drops 32% annually while US achieves first goods surplus with Switzerland since 2012 🇨🇭✅ 🔹 Imports bring investment inflows and boost American consumer power — not economic loss says George Mason professor 🎓💡 "Expanding imports brought greater wealth to U.S. shores" — challenging conventional wisdom 🤔📰 Trump's trade war might actually be working this time 🔄🎯 #trade#economy#deficit#imports @america

Savino Balzano

@savinobalzano · Post #688 · 29.06.2024 г., 14:25

Questa mattina a Coffee Break, La7 Ci aprono una procedura di infrazione per deficit eccessivo? Dobbiamo saper rispondere #sticazzi! E lo dobbiamo fare in scioltezza. L'#Italia deve ritrovare orgoglio e dignità: non avremmo dovuto subire l'ingorda prepotenza di qualcun altro e di certo non possiamo permetterci di continuare a farlo. Non esistono soluzioni facili: non bastano due leggine per risolvere i nostri annosi problemi. Molti di quei problemi ce siamo creati da soli, accettando per stupidità o per servilismo assurdi compromessi. Basta. #lavoro#diritti#europa#commissione#deficit#caporalato https://x.com/SavinoBalzano/status/1807056685476778486?t=E9HfjCNDdU7CogMYT7sw6g&s=19