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

Резултати

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

Пребарај: #geopoliticaldevelopments

当前筛选 #geopoliticaldevelopments清除筛选
Crypto M - Crypto News

@CryptoM · Post #65315 · 12.04.2026 г., 22:05

🚀 U.S. Stock Futures Open Lower by Over 1% U.S. stock futures for the three major indices opened lower by more than 1% on Monday. According to Jin10, this decline reflects growing investor concerns over potential market volatility and economic uncertainties. The drop in futures suggests a cautious start to the trading week, as market participants assess the impact of recent economic data and geopolitical developments. Analysts are closely monitoring these trends to gauge their potential effects on the broader market. #USStockFutures#MarketVolatility#EconomicUncertainties#StockMarket#GeopoliticalDevelopments#Investors#EconomicData#MarketTrends

Crypto M - Crypto News

@CryptoM · Post #64500 · 09.04.2026 г., 03:52

🚀 Japan's Five-Year Bond Auction Sees Stable Demand Amid Iran Ceasefire Japan's recent five-year government bond auction experienced demand consistent with the 12-month average. Bloomberg posted on X that the temporary ceasefire in the Iran conflict contributed to stabilizing investor interest. The auction results indicate a steady appetite for Japanese government securities, reflecting broader market sentiments influenced by geopolitical developments. #Japan#FiveYearBond#Auction#StableDemand#IranCeasefire#GeopoliticalDevelopments#InvestorInterest#GovernmentSecurities#MarketSentiment