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

Пребарај: #medicalethics

当前筛选 #medicalethics清除筛选
Google Facts™ [ ️@googlefactss🌎]

@googlefactss · Post #40186 · 25.11.2025 г., 03:02

The Tuskegee Study was a government experiment from 1932 to 1972. It involved Black men with syphilis who were told they were getting free health care. But doctors did not give them medicine to cure the disease. They just watched the sickness get worse. The men did not know the truth and were not allowed to leave the study. This caused a lot of harm and suffering. [Read more] @googlefactss🏥⚠️#TuskegeeStudy#MedicalEthics#History#HealthRights

Google Facts™ [ ️@googlefactss🌎]

@googlefactss · Post #40158 · 22.11.2025 г., 07:03

HeLa cells – taken from Henrietta Lacks in 1951 without her consent – became the first immortal human cell line. They helped develop the polio vaccine, cancer treatments, and gene mapping, revolutionizing medicine. 7 Her story highlights major ethical questions in science and patient rights. [Read more] @googlefactss #HeLa#MedicalEthics#ScienceHistory#HenriettaLacks

Google Facts™ [ ️@googlefactss🌎]

@googlefactss · Post #40738 · 05.03.2026 г., 07:02

Active euthanasia is when a doctor directly ends a patient’s life, like using a lethal injection. Passive euthanasia is when doctors stop treatment or life support, letting the person die naturally. Passive euthanasia is legal in many countries. Active euthanasia is only legal in a few, like the Netherlands, Belgium, Luxembourg, Canada, Spain, Portugal, Colombia, Ecuador, and New Zealand. Some U.S. states allow assisted dying, but not active euthanasia. Many people find passive euthanasia more acceptable. Active euthanasia is more controversial. People worry about abuse or moral problems. Support often depends on whether a person is terminally ill or in unbearable suffering. ⚕️🛌💉🌍📜 [Check our poll] [Read some more] @googlefactss #Euthanasia#PassiveVsActive#MedicalEthics#RightToDie#HealthEducation#TeenLearning#GlobalLaw