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

Резултати

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

Пребарај: #buddhism

当前筛选 #buddhism清除筛选
Google Facts™ [ ️@googlefactss🌎]

@googlefactss · Post #40743 · 06.03.2026 г., 15:03

The Sukhothai Kingdom was a Siamese kingdom in Mainland Southeast Asia. It was centered in north-central present-day Thailand. It existed from 1238 to 1438. It later became part of the Ayutthaya Kingdom. The kingdom grew strong under rulers like Si Inthrathit and Ram Khamhaeng. People spoke Old Thai and practiced Theravada Buddhism. 🏯🇹🇭📜 [Read more] @googlefactss #Sukhothai#ThaiHistory#SoutheastAsia#Ayutthaya#Buddhism

Google Facts™ [ ️@googlefactss🌎]

@googlefactss · Post #40756 · 07.03.2026 г., 07:04

Theravāda Buddhism means “Teaching of the Elders.” It is the oldest surviving school of Buddhism. It follows the Pāli Canon. It teaches the Four Noble Truths: life includes suffering; suffering is caused by craving; suffering can end; the path ends suffering. The Noble Eightfold Path is: right view, right intention, right speech, right action, right livelihood, right effort, right mindfulness, and right concentration. The goal is Nibbāna, freedom from rebirth. Meditation and moral conduct are central practices. 🧘‍♂️📜🌏 [Read more] @googlefactss #Buddhism#Theravada#FourNobleTruths#EightfoldPath#WorldReligions

Google Facts™ [ ️@googlefactss🌎]

@googlefactss · Post #40767 · 09.03.2026 г., 07:03

Some Buddhists serve as soldiers even though Buddhism teaches non-violence. Soldiers can protect people, and Buddhism considers the intention behind actions. Actions that reduce suffering can be acceptable according to Buddhist ethics. Concepts like karma and skillful action are important. International humanitarian rules guide soldiers to act carefully. Being a Buddhist does not always mean being completely against war. Martial arts like Kung Fu also connect to Buddhism. They teach discipline, self-control, mindfulness, and protecting others. The goal is training the mind and body, not just fighting. 🕉️⚔️🥋 [Read more] @googlefactss #Buddhism#Ethics#Soldiers#NonViolence#Karma#Protection#SkillfulAction#KungFu#MartialArts#Mindfulness