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

Резултати

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

Пребарај: #weeklyairdrop

当前筛选 #weeklyairdrop清除筛选
ChatGPT AI Technology News

@chatgpt_officialnews · Post #119 · 26.05.2025 г., 16:02

📰 AI News Update: 🤖 In the world of artificial intelligence, researchers have made significant strides in natural language processing. A new model developed by a team at a leading university has surpassed previous benchmarks in understanding context and nuances in text. This advancement could revolutionize chatbots, translation services, and content analysis tools. Moreover, a breakthrough in AI ethics has been achieved with the development of a framework that prioritizes fairness and transparency in machine learning algorithms. This approach aims to mitigate biases and discrimination, ensuring AI systems make ethical decisions in various applications. On the business front, tech giants are investing heavily in AI-driven solutions to enhance customer experiences and streamline operations. Companies across industries are increasingly leveraging AI to drive innovation... ➖➖➖➖🔻 🤖 BOT: @Chatgpt_OfficialBOT 💎@Chatgpt_OfficialNews #️⃣#NeuralHubAI#ReferralContest#EarnTokens#WeeklyAirdrop ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #117 · 24.05.2025 г., 11:01

🚀 Referral Contest Heating Up – $200 Weekly Prize! The race is ON, and here are your current top referrers: 🥇Amir – 30 referrals 🥈Pixel Wiz* – 29 referrals 🥉Ref Champ* – 23 referrals But it’s not over yet — you still have time to climb the leaderboard and win your share of the $200 prize this week! ⚡️Just invite your friends using your referral link 😵Every referral brings you closer to the top 🏆Top 3 win: $100 • $60 • $40 Let’s go! Start inviting now and grab that top spot! 📈 ➖➖➖➖🔻 🤖 BOT: @Chatgpt_OfficialBOT 💎@Chatgpt_OfficialNews #️⃣#NeuralHubAI#ReferralContest#EarnTokens#WeeklyAirdrop ➖➖➖➖🔺