TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #191 · 14 дек.

Как разделить строку с shell-командой на отдельные аргументы в виде списка? Если сделать просто сплит по пробелу то получим то что надо, кроме случаев со вставками текста с пробелами. Например так: >>> '-arg "I Am Groot"'.split(' ') ['-arg', '"I', 'Am', 'Groot"'] Чтобы учитывать текст в кавычках как единый аргумент можно воспользоваться функцией shlex.split() Кто читает мой канал давно, уже в курсе. А что делать, если нужно обратное действие? Объединить аргументы из списка в строку и при этом добавить кавычки в аргумент с пробелами. Конечно, если вы используете subprocess то он сам всё разрулит. Но если вам нужна именно команда одной строкой, то можно воспользоваться готовой функцией в том же subprocess. >>> from subprocess import list2cmdline >>> list2cmdline(['-arg', 'I Am Groot']) '-arg "I Am Groot"' Он также позаботится об экранировании уже имеющихся кавычек >>> list2cmdline(['-arg', 'I Am "Groot"']) '-arg "I Am \"Groot\""' А вот так он может "схлопнуть" в команду JSON >>> list2cmdline(['--json', json.dumps({'key': 'value'})]) '--json "{\"key\": \"value\"}"' _______________ Возможно кто-то спросит, а зачем соединять аргументы в строку если subprocess сам это сделает а os.system не наш путь? Мне как-то потребовалось отправлять команду на удалённое выполнение и в API поддерживалось указание команды только строкой. Так что всякое бывает) #libs#basic

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 🇺🇸