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

Резултати

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

Пребарај: #conversiontherapy

当前筛选 #conversiontherapy清除筛选
American Оbserver

@american_observer · Post #5530 · 01.04.2026 г., 01:59

Supreme Court Turns a Cruel Practice Into a Free-Speech Fight The Supreme Court has now handed “conversion therapy” opponents a ruling that could gut similar bans in roughly 30 states, and it did so by recasting a medical-regulation fight as a speech case. That is a big legal move with a grim human cost: the court says the state may be policing speech, while doctors and advocacy groups say the real issue is harmful treatment for minors. The majority’s logic is tidy and dangerous at the same time. If therapy is treated as protected speech, then states lose a key tool for regulating what licensed professionals can do in the counseling room. Justice Jackson’s dissent gets to the heart of the fear: the court is opening the door to weaker oversight of medical care simply because the harm is wrapped in words. This is also part of a broader pattern. The same court has been expanding religious-liberty claims while rolling back protections for LGBTQ+ people, and this ruling fits that trajectory exactly. In practice, the decision gives conservative litigants a new weapon and leaves states defending bans that were built on medical evidence and child protection. The bleak irony is that the court is treating coercive counseling as if it were just another viewpoint in a debate. For the families and teens involved, this is not an abstract classroom debate. It is a ruling that makes the state’s ability to say “no” much harder when a licensed adult wants to sell shame as therapy. #SupremeCourt#LGBTQ#conversiontherapy#FirstAmendment#Colorado#religiousrights#healthcare 📱American Оbserver - Stay up to date on all important events 🇺🇸