TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #281 · 18 авг.

Что-то вы гоните насчет "привычного вида формата 755 и 644". Я вот вообще не понял что это!😳 Действительно, что означают цифры которые мы получили в прошлом посте? Это кодировка, заключающая в себе режимы доступа к файлу. Подробней можно почитать в статье про chmod. Там можно увидеть альтернативное обозначение того же самого с помощью символов r w x, что значит чтение, запись, исполнение. Чтобы преобразовать восьмеричное число в такое обозначение в Python есть готовая функция >>> stat.filemode(0o755) '?rwxr-xr-x' Мы видим 3 группы по 3 символа, дающие 3 типа доступа для 3 типов юзеров. А что за знак вопроса в начале? Давайте передадим в эту функцию необрезанное значение от os.stat >>> stat.filemode(os.stat(path).st_mode) 'drwxr-xr-x' Это данные, которые мы безжалостно обрезали в прошлый раз😼 Первый символ обозначает тип объекта. Это может быть файл (-), директория (d) или симлинк (l). Вот простая схема данной кодировки [1][3][3][3] │ │ │ │ │ │ │ └──> Others Permissions │ │ └─────> Group Permissions │ └────────> Owner Permissions └───────────> File Type (разверните экран если вы с телефона) Если вы попробуете получить пермишены для симлинка то получите пермишены для файла >>> path = '.venv/bin/python3' >>> stat.filemode(os.stat(path).st_mode) '-rwxr-xr-x' Чтобы получить свойства именно симлинка, нужно это явно указать >>> stat.filemode(os.stat(path, follow_symlinks=False).st_mode) 'lrwxrwxrwx' #tricks#basic

Резултати

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

Пребарај: #copernicus

当前筛选 #copernicus清除筛选
EKOLOG.UZ| ENG

@ekologuzenglish · Post #10322 · 14.11.2025 г., 12:59

#ClimateCrisis 🌍 The world is sinking into fossil fuels Oil, gas, and coal account for 75% of global greenhouse gas emissions and nearly 90% of CO₂ emissions. 🔥 2024 became the hottest year in recorded history — global temperatures have risen 1.5°C above pre-industrial levels for the first time (according to @CopernicusClimate). ❄️ Consequences: • Melting of polar ice caps • Rising sea levels • Intensifying storms and droughts • Populations who contributed least to climate change are suffering the most ⛽️ Despite the crisis, consumption of oil, gas, and coal is increasing. 🌡 According to @UNEP, 2024 set a record for CO₂ emissions. Many governments and corporations are promising “net zero,” yet in practice, fossil fuel extraction is being doubled. 🗣 “Governments are doubling fossil fuel extraction — this is double the risk for humanity and the planet,” — said UN Secretary-General António Guterres. 📊 According to the @InfluenceMap report: Just 57 corporations and state-owned companies were responsible for 80% of CO₂ emissions from fossil fuel and cement production between 2016 and 2022. 💡 The solution is a transition to clean energy and local resources. But without transparency, investigative journalism, and public pressure, change will not happen. 🟢 Climate responsibility is not an abstract concept. It involves real names and real actions. #EcoUz#ClimateCrisis#Copernicus#UNEP#CleanEnergy#ZeroEmission#StopFossilFuel#AralRegion#SustainableFuture ☘️Read the latest environmental news on the @ekologuz page. Follow us and send your suggestions and wishes via @eklguz_bot Instagram | Facebook | Twitter | Sayt | Youtube.