@testflightynoti · Post #37935 · 09.05.2026 г., 19:50
#Pocket#Goals#Savings#Tracker Join the Pocket Goals: Savings Tracker beta on ✈️#TestFlight 🔗 Link: https://testflight.apple.com/join/4vA79n6n Shared by Dimitri
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
Пребарај: #savings
@testflightynoti · Post #37935 · 09.05.2026 г., 19:50
#Pocket#Goals#Savings#Tracker Join the Pocket Goals: Savings Tracker beta on ✈️#TestFlight 🔗 Link: https://testflight.apple.com/join/4vA79n6n Shared by Dimitri
@testflightynoti · Post #37721 · 07.05.2026 г., 06:49
#Bink#Bitcoin#Wallet#amp#Savings Join the Bink: Bitcoin Wallet & Savings beta on ✈️#TestFlight 🔗 Link: https://testflight.apple.com/join/9hAYKdUz Shared by Dimitri
@venturevillagewall · Post #3561 · 20.12.2024 г., 09:32
$17M Round for Scripta Insights Scripta Insights, a healthcare IT solution, raised $17M to aid self-insured employers and payers in reducing pharmacy benefit costs. The funding round occurred on December 18, 2024. Learn more: Scripta Insights #HealthcareIT#Funding#PharmacyBenefits#CostContainment#SelfInsured#Employers#Payers#Savings#Prescriptions
@venturevillagewall · Post #4328 · 07.03.2025 г., 07:00
Trump Establishes Strategic Bitcoin Reserve Former President Trump has signed an order to create a strategic Bitcoin reserve in the U.S., based on approximately 200,000 BTC confiscated by the government. This reserve will serve as a savings asset, not intended for sale, acting as a digital Fort Knox. Meanwhile, analysts indicate that governments may follow the U.S. lead, reducing the likelihood of Bitcoin bans from regulators. Post-announcement, Bitcoin saw a price drop from $91,000 to $85,000 but has since recovered to $88,000. No altcoins are currently included in the reserve plans. Full details here: Reuters #Bitcoin#crypto#Trumpr#US#Blockchain#Finance#Regulation#Assets#DigitalCurrency#Investments#Savings#Market#Trading#Reserves#Government#FTX#Securities#FortKnox#Economy#PriceDrop#StrategicReserve