Первая директория в 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
Daily English✍️
Talking About Realtionships.
ስለ ግንኙነት/ዝምድና ማውራት።
I’m single.
ፍቅረኛ የለኝም።
I have a boyfriend
ፍቅረኛ አለኝ።
I have a girlfriend.
ፍቅረኛ አለቺኝ።
We’re engaged.(= going to get married)
ተጫጭተናል /ልንጋባ ነው/።
We’re getting married in June.
ሰኔ ላይ እንጋባለን።
I’m married.
አግብቻለው /ባለ ትዳር ነኝ/።
I’ve been married for 10 years.
ካገባሁ 10 ዓመት ሆኖኛል።
I’m divorced.
ተፋትቻለው።
I’m widowed.(= my husband/wife has died)
ባሌ ሞቶብኛል / ሚስቴ ሞታብኛለች
I’m not looking for anything serious.
ቁምነገር የሚሆን ነገር እየፈለግኩ አይደለም።
I’m not quite over my ex.
የድሮ ፍቅረኛዬን አልረሳኋትም።
እንግሊዘኛን በቀላሉ ለመማር ከስር👇👇👇 join ይበሉ
በ ሶስት(3) ወር ብቻ እንጊሊዝኛ ቋንቋ ተናጋሪ ይሁኑ
#J-M-S ቋንቋ 👇👇👇
https://t.me/+xtML79KJky8wMWY0
https://t.me/+xtML79KJky8wMWY0
🔰 YouTube Music Vanced APK v6.16.52 🔰
MOD - (Premium + Ad-Free)
ℹ️ Description:
YouTube Music Vanced [Stable] [Unofficial] [Non-Root] Download YouTube Music MOD APK for android Update 2022 + microG
🆕 WHAT’S NEW:
Bumped base, YTM Rewind now works
Updated Translations
NOTE: Enforce Repeat not working
➕ MOD:
★★★ YouTube Music ReVanced Advanced compiled by derrin ★★★
➠ Compiled apk with the latest:
➤ ReVanced ReX Patches v2.189.0 Latest
- Bug Fixes
● youtube-music/hide-upgrade-button: Not worked without Sample button
- Feature
● youtube-music: Added support for v6.16.52
➤ ReVanced ReX Integrations v0.117.2 Latest
- Bug Fixes
➤ ReVanced Extended Cli v2.22.2 Latest
● build: update dependencies
● build: move to official Google smali fork
● build: move to maven central apktool fork
● build: move to maven central revanced-patcher fork
※ support --unsigned and --rip-lib commands #j-hc/revanced-cli
➠ It's based on the latest ReVanced ReX features, bug fixes and optimizations for YouTube Music app (with ReVanced Extend settings)
➠ Applied patches:
EXPAND: SHOW
Category: #Music_&_Audio 🧩
Developer: Google LLC 👨💻
App ID: com.google.android.apps.youtube.music🔐
Current Version: VARY ✅
Latest Update: 2023-08-31 14:21:05 ♻️
Content Rating: Teen 👀
Requirements: 5.0 📲
Enjoy 😊😘😊😘😊😘😊😘😊
https://t.me/joinchat/KOQ8o_8ns24yZTE8
@EverythingMe
Every day people from all parts of the world would remind me how amazing their lives are and how mine isn't.
I notice most of the people around me are just pretending to be happy, they show me what they want me to see not what i'm needed to see. I somehow know the truth but it's just so tough to believe it.
It's just that my heart is so used to being sad about every other single situation, now it finds it challenging to become something it has never been.
Honestly, my heart gave up on me a long time ago because my dumbass would always try to find reasons to make myself feel like shit.
With time I reached a point where I no more cared if I was happy or not.I had no idea about what I was trying to do with myself.
I didn't care if I watched that tv show which I used to enjoy, I didn't care if I ate those chicken rolls that my mom prepared just for me because I would beg her to make them, I didn't care if I was healthy, I didn't care about my looks, desires, likes, dislikes. I reached a point where I had no more fucks left with me to give to the world or to myself.
During one of the summer holidays my best friend who came to visit me after two whole years would scan my whole appearance with a concerned disgust in his eyes.
"Well, you look like shit. I heard from your mom that you haven't eaten anything since last two days. Are you trying to kill yourself or some shit? "
I smiled because I finally figured out what I was trying to do with myself.
"Hopefully"
#review#J # #promptWriting
(English isn't my first language, I need constructive criticism 😭)