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

Резултати

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

Пребарај: #love

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

@ekologuzenglish · Post #11894 · 13.03.2026 г., 01:04

#Love A touching moment that reminds us about compassion. A mother crab was playing peacefully with her little baby near the water when suddenly a man grabbed the tiny crab from her claws. In desperation, the mother stayed nearby as if begging him to return her child. And when he finally did, she immediately pulled the baby close, holding it tightly as if afraid to lose it again. Even crabs have love for their children. Love does not depend on species, language, or size. Sometimes animals remind us of the simplest truth: every living being deserves care, respect, and the chance to live in peace. 🦀❤️☘️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.

Hashtags

Inspiring Thoughts

@Inspiringthoughts · Post #10473 · 08.02.2025 г., 10:38

When we feel #love and kindness toward others, it not only makes others feel loved and cared for, but it helps us also to develop inner happiness and peace. The practice of compassion and kindness is what brings us true happiness, both for ourselves and for those around us. -Dalai Lama 🌼💫❣

Hashtags

123•••5•••10•••15•••20•••25•••30•••35•••40•••45•••50•••55•••60•••6465
ПретходнаСтраница 1 од 65Следна