@googlefactss · Post #40104 · 16.11.2025 г., 19:01
Nomophobia is the fear of being without your mobile phone. 😱📵 [Source] @googlefactss#phobia
Hashtags
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
Пребарај: #phobia
@googlefactss · Post #40104 · 16.11.2025 г., 19:01
Nomophobia is the fear of being without your mobile phone. 😱📵 [Source] @googlefactss#phobia
Hashtags
@quweibb · Post #4830 · 02.04.2026 г., 10:47
#phobia
Hashtags
@googlefactss · Post #39921 · 13.10.2025 г., 11:55
Arachibutyrophobia is the irrational fear of peanut butter sticking to the roof of your mouth. @googlefactss#funfact#phobia
@googlefactss · Post #40083 · 13.11.2025 г., 23:01
Decidophobia is the fear of making decisions. Choose your source: [Source1] Or [Source2] Or [Source3] @googlefactss #phobia#choices
@googlefactss · Post #40426 · 28.12.2025 г., 11:02
Phobia is an intense, irrational fear of something that is often not dangerous. Fear is a normal reaction to real danger or threat. Phobias cause strong anxiety that is much bigger than the actual risk and can disrupt daily life. Fear helps keep us safe, but phobias are more about worry and avoidance even when there is little or no real danger. @googlefactss #Phobia#Fear#Anxiety#MentalHealth😨⚠️
@googlefactss · Post #40489 · 06.01.2026 г., 15:04
Allodoxaphobia means being very scared of what other people think. It is not an official medical condition but is similar to social anxiety, where people fear being judged or criticized. This fear can make people avoid social situations and feel very anxious. It is different from normal dislike because it causes strong fear that affects daily life. @googlefactss #Phobia#Anxiety#MentalHealth#SocialFear#Allodoxaphobia😟🧠
@googlefactss · Post #40709 · 26.02.2026 г., 23:01
Ablutophobia is a fear of bathing, cleaning or washing the body. It is a real anxiety disorder. People with it may feel panic or rapid heartbeat when thinking about bathing. The fear is stronger than normal dislike and can affect daily hygiene. Treatments like therapy can help manage it. 🚿😨🛁 [Read more] @googlefactss #MentalHealth#Anxiety#Phobia#Ablutophobia#SelfCare#HealthAwareness