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

Пребарај: #enterpriseai

当前筛选 #enterpriseai清除筛选
APKPure_Official

@apkpurechannel · Post #2314 · 13.03.2025 г., 15:00

🚀 Revolutionize Your AI Experience with Abacus.AI! 🧠🏢 Whether you're an individual or an enterprise, Abacus.AI has the perfect AI solution for you! 👤For Personal Use: ✅ Access top LLMs (GPT-4, Claude, etc.) ✅ Create custom chatbots - no coding needed! ✅ Generate images & search the web ✅ Automate tasks with AI agents ✅ Just $10/month for unlimited AI power! 🏢For Enterprises: ✅ Build custom AI models effortlessly ✅ Implement predictive modeling & personalization ✅ Enhance forecasting & anomaly detection ✅ Seamlessly integrate with existing systems ✅ Join Fortune 500 companies already onboard! Ready to transform your AI journey? 👉Try Abacus.AI today:https://s.aipure.ai/abacus-ai #AI#AITools#PersonalAI#EnterpriseAI#AbacusAI

StartupBase

@startupbaseuz · Post #4968 · 13.11.2024 г., 07:13

#program ©IT Park Uzbekistan va “Plug and Play Central Asia” O‘zbekistonda Xalqaro akselerator dasturining 3-bosqichiga rasman start berdi! 🔥 O‘zbekiston, Qozog‘iston va Ozarbayjondan 80 dan ortiq arizalar orasidan #EnterpriseAI, #EdTech, #HealthTech, #Fintech, #Mobility va boshqa sohalarda yangi g‘oyalarni ilgari suruvchi 17 ta istiqbolli startap tanlab olindi! Bu tajribani yanada samaraliroq qilish uchun har bir startapga oldingi bosqichlarning tajribali asoschilari va bitiruvchilaridan iborat maxsus kuzatuvchi biriktiriladi: 🫣 Azizbek Qurbonov — “Sug‘urta Bozor” hammuassisi va bosh direktori 🫣 Muhammad Xalil — “Startup Garage” asoschisi 🫣 Rustam Hamdamov — “Billz” asoschisi 🫣 Alisher Alimov — “Azma Finance” asoschisi 🫣 Abduqahhor Toshmuhamedov — “Smartup X” asoschisi ⭐️ Ushbu kuzatuvchilar o‘z tajribalarini bo‘lishib, startaplarga qiyinchiliklarni yengish va o‘z salohiyatlarini ro‘yobga chiqarishda shaxsiy ko‘rsatma va yordam beradilar. Keyingi oylar davomida startaplar quyidagi imkoniyatlardan foydalanadilar: 🥶 Asosiy biznes ko‘nikmalari bo‘yicha mutaxassislar rahbarligidagi seminarlar 🥶 Tajribali mutaxassislar bilan yakka tartibdagi murabbiylik mashg‘ulotlari 🥶 Investorlar va korporativ hamkorlar bilan aloqa o‘rnatish imkoniyatlari 🥶 “Plug and Play” global tarmog‘iga maxsus kirish imkoniyati ⭐️ 3-bosqich va mazkur startaplarning qiziqarli sayohatlari haqida yangilanishlardan xabardor bo‘lib turing! 🚀 Telegram | Instagram | Facebook | Youtube | LinkedIn

Crypto M - Crypto News

@CryptoM · Post #64826 · 10.04.2026 г., 02:43

🚀 AI's Impact on Investment and Trading: Insights from Nansen CEO PANews posted on X (formerly Twitter) about a discussion with Nansen CEO Alex Svanevik on the evolving role of AI in investment and trading. Svanevik highlighted that 'smart money 2.0' is transforming into a predictive system, with agent trading expected to surpass human trading by 2028. However, he emphasized the need for users to build a 'trust ladder' before fully relying on trading agents. The conversation also covered the implementation of tools like OpenClaw in enterprise settings, where safety is prioritized over speed. Svanevik shared insights on how the Nansen team utilizes OpenClaw and how AI is reshaping team structures. He noted that 'judgment' is becoming the most scarce resource within AI-native companies. Svanevik further pointed out that low latency, overcoming AI bottlenecks, and open-source solutions will define the next generation of agent infrastructure. #AI#Investment#Trading#FinTech#MachineLearning#PredictiveAnalytics#OpenSource#EnterpriseAI#FinancialTechnology#AlgorithmicTrading

Crypto M - Crypto News

@CryptoM · Post #64989 · 10.04.2026 г., 13:04

🚀 AI TRENDS | Secure Blockchain Acquires Agentic Solutions in Stock Deal Secure Blockchain, a publicly traded Canadian company, has announced the acquisition of Agentic Solutions Limited, an AI Agent company based on ElizaOS, in an all-stock transaction valued at approximately $450,000, equivalent to 5 million common shares. According to Foresight News, the company also completed a private placement financing of $1.5 million, with the Eliza Foundation subscribing to about 50% of the shares, amounting to roughly $750,000. The funds raised will be allocated to AI Agent development, platform construction, and operational expenses. Additionally, Secure Blockchain settled $500,000 of debt through the issuance of approximately 4.44 million shares. Following the transaction, the total share capital stands at about 32.59 million shares, with a market value estimated at $3.67 million based on the financing price. The related shares are locked until August 11, 2026. Agentic Solutions is a commercial partner of ElizaOS, focusing on developing enterprise-level AI Agent products within this framework. ElizaOS, created by Eliza Labs, is one of the most active open-source AI Agent frameworks currently available. Secure Blockchain, previously specializing in blockchain embedded email encryption services, is transitioning into the Agentic AI sector following this acquisition. #AI#Blockchain#Acquisition#Financing#ElizaOS#AgenticSolutions#StockDeal#EnterpriseAI#OpenSourceAI#TechInvestment