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

Резултати

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

Пребарај: #cryptofund

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

@CryptoM · Post #65450 · 13.04.2026 г., 09:15

🚀 RAVE's Price Surge Raises Concerns Over Market Manipulation RAVE's recent spot price surged from $0.3 to $6.2, marking a 20-fold increase, sparking suspicions of contract manipulation within the community. According to ChainCatcher, this maneuver led to liquidations exceeding $37 million across the network, with short positions accounting for over $31 million. The project team is estimated to have profited more than $30 million. Community reports suggest that the RAVE project is managed by the former ARPA and Bella Protocol team, led by Felix Xu and Yemu. In 2021, Felix Xu raised a $20 million crypto fund, ZX Squared Capital, primarily focused on quantitative trading. The fund reportedly provided the capital for RAVE's market-making and price-pumping activities, allowing the project team to self-initiate, self-fund, and self-market, thereby minimizing trust issues and insider trading risks to maximize profits. #RAVE#Crypto#MarketManipulation#PriceSurge#Liquidation#Blockchain#Trading#CryptoFund#ARPA#BellaProtocol#BEL