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

Пребарај: #aioffice

当前筛选 #aioffice清除筛选
AI & Law

@ai_and_law · Post #360 · 25.07.2024 г., 07:04

Unveiling the AI Office's Extensive Responsibilities Under the AI Act Kai Zenner, Head of Office and Digital Policy Adviser for MEP Axel Voss in the European Parliament, recently published a blog post detailing the 130 responsibilities assigned to the AI Office under the AI Act. These responsibilities are categorized into four main areas: establishing an AI governance system, developing secondary legislation, EU-level enforcement activities, and conducting ex-post evaluations of the law. The governance system includes 39 tasks to be executed between 21 February 2024 and 2 August 2026. Another 39 tasks involve creating secondary legislation, such as Delegated Acts, Implementing Acts, guidelines, templates, Codes of Practice, Codes of Conduct, and a standardisation request. These tasks have varying deadlines, some fixed and others at the Commission's discretion. Additionally, there are 34 categories of EU-level enforcement activities, beginning on 2 February 2025, and 18 tasks for ex-post evaluation to be carried out between 2025 and 2031. #AI#AIOffice#AIAct

AI & Law

@ai_and_law · Post #140 · 17.10.2023 г., 07:04

Experts Examine AI Office's Key Role in EU Regulation Hello, dear subscribers! Hadrien Pouget, Associate Fellow at the Carnegie Endowment for International Peace, and Johann Laux, British Academy Postdoctoral Fellow at the University of Oxford, have written an insightful article highlighting the pivotal role of the AI Office within the EU's regulatory framework, especially in the context of implementing the AI Act. The authors propose a three-fold strategy for the AI Office: 1️⃣ Developing Harmonized Standards: They recommend that the AI Office actively contributes to enhancing the specificity of AI regulations over time. This involves aiding in the determination of normative decisions for consideration and offering insights when normative judgments need to be made. 2️⃣ Amending the AI Act: The AI Office should monitor and navigate the intricate interplay between the AI Act and other laws. Moreover, it should maintain independence while providing recommendations for delegated acts and amendments. 3️⃣ Handling Legal Matters: In court proceedings, the AI Office plays a vital role in identifying gaps in the protection of fundamental rights. It offers insights into distinguishing predictable harms from unpredictable ones by meticulously examining technological evidence. The AI Office is envisioned as a central agency instrumental in ensuring the ethical and effective implementation of AI regulations. #AIRegulation#AIStandards#AIAct#EURegulation#AIOffice#FundamentalRights