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

Пребарај: #sgheritage

当前筛选 #sgheritage清除筛选
URA Singapore

@URASingapore · Post #1396 · 14.11.2025 г., 10:04

🎬 Nine films. Nine stories celebrating the charm and character of Singapore’s conserved buildings. ✨ Discover how these spaces, beautifully restored, continue to serve our needs today. 📺 Watch the films and cast your vote for the People’s Choice Award by liking your favourite in the NTU-AHA Films playlist. Voting ends on 12 Dec 2025, 6pm: https://go.gov.sg/ahashortfilms #SingaporeArchitecture#SGHeritage#BuiltHeritage

URA Singapore

@URASingapore · Post #1440 · 20.12.2025 г., 10:03

👀 Look up the next time you walk past a shophouse! Shophouse signages are more than just names on a building, they add character to our streetscapes. Swipe through to to see how good signage design practices help to keep the charm of our conservation areas alive! 👉 #URAMemos#ConservationSG#SGHeritage#ShophousesOfSG

URA Singapore

@URASingapore · Post #1428 · 06.12.2025 г., 10:00

Love the vibes at Holland Village? We do too 🙌 From low-rise buildings to continuous walkways and elegant signages, find out how we’re retaining the unique charm and familiar identity of the area through thoughtful planning and design. #HollandVillage#ExploreSingapore#UrbanDesign#IdentityNode#SGHeritage