@TFGames · Post #1847 · 06.01.2024 г., 10:09
#NRO#SAMA#GAMES https://testflight.apple.com/join/dkRuffkH
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
Пребарај: #sama
@TFGames · Post #1847 · 06.01.2024 г., 10:09
#NRO#SAMA#GAMES https://testflight.apple.com/join/dkRuffkH
@uzcsd · Post #2791 · 02.11.2022 г., 05:04
DEPO - #STATISTICS CHANGES IN STRUCTURE OF STATE-OWNED SHARE The number of JSCs with state-owned share totaled 226 JSCs or 35.8% in aggregated number of JSCs as of 01.11.2022. The volume of state-owned share totaled UZS 133 690.4 billion or 80.7 % in total volume of shares issues. The share owned by Ministry of Finance amounted to 69.9%, Reconstruction and Development Fund - to 22.6%, State Assets Management Agency – to 6.8%, and other state organizations – to 0.7%. #structure#state#share#shares#SAMA#MinistryofFinance deponet.uz|Tg|Fb|Inst|Youtube
@uzcsd · Post #2734 · 04.10.2022 г., 09:10
DEPO - #STATISTICS CHANGES IN STRUCTURE OF STATE-OWNED SHARE The number of JSCs with state-owned share totaled 225 JSCs or 35.7% in aggregated number of JSCs as of 01.10.2022. The volume of state-owned share totaled UZS 133 665.4 billion or 81.2% in total volume of shares issues. The share owned by Ministry of Finance amounted to 69.9%, Reconstruction and Development Fund - to 22.7%, State Assets Management Agency – to 6.8%, and other state organizations – to 0.6%. #structure#state#share#shares#SAMA#MinistryofFinance deponet.uz|Tg|Fb|Inst|Youtube
@uzcsd · Post #2679 · 06.09.2022 г., 13:34
DEPO - #STATISTICS CHANGES IN STRUCTURE OF STATE-OWNED SHARE The number of JSCs with state-owned share totaled 226 JSCs or 35.9% in aggregated number of JSCs as of 1 September 2022. The volume of state-owned share totaled UZS 132 895.8 billion or 81.4% in total volume of shares issues. The share owned by Ministry of Finance amounted to 70.1%, Reconstruction and Development Fund - to 22.4%, State Assets Management Agency – to 6.9%, and other state organizations – to 0.6%. #structure#state#share#shares#SAMA#MinistryofFinance deponet.uz|Tg|Fb|Inst|Youtube