TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #303 · 27 дек.

Наверняка вы замечали, что в Python есть удобная функция для получения переменной окружения os.getenv(NAME) И её "сестра" для создания или изменения переменных окружения os.putenv(NAME, VALUE) Но почему-то putenv() не работает как должно. Энвайромент не обновляется! os.putenv('MYVAR', '1') print(os.getenv('MYVAR')) ... и ничего 😴 Почему так? На самом деле энвайромент обновляется, но это значение не добавляется в словарь os.environ. Откройте исходник функции os.getenv(). Это просто шорткат для os.environ.get() В то время как putenv() это built-in С-функция. Словарь os.environ (или точней класс из MutableMapping) создаётся из энвайромента в момент инициализации. Функция putenv() самостоятельно его не изменяет. В тоже время, когда вы создаёте или изменяете ключ в os.environ, автоматически вызывается putenv() в методе __setitem__(). То есть, технически putenv() всё делает верно, но в os.environ это не отражается. Можно проверить так: >>> os.putenv('MYVAR', '123') >>> os.system('python -c "import os;print(os.getenv(\'MYVAR\'))"') 123 Я объявил переменную в текущем процессе и вызвал дочерний процесс, который её унаследовал и получил в составе os.environ. Аналогично при удалении переменной вызывается еще одна built-in функция unsetenv(), удаляющая переменную из системы. Итого ▫️ Удобней всего явно обновлять переменные через os.environ ▫️ Есть способ неявно создать/удалить переменную через putenv/unsetenv, что не повлияет на os.environ но изменит энвайромент и передаст изменения сабпроцессам. Но так лучше не делать! ▫️os.environ это просто обертка для built-in функций putenv() и unsetenv(). #basic

Hashtags

Резултати

Пронајдени 76 слични објави

Пребарај: #one

当前筛选 #one清除筛选
Coin Sonar

@CoinSonar · Post #243768 · 17.04.2026 г., 16:12

#ONE | Volume spike (USDT PAIR) 101 times the average volume 108.21K USDT traded in 5 min └Buying vol: 77.02K USDT 🟢 Boost score: 6/10 24h Vol: 306.62K USDT (Binance) Price: 0.00251 (-2.7% in 24h)

Hashtags

Pro Analysis

@proanalysistrader · Post #28291 · 30.11.2024 г., 16:00

#ONE/USDT analysis : #ONE has broken out of the trendline following a bounce from the support zone, accompanied by a strong volume candle. The price is expected to continue its bullish momentum soon and test the previous highs. A potential gain of +1100% is anticipated from the current level. TF : 1M Entry : $0.03000 Target : $0.37897 SL : $0.02100

Hashtags

Pro Analysis

@proanalysistrader · Post #27862 · 21.08.2024 г., 14:22

#ONE/USDT analysis : #ONE is currently forming a structure of higher highs (HHs) and higher lows (HLs) above the 200 EMA. The price is anticipated to sustain its momentum and reach new highs. Wait for a pullback to enter long positions. TF : 1H Entry : $0.0113 Target : $0.0122 SL : $0.0108

Hashtags

Pro Analysis

@proanalysistrader · Post #27849 · 17.08.2024 г., 15:29

#ONE/USDT analysis : #ONE is currently consolidating sideways within the support and resistance zone. At the moment, the price is bouncing off the support zone and is expected to test the resistance zone. TF : 4H Entry : $0.0104 Target : $0.0110 SL : $0.0100

Hashtags

Pro Analysis

@proanalysistrader · Post #27708 · 26.06.2024 г., 06:31

#ONE/USDT analysis - #ONE is in a downtrend making lower lows (LLs) and lower highs (LHs). The price is currently facing resistance and is expected to be rejected from there, continuing its bearish momentum to test previous lows. TF : 4h Entry : $0.0150 Target : $0.0133 SL : $0.0162

Hashtags

American Crypto©

@americancryptotrading · Post #27441 · 17.11.2025 г., 09:10

🇺🇸#ONE/USDT is bouncing off the supportzone on the weekly timeframe🧐 Looks good for the midterm✈️ American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27337 · 09.08.2025 г., 09:08

🇺🇸#ONE/USDT is currently shaping the descendingtriangle pattern on the daily timeframe👀 Looking for a recovery🚀 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27066 · 28.11.2024 г., 17:43

🇺🇸#ONE/USDT is testing the s/r zone on 3D timeframe👨‍💻 Full send if we manage to break upwards🐃 American Crypto©

Hashtags

123•••67
ПретходнаСтраница 1 од 7Следна