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

Резултати

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

Пребарај: #usai

当前筛选 #usai清除筛选
Papa & Vaticano - News

@papaevaticanonews · Post #9520 · 02.03.2026 г., 15:58

“Il conflitto in crescita rischia di sfociare in una guerra regionale più ampia”. Con queste parole mons. Paul S. Coakley, arcivescovo di Oklahoma City e presidente della Conferenza episcopale degli Stati Uniti (Usccb), ha chiesto agli #USAi, all’#Iran e all’intera comunità internazionale di tornare al dialogo e di percorrere ogni strada verso una pace giusta e duratura. Facendo proprie le parole di Papa #LeoneXIV – che all’Angelus di ieri ha invitato a fermare “la spirale della violenza prima che diventi una voragine irreparabile” e a promuovere “il bene dei popoli, che anelano a una convivenza pacifica, fondata sulla giustizia” – il presule ha rivolto “un appello accorato a tutte le parti coinvolte perché la diplomazia riacquisti il suo ruolo” e ha chiesto “una cessazione della spirale della violenza” e un ritorno al “coinvolgimento diplomatico multilaterale”. Mons. Coakley ha quindi invitato “i cattolici e tutti gli uomini di buona volontà a continuare le ardenti preghiere per la pace in Medio Oriente, per la sicurezza delle truppe e degli innocenti”, affidando il mondo all’intercessione di Maria, “Regina della pace”.

AI & Law

@ai_and_law · Post #724 · 16.12.2025 г., 08:04

🇺🇸U.S. Executive Order Signals Federal Preemption in AI Policy President Donald Trump has signed a new Executive Order aimed at implementing the U.S. AI Action Plan and removing what the administration views as barriers to American leadership in AI. The Order represents the White House’s second effort to limit state-level AI regulation, following the Senate’s rejection of a proposed 10-year moratorium. It frames extensive state AI laws as a legal and strategic risk, arguing that fragmented regulation across states could undermine innovation and national competitiveness. The Order advances federal authority through three core rationales. First, it argues that AI companies must operate without burdensome, inconsistent state rules, particularly given the absence of a comprehensive federal AI law and the existence of over 1,000 state-level AI bills. Second, it targets state laws that, in the administration’s view, mandate “ideological bias” in AI systems, framing such requirements as potentially violating the Federal Trade Commission Act’s ban on unfair or deceptive practices. Third, it establishes an AI Litigation Task Force within the Department of Justice to challenge state AI laws deemed to unlawfully regulate interstate commerce, conflict with federal policy, or otherwise be unlawful in the Attorney General’s judgment. Together, these measures consolidate regulatory control at the federal level while deferring the adoption of a comprehensive national AI statute. The Executive Order positions federal enforcement and preemption as the primary tools for shaping U.S. AI governance, with significant implications for the future role of state-level AI regulation. #AIRegulation#USAI ##AIPolicy#AILaw

AI & Law

@ai_and_law · Post #631 · 08.08.2025 г., 07:04

🇺🇸White House Centralizes AI Policy Resources in New Online Hub The White House has launched a dedicated AI policy website, consolidating key U.S. federal actions on artificial intelligence. Other useful relevant documents on US AI policy: ✔️Promoting the Export of the American AI Technology Stack ✔️Accelerating Federal Permitting of Data Center Infrastructure ✔️Removing Barriers to American Leadership in Artificial Intelligence ✔️Advancing Artificial Intelligence Education for American Youth ✔️Preventing Woke AI in the Federal Government ✔️Restoring Common Sense to Federal Procurement #USAI#ExecutiveOrders#AIGovernance#WhiteHouse

12
ПретходнаСтраница 1 од 2Следна