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

Пребарај: #tenancy

当前筛选 #tenancy清除筛选
NIDO Russia (НИДО)

@nido_russia · Post #1871 · 13.11.2024 г., 16:08

Supreme Court's decisions on Community/Estate Associations issue. Case Law: In the case of FAMAKINWA & ORS V. ODOFIN OLOJA ESTATE RESIDENTS ASSOCIATION & ORS (2016) LPELR-41066(SC), the Court ruled: 1. Residents are bound by rules of the estate association, even if they are not members. 2. Estate associations can make management & maintenance rules for the estate. 3. These rules are enforceable on all residents. The decision was on the following grounds: 1. Purchasing/renting property within the estate, implies consent to abide by the estate's rules. 2. Residents have a vested interest in maintaining the estate's amenities and services. 3. Allowing non-members to disregard estate rules would undermine the association's ability to maintain order & manage the estate effectively. The court also stressed that: 1. Estate association rules must be reasonable & not arbitrary or oppressive. 2. Residents must be given fair notice & opportunity to be heard before sanctions or penalties are imposed. https://t.me/nido_russia/1871 #realestate#tenancy#landlord#tenant#apartment#flat