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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #175 · 30 окт.

В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль QtCompat (compatibility). Там не так много функций но они довольно полезны. Этот модуль содержит унификаци модуля shiboken2, функций loadUi, translate и несколько переименованных функций классов или изменённую сигнатуру аргументов и возвращаемых значений. Это единственное исключение из правила когда вам потребуется где-то изменить свой код кроме импортов и этот код не похож на обычный код PySide2. Например, в PyQt4 и PySide есть метод QHeaderView.setResizeMode Для PyQt5 и PySide2 они были благополучно переименованы в QHeaderView.setSectionResizeMode Чтобы применить этот метод следует использовать такой код from Qt import QtCompath header = self.horizontalHeader() QtCompat.QHeaderView.setSectionResizeMode(header, QtWidgets.QHeaderView.Fixed) Унификация загрузки UI файлов: # PySide2 from PySide2.QtUiTools import QUiLoader loader = QUiLoader() widget = loader.load(ui_file) # PyQt5 from PyQt5 import uic widget = uic.loadUi(ui_file) # Qt.py from Qt import QtCompat widget = QtCompat.loadUi(ui_file) Хорошо что таких моментов не много и их легко запомнить. Полный список можно посмотреть в таблице. #qt#tricks

Hashtags

Резултати

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

Пребарај: #terminology

当前筛选 #terminology清除筛选
English Speakers

@English_Speakers · Post #4595 · 22.06.2021 г., 16:26

#terminology @English_Speakers 🔴 Disciplinary Action إجراء تأديبي A disciplinary action: is a reprimand or corrective action in response to employee misconduct, rule violation, or poor performance. Depending on the severity of the case, a disciplinary action can take different forms, including: A verbal warning = إنذار شفوي A written warning = إنذار خطي A reduction in rank or pay = خفض الرتبة/ الدرجة أو الخصم Termination = فصل Example 📌 Failure to do so will result in disciplinary action. @English_Speakers

Hashtags

Venture Village Wall 🦄

@venturevillagewall · Post #3775 · 02.01.2025 г., 16:00

REYES Critiques Misleading Tech Terminology Prof. Reyes warns against misleading tech terms like ‘AI Agents’ and ‘SMARTbond’, suggesting they misdirect expectations and attract legal scrutiny. He emphasizes that systems like AI16Z's are not autonomous, sparking debate on accountability and terminology. Full article: Leviathan News #AI#Tech#Legal#Debate#Terminology#Innovation#Accountability#Crypto

AI & Law

@ai_and_law · Post #702 · 14.11.2025 г., 08:04

📖IAPP Expands Its AI Governance Lexicon to 101 Key Terms The International Association of Privacy Professionals (IAPP) has released an expanded version of its Key Terms for AI Governance, now including over 100 core concepts used by professionals across the AI policy and compliance space. The initial glossary, published in fall 2023, contained 61 terms; the 2025 update integrates new terminology reflecting emerging AI use cases and governance challenges identified by the IAPP community and its collaborators. Each definition draws on authoritative sources, including legislative texts, international frameworks, and governmental reports, ensuring alignment with the evolving global AI governance landscape. By codifying shared language and meaning, the IAPP glossary functions as a reference point for practitioners seeking consistency in interpretation and application of AI governance principles across jurisdictions. #AI#Governance#Law#Ethics#IAPP#Terminology#Compliance#AIGovernance

djangoproject

@djangoproject · Post #510 · 27.11.2017 г., 04:53

https://www.linux.com/learn/intro-to-linux/2017/11/5-coolest-linux-terminal-emulators 5 Coolest #Linux Terminal Emulators Sure, we can get by with boring old GNOME terminal, Konsole, and funny, rickety, old xterm. When you're in the mood to try something new, however, take a look at these five cool and useful Linux terminals. #Xiki: http://bit.ly/2i8y7Jm #Cool_Retro_Term: http://bit.ly/1tC7gBP #Sakura: https://bugs.launchpad.net/sakura #Terminology: https://www.enlightenment.org/about-terminology #Tilda: https://github.com/lanoxx/tilda