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

Резултати

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

Пребарај: #nbaseason

当前筛选 #nbaseason清除筛选
Crypto M - Crypto News

@CryptoM · Post #65337 · 13.04.2026 г., 00:45

🚀 Lakers vs. Jazz NBA Game Draws Significant Bet on Polymarket A significant bet has been placed on the Los Angeles Lakers defeating the Utah Jazz in the NBA regular season game, according to Odaily. An account with a winning probability exceeding 66% invested $200,000 on the Lakers' victory, with an average opening price of 91¢. The game between the Lakers and the Jazz commenced today at 8:30 AM UTC+8. This marks the final day of the NBA regular season. The Lakers currently hold a record of 52 wins and 29 losses, placing them third in the Western Conference, while the Jazz have a record of 22 wins and 59 losses, ranking them 15th in the same conference. #Lakers#Jazz#NBA#Polymarket#Betting#NBASeason#WesternConference#LakersVsJazz#Basketball

Crypto M - Crypto News

@CryptoM · Post #64482 · 09.04.2026 г., 02:25

🚀 Significant Bet Placed on Thunder in NBA Regular Season Matchup Against Clippers A notable prediction event on Polymarket involves a user with a win rate exceeding 58% who has invested $270,000 on the Oklahoma City Thunder defeating the Los Angeles Clippers. According to Odaily, the average opening price for this bet was 76.2¢. The NBA regular season game between the Thunder and the Clippers commenced today at 10 a.m. UTC+8. As the game progresses into the first quarter, the Thunder hold a record of 63 wins and 16 losses, placing them first in the Western Conference. Meanwhile, the Clippers are ranked eighth with a record of 41 wins and 38 losses. #NBA#Thunder#Clippers#Polymarket#Betting#OklahomaCityThunder#LosAngelesClippers#WesternConference#Basketball#NBASeason

Crypto M - Crypto News

@CryptoM · Post #64783 · 09.04.2026 г., 23:05

🚀 High-Stakes Bet on Bulls vs. Wizards NBA Game A significant wager has been placed on the Polymarket prediction platform regarding the NBA regular season game between the Chicago Bulls and the Washington Wizards. According to Odaily, an account with a history of over $4.3 million in losses has invested $150,000 on the Bulls to win against the Wizards with a 5.5-point spread, at an average opening price of 56 cents. Additionally, the same account has placed a $40,000 bet on the Bulls to win with a 6.5-point spread, at an average opening price of 50.9 cents. The NBA regular season game between the Bulls and the Wizards commenced today at 7 a.m. UTC+8. As the season nears its conclusion, the Bulls hold a record of 30 wins and 49 losses, placing them 12th in the Eastern Conference. Meanwhile, the Wizards have a record of 17 wins and 62 losses, ranking 15th in the Eastern Conference. #HighStakesBet#BullsVsWizards#NBA#Polymarket#ChicagoBulls#WashingtonWizards#NBASeason#Betting#SportsBetting#PointSpread#BasketballBetting#EasternConference