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

Пребарај: #employees

当前筛选 #employees清除筛选
Venture Village Wall 🦄

@venturevillagewall · Post #4082 · 06.02.2025 г., 13:00

AI Superagency in Workplace Gains Ground McKinsey's new report talks about the rise of AI superagency at workplaces, empowering employees to leverage AI's full potential. While long-term benefits are acknowledged, quick returns on investment are not widely seen. Surveys show employees are optimistic and ready for AI, yet leaders underestimate current AI use. The report suggests that the foundation for AI superagency exists, and leaders should take notice. Read the full report here: McKinsey Report #AI#Workplace#Leadership#Innovation#Technology#McKinsey#Superagency#Investment#Employees#Research

Crypto M - Crypto News

@CryptoM · Post #64477 · 09.04.2026 г., 02:04

🚀 Anthropic Completes Secondary Market Equity Sale Anthropic has recently completed a secondary market equity sale, with some employees selling a small portion of their shares to investors. According to Odaily, the limited willingness of employees to sell resulted in several investors not receiving their planned share allocations. The transaction was priced in line with the company's latest funding round valuation from February this year, maintaining Anthropic's current valuation at $350 billion, excluding the $30 billion raised in this round. #Anthropic#EquitySale#SecondaryMarket#Employees#Investors#FundingRound#Valuation#TechNews