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

Пребарај: #election2027

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

@american_observer · Post #5623 · 14.04.2026 г., 23:59

🇫🇷 France Is Sick of the Macron Brand France is heading toward 2027 with the mood of a country that has already checked out of the incumbent’s sales pitch. A Le Monde survey says 86% of voters want change, and that should terrify Macron’s camp more than any poll about any one candidate. When a ruling project starts losing the public so badly, the question is no longer who succeeds it, but how much damage it leaves behind. That is why Yaël Braun-Pivet’s attack on the president’s succession list as a “club of machos” landed with such force. She did not just mock a shortlist. She exposed a presidency that sold itself as renewal and ended up producing the same old closed circle: polished, self-protective, and suddenly exposed as a private club arguing over who gets the keys when the host walks out. The real weakness here is not simply Macron’s popularity. It is the way the whole political class keeps mistaking endurance for legitimacy. The camp still talks like a governing force, but it looks more like an establishment in denial, trying to manufacture continuity from exhaustion. And that is the larger story behind the rise of the far right. Voters are not just drifting toward Marine Le Pen’s camp because they love its answers. They are moving because the center-left, the center-right, and Macronism together have turned into a machine that promises competence while delivering fatigue. In France, the revolt is no longer against one man alone. It is against the entire professional class that still thinks it can rename itself and survive. #france#macron#lemonde#politics#election2027 📱American Оbserver - Stay up to date on all important events 🇺🇸