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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #421 · 23 мар.

Мы используем Makefile думая, что нет альтернатив, что это стандарт и всё такое. Но make это не запускалка команд, а система сборки. Мы фактически используем его не по назначению. И на самом деле альтернатива есть! Некоторое время назад я открыл для себя прекрасный инструмент - just. Он решает все проблемы make. just - это не система сборки как make, это именно исполнитель команд! Больше никаких Phony Targets и табуляций, привет нормальный синтаксис и передача аргументов!!! 😎 ⭐️Что умеет just: ✅ Автодокументирование команд Не нужно делать отдельную команду с докой, просто добавь комментарий # команда сборки build: ... $ just --list Available recipes: build # команда сборки Команда с именем default запускается по умолчанию если не указано другое, так что я обычно делаю так: default: just --list Теперь просто выполняем just и получаем доку из текущего файла. ✅ Удобная работа с переменными окружения # загрузить из .env set dotenv-load # глобальная переменная export PYTHONPATH := "./src" # переменная для команды test $TESTUNG="true": pytest ✅ Передача аргументов build target: @echo 'Build {{target}}...' команда запуска $ just build dev # Build dev... ✅ Выбор интерпретатора прямо в команде Пример с инлайн-скриптом на python: system: #!/usr/bin/env python3 import platform print(platform.system()) Эта же функция позволит выполнить скрипт как одну команду вместо перезапуска шела для каждой строки foo: #!/usr/bin/env sh for file in ls .; do echo $file done ✅ Выполнение команды в определенной директории. Можно указать как релятивный путь так и абсолютный [working-directory: 'backend'] build: docker compose build Также можно задать рабочую директорию глобально Там еще много интересного: - поддержка функций - автокомплиты и интеграции - экспрешены - алиасы команд - группировка команд - альтернативы команды под разные ОС - импорт других just-файлов - цветной вывод - ... и другие штуковины! Так что вперёд - ➡️ читать доку! Репозиторий: ➡️https://github.com/casey/just Статья: ➡️https://www.chicks.net/reference/file_formats/just/ ЗЫ. Кажется, на Makefile я уже не вернусь) #tools

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