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

Резултати

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

Пребарај: #militarytechnology

当前筛选 #militarytechnology清除筛选
New Eastern Outlook

@neweasternoutlook · Post #11891 · 13.01.2026 г., 06:01

🇷🇺🛩Russia’s Molniya Aerial Drones Low-cost mass-produced UAVs illustrate how battlefield adaptation and technological pragmatism are reshaping modern warfare ✍️Author:Muhammad Ali Baig Research Fellow at the Institute of Strategic Studies, Islamabad (ISSI) ➡️The Russia–Ukraine conflict has highlighted the central role of scalable, technology-driven weapons systems capable of operating across a dispersed battlespace. In this context, Russia’s development of the Molniya unmanned aerial drone reflects a deliberate focus on cost efficiency, mass production, and operational flexibility. Designed from inexpensive materials and deployable by small crews, Molniya UAVs address the core demand of prolonged high-intensity warfare: sustaining pressure on multiple targets without exposing frontline personnel or exhausting industrial capacity. Russia’s Molniya aerial drones have redefined the role of UAVs in modern warfare, and these drones are the truest manifestation of Russia’s battlefield adaptations ➡️Technically, the Molniya represents a hybrid approach that blends simplicity with modular lethality. Its fixed-wing design, limited radar signature, and ability to carry anti-armor munitions or improvised warheads make it suitable for strike missions against fortified and mobile targets. Over time, its role has expanded beyond kamikaze attacks to include reconnaissance, surveillance, and even the mid-air deployment of FPV drones. This adaptability demonstrates how incremental innovation, rather than high-end complexity, can yield decisive tactical advantages. 🟦The integration of modern technologies has further enhanced Molniya’s battlefield relevance. The use of fiber-optic control to counter electronic warfare, satellite internet for extended command links, and onboard microcomputing for precision targeting reflects a pragmatic response to evolving countermeasures. As a result, Molniya drones illustrate a broader trend in contemporary conflict: the transformation of commercially available components into effective military tools. Their success underscores how future warfare may be shaped less by exclusive high-tech platforms and more by scalable, resilient systems optimized for attrition-based conflicts. #armament#Militarytechnology#Russia#RussiasSpecialMilitaryOperation#UAV READ MORE ✅@NewEasternOutlook