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 слични објави

Пребарај: #shows

当前筛选 #shows清除筛选
Car News

@car_news · Post #1225 · 25.04.2025 г., 09:47

📺Top Gear is back 📱 The first series of 'documentary comedy' The Not Very Grand Tour with the iconic show's presenters has been released. ℹ️The episode focuses on the memories of May, Hammond and Clarkson. It included an oil-car race through Detroit, a tank drive and the bombing of Clarkson's house. All in the name of internal combustion engines. 📆 There will be four episodes in total. The rest are due this year and 2026. @CarsNews #shows

Hashtags

One Piece (TV Series) Year of Production: 2023 Countries: USA, UK, Japan Filming Location: South Africa Genres: Adventure, Fantasy, Comedy, Action A fearless young captain assembles a diverse crew and embarks on an epic journey to become the King of the Pirates by uncovering a legendary treasure. This television series is a live-action adaptation of the iconic manga One Piece by Eiichiro Oda. The show received widespread acclaim from both critics and fans for its engaging storytelling and faithful adaptation. Part of the series was filmed at Cape Town Film Studios in South Africa. 🎥Official trailer. #movies#shows#series#culture