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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #197 · 4 јан.

Подразумеваемые неймспейсы или неявные пакеты. Этот функционал добавлен в Python 3.3 Что он означает? Ранее, до 3.3 пакетами считались лишь директории, в которых есть файл __init__.py. Этот файл одновременно являлся свидетельством того, что директория это Python-пакет, и служил "телом" этого пакета. То есть местом, где можно написать код, как это делается внутри модуля. Этот код исполняется в момент импорта пакета, так что его принято называть "код инициализации пакета". Начиная с версии 3.3 Любая директория считается пакетом и Python будет пытаться использовать любую директорию для импорта. Конечно, не любую в файловой системе, а только те что находятся в sys.path. Это значит, что теперь __init__.py нужно делать только если: 🔸 вам требуется создать код инициализации пакета 🔸 нужна совместимость со старыми версиями Python На мой взгляд это немного упрощает разработку, делает её чище, но с другой стороны убивает некоторую однозначность происходящего. Например, я создал репозиторий со своей библиотекой и рядом положил код примеров или тестов. repo_name/ my_library/ __init__.py main.py examples/ exam1.py exam2.py В этом репозитории пакетом является только my_library, остальные директории это не пакеты, это просто дополнительный код в файлах. Директория examples не добавлена в sys.path, в ней нет рабочих модулей. Но если она лежит рядом с my_library, то Python вполне сможет импортнуть из неё модули, так как посчитает что examples это валидный пакет. Конечно, пример несколько надуманный. Никто не будет добавлять корень репозитория в sys.path. Но, я думаю, суть ясна. Иногда директория это просто директория а не пакет! #basic#pep

Hashtags

Резултати

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

Пребарај: #icts

当前筛选 #icts清除筛选
Russian Mission to ASEAN

@aseanrussia · Post #1033 · 24.05.2024 г., 13:32

🗓 On May 23-24, Moscow hosted the 3rd ASEAN Regional Forum (#ARF) Workshop on Countering the Use of ICTs for Criminal Purposes, co-chaired by Russia 🇷🇺, Thailand 🇹🇭 and China 🇨🇳. 🔹️The agenda of the workshop covered such issues as criminalization and crime prevention, international cooperation on countering the use of #ICTs for criminal, terrorist and extremist purposes, as well as international legal aspects of countering the use of ICTs for criminal purposes and the practice of national and cross-border investigations. 🔹️The participants shared their approaches to the topical issues related to countering the use of ICTs for criminal purposes. The discussion highlighted the need to enhance practical cooperation in this field and to early elaborate under the UN auspices the comprehensive international convention on countering the use of ICTs for criminal purposes.

Hashtags

Russian Mission to ASEAN

@aseanrussia · Post #492 · 21.06.2023 г., 11:15

🗓 On June 21, Russia 🇷🇺 and Cambodia 🇰🇭 co-chaired 2nd ASEAN Regional Forum (#ARF) Workshop on Terminology in the Field of Security of and in the Use of ICTs in the Context of Confidence Building. More than 17 ARF Members took part in the meeting. 🔹️Representatives of specialized government agencies and academia discussed topical issues related to using specific terminology, shared their national experience and approaches in developing terminology in the field of security of and in the use of #ICTs. The participants also touched upon terminological aspects in the context of the work on universal #UN convention on countering the use of ICTs for criminal purposes. #ARF#ICT