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

Data Science Jobs

@datasciencejobs · Post #2526 · 23/01/2025, 06:02

#ПродуктовыйАналитик#DataAnalytics#SQL#JuniorAnalyst#АналитикаДанных#ГибриднаяРабота#ABтесты#Python#PowerBI Продуктовый аналитик (с уклоном в Data-аналитику) Уровень: Jun+ Локация: Москва (гибрид, удаленка обсуждается) Зарплата: до 200 000 ₽ (ИП) 👋 Ищем аналитика, который поможет изучать пути пользователей, улучшать процессы и находить точки роста бизнеса. 🌟 Кого мы ищем: ✔️У вас есть хотя бы 3 месяца опыта в аналитике или проекты в портфолио. ✔️Вы учитесь (или закончили) на техническом/экономическом направлении. ✔️Вы инициативны, внимательны и любите разбираться в данных. Чем предстоит заниматься: - 📊 Анализировать пользовательские пути, проводить A/B тесты, помогать в генерации гипотез. - 🚀 Определять ключевые метрики, искать зоны для улучшений. - 🔍 Контролировать качество данных, настраивать аналитику. - ⚙️ Автоматизировать сбор данных, строить дашборды и отчеты. Что нужно знать: - SQL — свободное владение. - Основы теории вероятностей и матстата. - Excel — сводные таблицы, формулы (ГПР, ВПР). - Плюсом будет: знание Python, работа с хранилищами и визуализацией. Что предлагаем: - Возможность профессионального роста. - Гибридный формат работы, удаленка обсуждается. - Поддержка команды и задачи с реальной ценностью. 📩 Пишите, будем рады рассказать больше! 😊 резюме - @Lena_IT_recruiter

GitHub Trends

@githubtrending · Post #14828 · 16/06/2025, 00:00

#python#python#redis#redis_client#redis_cluster#redis_py Redis-py lets you connect your Python programs to Redis, a fast in-memory database, making it easy to store and retrieve data quickly. You can install it with a simple command, and it works with the latest Redis versions. It supports advanced features like connection pools, pipelines for faster operations, and pub/sub for real-time messaging. Using Redis with Python helps your applications run faster, handle more users, and process data in real time, all while reducing the load on your main database[1][3][5]. https://github.com/redis/redis-py

GitHub Trends

@githubtrending · Post #15263 · 02/11/2025, 12:30

#python#deep_learning#inference#llm#nlp#pytorch#transformer Nano-vLLM is a small, fast, and easy-to-understand tool for running large language models offline. It matches the speed of bigger systems like vLLM but uses only about 1,200 lines of clean Python code, making it simple to read and modify. It includes smart features like prefix caching and tensor parallelism to boost performance. You can install it easily and run models like Qwen3-0.6B on your own GPU. This tool is great if you want fast, efficient AI inference without complex setups, ideal for learning, research, or small deployments on limited hardware. https://github.com/GeeeekExplorer/nano-vllm

GitHub Trends

@githubtrending · Post #15368 · 25/12/2025, 13:30

#python#auto_regressive_diffusion_model#diffusion_models#video_generation#wan_video LightX2V is a fast, lightweight framework for generating videos from text or images, supporting models like HunyuanVideo-1.5 and Wan2.1/2.2 with up to 20x speedup via 4-step distillation, low VRAM use (8GB+), and features like offloading, quantization, and multi-GPU parallelism—outperforming rivals on H100/RTX 4090. You benefit by creating high-quality videos quickly on everyday hardware, saving time and costs for content creation, prototyping, or professional workflows, with easy Docker/ComfyUI setup and free online trials. https://github.com/ModelTC/LightX2V

GitHub Trends

@githubtrending · Post #14709 · 15/05/2025, 13:00

#python#bilibili#bilibili_api#manga#tickets biliTickerBuy is a free, open-source tool that helps you easily buy items on Bilibili’s member shop. You can quickly download and install it from the official releases page, and there’s a clear user guide available. If you have questions or find bugs, you can ask for help or report issues directly on the project’s page. The tool is supported by a community of contributors, and you can see how popular it is by checking its star history. Using biliTickerBuy makes shopping on Bilibili simpler and more convenient, and you can support the project with donations if you like it. https://github.com/mikumifa/biliTickerBuy

折腾实验室频道

@TossLabChannel · Post #174 · 18/11/2024, 01:01

#Linux#命令 Linux常用命令教学 零基础快速入门 学linux就是这么简单! Linux是什么 Linux是一种免费、开源的操作系统,由林纳斯·托瓦兹在1991年创建。Linux基于Unix操作系统,采用了分层的设计思想,支持多用户、多任务、多线程的操作,并具有良好的稳定性和安全性。Linux具有高度的可定制性,用户可以根据自己的需要自由地配置和修改系统。Linux广泛用于 服务器、桌面电脑、移动设备等领域。 Ubuntu、Debian、CentOS又是什么? Linux是一种开放源代码的操作系统内核,而Ubuntu、Debian、CentOS等是基于Linux内核开发的操作系统。它们都使用了Linux内核,并且拥有自己的软件包管理工具、文件系统、命令行界面等等。这些操作系统在细节和特性上可能有所不同,但都遵循Linux内核的设计和实现。 😀视频教程: 点击链接 ❤️不想错过每个我精心推荐内容,请打开 #频道通知,你的 #阅读#点赞#转发 便是我发帖的最大动力! 📢 群聊: @TossQL 🎈 频道: @TossQLChannel 本频道主要折腾分享 #青龙面板, #签到任务, #Docker, #VPS服务器, #github有趣项目

折腾实验室频道

@TossLabChannel · Post #138 · 14/11/2024, 07:13

#Docker#Cloudflare#IP转发 #CFnat_Docker篇 CFnat 是一款自动查找并优化 Cloudflare IP 转发的工具,旨在解决泛播 IP 路由不稳定的问题。如果你曾找到过速度不错的 Cloudflare IP,CFnat 能帮助你快速筛选出最佳 IP 并实现端口转发,从而提升网络使用体验。因此,这款工具对于移动、广电网络用户来说尤为明显! 📱项目地址:点击链接 📱视频教程:点击链接 ❤️不想错过每个我精心推荐内容,请打开 频道通知 ,你的 阅读,点赞,分享转发 便是我发帖的最大动力! 📢 群聊: @TossQL 🎈 频道: @TossQLChannel 本频道主要折腾分享 #青龙面板, #签到任务, #Docker, #VPS服务器, #github有趣项目

GitHub Trends

@githubtrending · Post #14770 · 31/05/2025, 13:00

#python#agent#ai#assistant#autonomous#linux#zero Agent Zero is a powerful AI tool that helps you automate tasks and projects. It can learn and grow with you, making it very customizable. You can use it for things like creating code, analyzing data, writing articles, or managing servers. It works by using your computer as a tool to execute tasks and can even create its own tools. Agent Zero also allows multiple agents to work together, making complex tasks easier. This helps you focus on important work while it handles the rest. However, it needs careful guidance to work safely and effectively. https://github.com/frdel/agent-zero

Data Science Jobs

@datasciencejobs · Post #2063 · 28/04/2024, 06:02

#вакансия#финтех#тестирование#ml#модели#mlops#techwriter#postgres#python#удалённо#банк В один из крупнейших банков — лидеров отрасли, требуется специалист по тестированию ML моделей, с опытом ручного функционального и интеграционного тестирования в проектах MLOps и внедрением ML моделей в прод. 🌟 Требуемые знания и опыт: - Опыт ручного функционального и интеграционного тестирования от 2 лет - Опыт написания тестовой документации (тест-кейсы, чек-листы) - Уверенные знания теории тестирования - Опыт применения техник тест-дизайна на проекте - Опыт диагностики ошибок в браузере - Опыт работы с git, jenkins, postman, lens, airflow или аналог - Опыт работы с задачами в Jira или аналог - Опыт работы с документацией в Confluence или аналог - Опыт работы с БД postgress, умение писать простые запросы к базе - Опыт тестирования API - Опыт оценки трудоемкости задач - Умение заводить полный, понятный и воспроизводимый дефект - Опыт разработки автотестов на Python Личные качества - Умение работать самостоятельно, искать недостающую информацию - Искать ответы на вопросы перед тем как эскалировать их - Внимательность в процессе тестирования задач 💥 Мы предлагаем: - Оформление по ИП, но можно и в штат компании (ставка обсуждается индивидуально с каждым кандидатом, вилка ~350к net) - Работа в крупном российском банке (опыт финтеха!) - Удаленка по РФ - Есть возможность влиять на процессы тестирования - Разноплановость задач и проектов - Нет токсичности в команде, всегда готовы помочь - Ежемесячные 1to1 - Возможность поработать с уникальными и хайповыми технологиями ML ✍️ По всем вопросам и с резюме пишите @hitmaker 👉 Не забудьте уточнить, что вы из @datasciencejobs

GitHub Trends

@githubtrending · Post #14973 · 19/07/2025, 11:30

#python#django#exif#hacktoberfest#machine_learning#photo#python#selfhosted LibrePhotos is a free, open-source photo management tool you can host yourself, keeping all your photos and data private on your own device instead of the cloud. It supports all photo types, including raw files and videos, and offers features like face recognition, event-based albums, timeline views, and smart search by objects or metadata. You can organize photos easily, edit them slightly, and access everything through a web interface. This means you get powerful photo organization and privacy without relying on commercial services that use your data for ads. It’s great for anyone wanting control and security over their photo collection[1][2][4]. https://github.com/LibrePhotos/librephotos

GitHub Trends

@githubtrending · Post #15241 · 22/10/2025, 12:00

#python#blind_watermark#image_processing#watermark#watermark_image You can add invisible watermarks to images using a Python tool based on DWT-DCT-SVD techniques, which hides your watermark securely without changing the image's appearance. This watermark can be embedded and later extracted even if the image is rotated, cropped, resized, or altered by noise or brightness changes. You can use it easily via command line or Python code, protecting your images from unauthorized use while keeping them visually unchanged. This helps prove ownership and maintain image authenticity without affecting quality or usability. The tool supports embedding text, images, or bit arrays as watermarks and works on Windows, Linux, and macOS. https://github.com/guofei9987/blind_watermark

GitHub Trends

@githubtrending · Post #15188 · 02/10/2025, 12:00

#python#csgo#dota2#steam#steam_trading You can use SteamTradingSiteTracker to get real-time, updated data on the prices and trade ratios of about 64,000 CSGO and DOTA2 items across five major trading platforms. It updates key item data every 10 minutes and offers tools like an item ID mapper and a mobile app for easy access. This helps you track market trends, spot good deals, and make smarter trading decisions by knowing current item values and trade activity quickly and reliably. The project also provides historical price data and bot detection datasets for deeper analysis. This saves you time and improves your trading success. https://github.com/EricZhu-42/SteamTradingSiteTracker

12•••7980818283•••100101