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

TGINSIGHT SIMILAR POSTS

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

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

Ранее мы уже говорили о том, как выполнить какой-либо код перед открытием интерактивной консоли. Расскажу еще один способ! На самом деле, даже запустив интерпретатор в обычном режиме с выполнением скрипта из файла вы можете в любом месте активировать интерактивный режим. Или даже несколько по очереди. За это отвечает модуль code. Как это может пригодиться? 🔸 Вам не хватает pdb и хочется больше "власти" 🔸 Нужно запросить у юзера данные в достаточно сложном виде. В этом случае можно попросить его создать что ему надо и сохранить в определённую переменную, с которой потом и работать. 🔸 Нужна изолированная среда для выполнения каких-либо действий. 🔸 Просто забавы ради😁 Запускается консоль очень просто import code ic = code.InteractiveConsole() try: ic.interact() except SystemExit: pass Выход обратно на предыдущий уровень происходит как обычно, вызов функции exit() или клавиши Ctrl+D(Ctrl+Z для Windows). Я набросал простой пример с некоторым функционалом 🔹 Меняются символы приглашения 🔹 В неймспейсы добавляются дополнительные объекты 🔹 Считается время, проведённое в интерактивном режиме 🔹 Скрипт просит юзера заполнить переменную и по выходу распечатывает её значение Код здесь ↗️ Для запуска сохраните код в файл и запускайте как обычный скрипт. python my_console.py Для быстрого запуска можно сделать отдельный алиас alias py="python3 /home/username/my_console.py" #tricks#source

Резултати

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

Пребарај: #aiterminology

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

@ai_and_law · Post #786 · 17.03.2026 г., 08:04

🌐OECD Report Seeks Clear Terminology for AI Agents and Agentic AI The Organisation for Economic Co-operation and Development (OECD) has published a report examining the concepts of “AI agents” and “agentic AI” and the distinction between them. The report analyses how both terms are used in existing literature and evaluates their meaning through the lens of the OECD definition of an AI system. The study aims to establish more precise and consistent terminology around these concepts. By reviewing current academic and policy discussions, the report highlights differences in how the terms are applied and seeks to clarify their use in the context of AI governance and research. #AI#AIGovernance#AITerminology#AIRegulation#OECD

AI & Law

@ai_and_law · Post #167 · 17.11.2023 г., 08:04

EU and U.S. Release 65 Key AI Terms: Seeking Public Input Hello, dear subscribers! The European Union and the United States have unveiled 65 key AI terms crucial for comprehending risk-based AI approaches. As part of the Fourth EU-US Trade and Technology Council held in May 2023, the EU and U.S. have released essential AI terminology and taxonomy. The initiative aims to foster a shared understanding of risk management in the realm of Artificial Intelligence. Now, they are inviting public input. Comments on the completeness, relevance, and correctness of these definitions are encouraged. #AInews#EUUSTradeTech#AIterminology

AI & Law

@ai_and_law · Post #42 · 29.06.2023 г., 07:04

EU-US draft Terminology and Taxonomy for artificial intelligence released The Trade and Technology Council has published a significant document called the "Draft EU-US Terminology and Taxonomy for Artificial Intelligence." This publication marks a crucial milestone in establishing a common understanding of AI systems between the European Union and the United States. The identified terms in this draft reflect a shared understanding of the technical, socio-technical, and values-based aspects of AI. They are designed to lay the groundwork for future definitions and facilitate transatlantic collaboration on AI terminology and taxonomy. It's important to note that this list is preliminary and is expected to evolve further. In the coming months, experts and stakeholders will provide their input to expand and validate the terminology. This collaborative effort ensures a comprehensive and inclusive approach to defining AI concepts. #AITerminology#AITaxonomy#TransatlanticCooperation#AI#Law