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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #61 · 2 апр.

Ранее я уже упоминал о другой фишке из ˍˍfutureˍˍ , это оператор деления. from __future__ import division Суть проста. Раньше сложность типа данных результата поределялась типом самого сложного операнда. Например: int/int => int int/float => float В первом случае оба операнда int, значит и результат будет int. Во втором float более сложный тип, поэтому результат будет float. Если нам требуется получить дробное значение при делении двух int то приходилось форсированно один из операндов конверировать в float. 12/float(5) => float Но с новой "философией" это не требуется. В Python3 "floor division" заменили на "true division" а старый способ теперь работает через оператор "//". >>> 3/2 1.5 >>> 3//2 1 То есть теперь деление int на int даёт float если результат не целое число. В классах теперь доступны методы __floordiv__() и __truediv__() для определения поведения с этими операторами. Данный переход описан в PEP238. #pep#2to3#basic

Резултати

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

Пребарај: #usai

当前筛选 #usai清除筛选
Papa & Vaticano - News

@papaevaticanonews · Post #9520 · 02.03.2026 г., 15:58

“Il conflitto in crescita rischia di sfociare in una guerra regionale più ampia”. Con queste parole mons. Paul S. Coakley, arcivescovo di Oklahoma City e presidente della Conferenza episcopale degli Stati Uniti (Usccb), ha chiesto agli #USAi, all’#Iran e all’intera comunità internazionale di tornare al dialogo e di percorrere ogni strada verso una pace giusta e duratura. Facendo proprie le parole di Papa #LeoneXIV – che all’Angelus di ieri ha invitato a fermare “la spirale della violenza prima che diventi una voragine irreparabile” e a promuovere “il bene dei popoli, che anelano a una convivenza pacifica, fondata sulla giustizia” – il presule ha rivolto “un appello accorato a tutte le parti coinvolte perché la diplomazia riacquisti il suo ruolo” e ha chiesto “una cessazione della spirale della violenza” e un ritorno al “coinvolgimento diplomatico multilaterale”. Mons. Coakley ha quindi invitato “i cattolici e tutti gli uomini di buona volontà a continuare le ardenti preghiere per la pace in Medio Oriente, per la sicurezza delle truppe e degli innocenti”, affidando il mondo all’intercessione di Maria, “Regina della pace”.

AI & Law

@ai_and_law · Post #724 · 16.12.2025 г., 08:04

🇺🇸U.S. Executive Order Signals Federal Preemption in AI Policy President Donald Trump has signed a new Executive Order aimed at implementing the U.S. AI Action Plan and removing what the administration views as barriers to American leadership in AI. The Order represents the White House’s second effort to limit state-level AI regulation, following the Senate’s rejection of a proposed 10-year moratorium. It frames extensive state AI laws as a legal and strategic risk, arguing that fragmented regulation across states could undermine innovation and national competitiveness. The Order advances federal authority through three core rationales. First, it argues that AI companies must operate without burdensome, inconsistent state rules, particularly given the absence of a comprehensive federal AI law and the existence of over 1,000 state-level AI bills. Second, it targets state laws that, in the administration’s view, mandate “ideological bias” in AI systems, framing such requirements as potentially violating the Federal Trade Commission Act’s ban on unfair or deceptive practices. Third, it establishes an AI Litigation Task Force within the Department of Justice to challenge state AI laws deemed to unlawfully regulate interstate commerce, conflict with federal policy, or otherwise be unlawful in the Attorney General’s judgment. Together, these measures consolidate regulatory control at the federal level while deferring the adoption of a comprehensive national AI statute. The Executive Order positions federal enforcement and preemption as the primary tools for shaping U.S. AI governance, with significant implications for the future role of state-level AI regulation. #AIRegulation#USAI ##AIPolicy#AILaw

AI & Law

@ai_and_law · Post #631 · 08.08.2025 г., 07:04

🇺🇸White House Centralizes AI Policy Resources in New Online Hub The White House has launched a dedicated AI policy website, consolidating key U.S. federal actions on artificial intelligence. Other useful relevant documents on US AI policy: ✔️Promoting the Export of the American AI Technology Stack ✔️Accelerating Federal Permitting of Data Center Infrastructure ✔️Removing Barriers to American Leadership in Artificial Intelligence ✔️Advancing Artificial Intelligence Education for American Youth ✔️Preventing Woke AI in the Federal Government ✔️Restoring Common Sense to Federal Procurement #USAI#ExecutiveOrders#AIGovernance#WhiteHouse

12
ПретходнаСтраница 1 од 2Следна