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

Резултати

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

Пребарај: #crustaceans

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

@googlefactss · Post #40853 · 24.03.2026 г., 07:02

Male and female crabs can be distinguished by looking at their abdominal flap (apron) shape, with males having a narrow, triangular (or T-shaped) apron and females possessing a broad, rounded, or U-shaped apron. Females, often called "sooks," use this wide abdomen to carry eggs, while males ("jimmies") generally have larger claws. @googlefactss#crustaceans

Hashtags

Interesting Planet 🌍

@interesting_planet_facts · Post #883 · 09.10.2025 г., 18:11

🌎 The yeti crab was discovered in 2005 near deep-sea hydrothermal vents in the South Pacific. Its pincers are covered with hair-like bristles that host bacteria, which the crab farms for food. This crab lives 2,200 meters below the surface, where sunlight never reaches. ✨ #ocean⚡#animals⚡#crustaceans 👉subscribe Interesting Planet 👉more Channels ​

Interesting Planet 🌍

@interesting_planet_facts · Post #1287 · 11.02.2026 г., 22:11

🌎 Beneath the Ross Ice Shelf in Antarctica, researchers discovered a thriving community of tiny amphipod crustaceans living over 500 meters below the ice. Scientists accessed this hidden ecosystem in 2015 by drilling through the thick ice, revealing life where sunlight never reaches. This shelf covers an area roughly the size of France. ✨ #ocean⚡#Antarctica⚡#crustaceans 👉subscribe Interesting Planet 👉more Channels ​