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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #198 · 6 јан.

Первая директория в sys.path 🔸 Когда вы запускаете Python-интерпретатор в интерактивном режиме, в системные пути (sys.path) в самое начало добавляется текущая рабочая директория >>> for path in sys.path: ... print(f'"{path}"') "" "/usr/lib/python37.zip" "/usr/lib/python3.7" ... Первая строка пустая, что и означает текущую рабочую директорию. 🔸 Если вы запускаете интерпретатор передавая скрипт как аргумент, то история получается иная. На первом месте будет директория в которой располагается скрипт. А текущая рабочая директория игнорируется. Пишем скрипт с таким содержанием: # script.py import sys for path in sys.path: print(f'"{path}"') Запускаем python3 /home/user/dev/script.py Получаем "/home/user/dev" "/usr/lib/python37.zip" "/usr/lib/python3.7" ... 🔸 Если вы запускаете скрипт по имени модуля то на первом месте будет домашняя директория текущего юзера python3 -m script "/home/user" "/usr/lib/python37.zip" "/usr/lib/python3.7" ... Скрипт должен быть доступен для импорта На что это влияет? На видимость модулей для импорта. Если вы ждёте, что, запустив скрипт по пути, сможете импортировать модули из текущей рабочей директории, то вы ошибаетесь. Придётся добавлять путь os.getcwd() в sys.path самостоятельно или заранее объявлять переменную PYTHONPATH. #basic

Hashtags

Резултати

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

Пребарај: #stockbuyback

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

@CryptoM · Post #64651 · 09.04.2026 г., 12:36

🚀 Greenlane Holdings Announces $2 Million Stock Buyback Plan Greenlane Holdings, a Nasdaq-listed company, has announced that its board of directors has approved a $2 million stock repurchase program. According to Odaily, the company also released its annual financial report, revealing that after acquiring an additional 7.5 million BERA tokens, its holdings have increased to 77.9 million tokens as of April 7, 2026. This represents approximately 32% of the current circulating supply of BERA tokens. #GreenlaneHoldings#StockBuyback#Nasdaq#BERATokens#FinancialReport#TokenAcquisition

Crypto M - Crypto News

@CryptoM · Post #64656 · 09.04.2026 г., 12:44

🚀 BitMine Immersion Technologies Expands Stock Buyback Program to $4 Billion BitMine Immersion Technologies has announced its official transition to trading on the New York Stock Exchange main board, ceasing its activities on NYSE American. According to Foresight News, the company has also expanded its stock buyback program, increasing the authorized total from $1 billion to $4 billion. As of April 6, 2026, BitMine holds approximately 4.803 million ETH, representing 3.98% of the total Ethereum supply, achieving over 79% of its 'Alchemy of 5%' target. The company's combined holdings of cryptocurrency and cash amount to approximately $11.4 billion. Institutional investors include Cathie Wood from ARK, Pantera, and Galaxy Digital. #BitMine#ImmersionTechnologies#StockBuyback#NYSE#Ethereum#Cryptocurrency#ARK#Pantera#GalaxyDigital#Finance#ETH

Crypto M - Crypto News

@CryptoM · Post #64563 · 09.04.2026 г., 08:14

🚀 Disney Cuts 1,000 Jobs Amid $7 Billion Buyback Goal Disney has announced the elimination of 1,000 positions as part of a workforce reduction strategy linked to its $7 billion stock buyback initiative. According to NS3.AI, the layoffs are primarily affecting marketing and corporate teams under the banner of Project Imagine. Chief Marketing Officer Asad Ayaz stated that this project aims to consolidate Disney's marketing efforts across film, television, and streaming platforms. Additionally, Josh D’Amaro, who is overseeing the workforce trim, revealed that Disney plans to allocate $60 billion over the next decade towards enhancing its theme parks and experiences. #Disney#jobcuts#stockbuyback#workforcereduction#marketing#corporate#ProjectImagine#themeparks#investment#layoffs#corporatestrategy