TGTGInsightinteligencia telegramLIVE / telegram public index
← Python Academy

TGINSIGHT SIMILAR POSTS

Buscar contenido similar

Canal fuente @python_academy · Post #2269 · 21 nov

Управление Docker контейнерами с помощью docker-py docker-py – это официальная библиотека Python для Docker, предоставляющая API для взаимодействия с Docker Daemon. С её помощью можно автоматизировать процессы создания, запуска, остановки и удаления контейнеров, работы с образами, сетями и томами Docker. import docker # Создание клиента client = docker.from_env() # Запуск контейнера container = client.containers.run("ubuntu:latest", "echo Hello, docker-py!", detach=True) # Получение логов контейнера print(container.logs().decode()) # Остановка и удаление контейнера container.stop() container.remove() В данном примере мы создаем клиента Docker, используя переменные окружения текущей сессии. Затем мы запускаем контейнер из образа ubuntu:latest, выполняем в нем команду echo, выводим логи работы контейнера и в конце останавливаем и удаляем контейнер. Управление образами с помощью docker-py: # Получение списка всех образов images = client.images.list() # Вывод информации о каждом образе for image in images: print(f'ID: {image.id}, Теги: {image.tags}') Для дальнейшего изучения и ознакомления с более продвинутыми возможностями рекомендуется обратиться к официальной документации. #python#docker#dockerpy

Resultados

1,206 posts similares encontrados

Búsqueda global general

GitHub Trends

@githubtrending · Post #15163 · 24/09/2025, 19:30

#python#document_analysis#layout_analysis#ocr#parser#pdf#pdf_converter#pdf_parser#python#vlm_ocr Dolphin is a smart AI tool that can analyze and understand complex document images, like pages with text, tables, formulas, and pictures. It works in two steps: first, it figures out the layout and reading order of the page; then, it quickly parses each element using special prompts. This makes it fast and accurate for turning document images into structured data like JSON or Markdown. You can use pre-trained models and easy code to process single pages, PDFs, or specific elements. This helps you save time and effort when extracting information from complicated documents efficiently. https://github.com/bytedance/Dolphin

GitHub Trends

@githubtrending · Post #15497 · 16/02/2026, 12:30

#python#adblock#adblock_list#adblock_plus#adguard#adguard_list#adguardhome#quantumult_x GOODBYEADS offers powerful, regularly updated rules (over 215,000 ad blocks, 102,000 DNS blocks) in formats like AdGuard, Quantumult X, and SmartDNS, with GitHub and fast domestic links. It blocks ads, trackers, and malware from top sources for clean browsing. You gain faster page loads, better privacy, less data use, and fewer distractions on any device. https://github.com/8680/GOODBYEADS

GitHub Trends

@githubtrending · Post #15166 · 25/09/2025, 11:30

#python#ai#ai_chat#chatgpt#enterprise_search#gen_ai#information_retrieval#llm#llm_ui#nextjs#python#rag Onyx is an open-source AI platform that lets you easily create and use custom AI chat agents with any large language model (LLM). It supports advanced features like web search, document search, code execution, and connecting to over 40 apps, all while keeping your data secure and private. You can deploy it quickly on your own servers or cloud, making it great for individuals or large teams. Onyx helps you get accurate, reliable answers from your own knowledge and automates tasks, improving productivity and collaboration in your work. It’s flexible, secure, and free to start with. https://github.com/onyx-dot-app/onyx

GitHub Trends

@githubtrending · Post #14784 · 04/06/2025, 00:00

#vue#awesome#dashboard#docker#hacktoberfest#homelab#homepage#mit#nodejs#organization#productivity#pwa#self_hosted#startpage#vue Dashy is a free, open-source dashboard that lets you organize and access all your self-hosted services, apps, and web links from one central place, making it easy to manage and monitor everything you use regularly[1][2][4]. It comes with over 50 pre-built widgets for things like system monitoring, news, weather, and productivity, and you can customize the look and layout with themes, icons, and different views[4][5]. The main benefit is that Dashy saves you time and hassle by giving you a single, user-friendly page to launch and check on all your important services, with features like instant search, status indicators, and multi-language support[4][5]. https://github.com/Lissy93/dashy

GitHub Trends

@githubtrending · Post #15019 · 01/08/2025, 12:30

#python#arxiv#automation#e_mail#github_action#paper#recommendation#research#zotero You can get daily emails recommending new arXiv research papers that match your interests by linking your Zotero library with the Zotero-arXiv-Daily tool. It automatically finds relevant papers based on what you have saved in Zotero, summarizes them with AI-generated short descriptions, and sends you links to PDFs and code if available. This service is free, easy to set up on GitHub with minimal configuration, and runs automatically every day, saving you time and effort in keeping up with new scientific papers tailored to your research areas. It helps you stay updated without manually searching arXiv[1]. https://github.com/TideDra/zotero-arxiv-daily

GitHub Trends

@githubtrending · Post #14797 · 06/06/2025, 12:00

#python#agents#document_search#evaluation#guardrails#llms#optimization#prompts#rag#vector_stores Ragbits is a tool that helps build and deploy GenAI applications quickly. It offers features like swapping between many language models, ensuring safe interactions with these models, and connecting to various data storage systems. Ragbits also includes tools for managing data and testing prompts, making it easier to develop reliable AI applications. This helps users create more accurate and efficient AI systems by integrating the latest data and reducing errors. Overall, Ragbits makes it faster and more efficient to develop and deploy AI applications. https://github.com/deepsense-ai/ragbits

折腾实验室频道

@TossLabChannel · Post #277 · 29/11/2024, 15:43

#Docker#Windows#macOS#Linux#Nas#照片备份#照片迁移#ICloud 一键备份iCloud照片教程 iCloud Photos Downloader 是一个开源的 iCloud 命令行下载工具,支持复制、同步、迁移 3 个模式 同时支持 Live Photos、RAW图像,并具有自动去重、增量运行优化等功能 运行icloudpd有三种方法: 1 从GitHub 版本 下载您的平台的可执行文件并运行它 2 使用软件包管理器安装、更新,在某些情况下,运行( Docker 、 PyPI 、 AUR 、 npm ) 3 从源头开始构建和运行 📱项目地址:点击链接 via:geekshare ❤️不想错过每个我精心推荐内容,请打开 #频道通知,你的 #阅读#点赞#转发 便是我发帖的最大动力! 📢 群聊: @TossQL 🎈 频道: @TossQLChannel 本频道主要折腾分享 #青龙面板, #签到任务, #Docker容器, #VPS服务器, #Github项目

GitHub Trends

@githubtrending · Post #15076 · 19/08/2025, 13:00

#python#aws#mcp#mcp_client#mcp_clients#mcp_host#mcp_server#mcp_servers#mcp_tools#modelcontextprotocol AWS MCP Servers use the Model Context Protocol (MCP), an open standard that connects AI tools with AWS data and services in a simple, secure way. These servers improve AI responses by providing up-to-date AWS documentation, best practices, and workflow automation for cloud development, infrastructure, and operations. You can run MCP servers locally for development or use AWS-managed remote servers for easy access and scalability. MCP servers support many AWS services like Lambda, DynamoDB, EKS, and more, helping you build, manage, and optimize AWS resources efficiently with AI assistance. Installation is easy with one-click options for popular tools like VS Code and Cursor. This makes cloud development faster, more accurate, and cost-effective. https://github.com/awslabs/mcp

GitHub Trends

@githubtrending · Post #15607 · 07/04/2026, 11:30

#python#ai_agents#ai_tutor#clawdbot#cli_tool#deepresearch#interactive_learning#large_language_models#multi_agent_systems#rag DeepTutor v1.0.0 is an open-source AI tutoring tool with personalized TutorBots, unified chat modes for solving problems, quizzes, research, and math animations, plus knowledge bases from your PDFs, persistent memory of your learning style, AI co-writing, and guided plans—all via easy web, Docker, or CLI setup. You benefit by getting a smart, evolving study companion that adapts to you, boosts understanding with interactive tools, and saves time on tough topics without starting over. https://github.com/HKUDS/DeepTutor

折腾实验室频道

@TossLabChannel · Post #146 · 14/11/2024, 12:25

#视频#自动化#抖音#小红书#视频号#tiktok#youtube#bilibili #自动化上传视频到社交媒体 social-auto-upload:一款视频自动化上传工具,支持多个主流社交媒体平台,包括抖音、小红书、视频号、TikTok、YouTube和Bilibili等。 可以通过该工具轻松地将视频内容定时发布到这些平台,极大地简化了社交媒体内容管理的流程。 📱项目地址:点击链接 ❤️不想错过每个我精心推荐内容,请打开 #频道通知,你的 #阅读#点赞#转发 便是我发帖的最大动力! 📢 群聊: @TossQL 🎈 频道: @TossQLChannel 本频道主要折腾分享 #青龙面板, #签到任务, #Docker, #VPS服务器, #github有趣项目

折腾实验室频道

@TossLabChannel · Post #181 · 18/11/2024, 15:16

#奶茶#奶茶王子#脚本#签到 #Sliverkiss#签到#青龙 #奶茶多合一签到 -支持霸王茶姬、沪上阿姨、益禾堂、丘大叔柠檬茶、老娘舅餐饮等小程序签到。(支持青龙及NE环境) -参考脚本注释添加好重写,依次打开需要签到的微信小程序,提示获取CK成功后再添加Cron运行即可。 -变量:teaMilk_data -增加奶茶检测,遇到同类型的替身会弹出相应提示。 -整合奶茶系列脚本,修复MITM冲突,之前的旧脚本将停止维护。 😀脚本作者:@Sliverkiss 😀脚本地址:点击链接 😀图标地址:点击链接 😀BoxJs订阅:点击链接 走遍天下茶馆门,霸王茶姬首当先, 沪上阿姨笑盈盈,一杯调情半个春。 益禾堂里香飘飘,一饮一啄皆心知, 丘大叔的柠檬茶,酸酸甜甜最动情。 老娘舅来不落后,餐饮界中真翘楚。 一本通行五大品,签到乐趣谁与争! ❤️不想错过每个我精心推荐内容,请打开 #频道通知,你的 #阅读#点赞#转发 便是我发帖的最大动力! 📢 群聊: @TossQL 🎈 频道: @TossQLChannel 本频道主要折腾分享 #青龙面板, #签到任务, #Docker, #VPS服务器, #github有趣项目

GitHub Trends

@githubtrending · Post #15615 · 15/04/2026, 11:30

#python#android#android_apps#f_droid#foss#free_and_op#free_and_open_source#izzyondroid#open_source#opensource This list offers free open-source Android apps for every need—from browsers, cameras, and music players to games, tools, and F-Droid stores like Neo-Store. Get them via F-Droid or IzzyOnDroid for no ads or tracking. It boosts your privacy and freedom by ditching Google apps, letting you control your data and phone fully. https://github.com/offa/android-foss

12•••8990919293•••100101