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 слични објави

Пребарај: #inflationconcerns

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

@CryptoM · Post #64657 · 09.04.2026 г., 12:47

🚀 U.S. Consumer Spending Shows Minimal Growth Amid Inflation Concerns U.S. consumer spending in February showed little growth, according to data from the U.S. Department of Commerce. This comes amid ongoing inflation concerns, which are expected to worsen due to the conflict involving Iran. According to Jin10, inflation-adjusted consumer spending increased by 0.1% compared to January. The core Personal Consumption Expenditures (PCE) index, excluding food and energy, rose by 0.4% from the previous month. The annual rate of the core PCE price index, favored by the Federal Reserve, recorded a 3.0% increase. #ConsumerSpending#InflationConcerns#USEconomy#PCEIndex#IranConflict#FederalReserve#EconomicGrowth

Crypto M - Crypto News

@CryptoM · Post #64942 · 10.04.2026 г., 11:33

🚀 Market Focus Shifts to U.S.-Iran Talks Amid Inflation Concerns Foreign exchange analyst Giuseppe Dellamotta noted that the market's attention is currently centered on the U.S.-Iran negotiations. According to Jin10, the inflation data for March, widely attributed to the ongoing conflict, is likely to be overlooked as the outcome of the talks takes precedence. While there is significant divergence in predictions for the overall CPI, forecasts for the core CPI are more aligned. The Federal Reserve maintains a neutral stance but has indicated readiness to tighten policies further if inflation expectations rise or if the conflict extends longer than anticipated. The market anticipates a 7 basis point easing by the end of the year, suggesting no changes in interest rates are expected in 2026. #USIranTalks#InflationConcerns#ForeignExchange#CPI#CoreCPI#FederalReserve#InterestRates#MarketFocus#InflationData#PolicyTightening

Crypto M - Crypto News

@CryptoM · Post #65355 · 13.04.2026 г., 02:09

🚀 JGBs Decline Amid Inflation Concerns Following U.S.-Iran Peace Talks Collapse Japanese Government Bonds (JGBs) experienced a decline as renewed inflation concerns emerged after the failure of peace talks between the United States and Iran. Wall Street Journal (Markets) posted on X that the breakdown in negotiations has heightened geopolitical tensions, contributing to market volatility. The unsuccessful talks have led to increased uncertainty in the global markets, with investors worried about potential disruptions in oil supply and subsequent inflationary pressures. This has prompted a sell-off in JGBs as investors seek safer assets. Analysts suggest that the geopolitical instability could lead to further fluctuations in bond markets, as traders adjust their portfolios in response to the evolving situation. The impact of these developments on the broader financial markets remains to be seen, with attention now focused on potential diplomatic efforts to resolve the tensions. #JGBs#InflationConcerns#USIranTalks#PeaceTalksCollapse#GeopoliticalTensions#MarketVolatility#OilSupply#BondMarkets#FinancialMarkets#Investors#MarketFluctuations