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

Резултати

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

Пребарај: #recipes

当前筛选 #recipes清除筛选
Learn RCRussian🤍💙❤️

@learnrcrussian · Post #3936 · 31.12.2024 г., 14:00

New Year's effective way to serve champagne was shown in social media: 🎄🥂Just remember the recipe: 🌟Throw a handful of cranberries into the glass and pour water over them, so that the berries are completely hidden. 🌟Take a rosemary sprig, remove the lower leaves and add to the berries. 🌟Put the glass in the freezer and wait until the water freezes. 🌟Take it out, cover with champagne and admire. #NewYear #Christmas #holidays #recipes #lifehack 😎 Stay with @learnRCRussian

🍮Malva Pudding is a traditional South African dessert made with apricot jam and loved for its rich, spongy texture and golden caramelized top. Fresh out of the oven, the hot pudding is generously soaked in a creamy butter sauce, making it irresistibly moist and indulgent 😍 It is usually served warm, paired with cold custard and/or ice cream — a perfect balance of flavors and temperatures. This beloved classic can be found on the menu of many restaurants across South Africa 🇿🇦 📹 Recipe video in English: Watch here → https://www.youtube.com/watch?v=zCzzThViI60 #SouthAfrica#Culture#Food #Desserts#MalvaPudding#Recipes

GitHub Trends

@githubtrending · Post #15022 · 01.08.2025 г., 14:00

#html#cookbook#cooking#django#docker#food#markdown#meal_planner#recipe#recipes#selfhosted#shopping Tandoor Recipes is a free, self-hosted app that helps you organize, plan, and share your digital recipe collection easily. You can import recipes from many websites, create meal plans, and generate shopping lists automatically. It works well on phones and tablets, supports tagging and searching recipes quickly, and lets you share and collaborate with family or friends. It also offers features like OCR to digitize paper recipes and syncs with cloud storage. Setting it up with Docker is simple, and it keeps your recipes safe and accessible in one place, making cooking and meal prep more efficient and enjoyable[1][2][3]. https://github.com/TandoorRecipes/recipes

Ничего особо не видел. Туман был сильный. #travel#foodie#fitness#art#music#photography#nature#fashion#beauty#motivation#quotes#books#coffee#technology#gaming#movies#design#architecture#cars#motorcycles#space#science#history#culture#streetstyle#selfcare#mindfulness#yoga#meditation#business#entrepreneur#marketing#startup#coding#ai#robotics#education#learning#languages#writing#poetry#drawing#painting#digitalart#illustration#animals#cats#dogs#wildlife#ocean#mountains#sunset#sunrise#citylife#streetphotography#minimalism#vintage#retro#luxury#watches#sneakers#streetwear#makeup#skincare#healthyfood#vegan#recipes#baking#gardening#plants#flowers#home#interior#decor#lifestyle#adventure#explore