TGTGInsightinteligencia telegramLIVE / telegram public index
← Python Academy

TGINSIGHT SIMILAR POSTS

Buscar contenido similar

Canal fuente @python_academy · Post #2178 · 18 sept

Загрузка файлов асинхронно Если у нас есть список URL картинок для загрузки, использование простого цикла for позволит нам загрузить их последовательно, по одной за раз. Однако, для задач, включающих загрузку большогоколичества маленьких файлов, параллелизация может заметно ускорить процесс. Для параллелизации мы можем использовать ThreadPoolExecutor из модуля concurrent.futures. Этот инструмент позволяет выполнить функцию загрузки в нескольких параллельных потоках, где в конструкторе необходимо указать максимальное количество потоков для одновременного выполнения. С помощью метода .map(download, urls) можно развернуть функцию загрузки на каждый URL из списка, обеспечивая их параллельнуюобработку. Важно понимать, что так как загрузка файлов является IO-операцией, данный метод неускоряет выполнение кода в прямом смысле, а скорее позволяет начать загрузку следующего файла, не ожидая завершения предыдущего. #python#threading

Resultados

1,005 posts similares encontrados

Búsqueda global general

GitHub Trends

@githubtrending · Post #15360 · 23/12/2025, 14:30

#python#docker#fastapi#kbqa#kgqa#llms#neo4j#rag#vue Yuxi-Know (语析) is a free, open-source platform built with LangGraph, Vue.js, FastAPI, and LightRAG to create smart agents using RAG knowledge bases and knowledge graphs. The latest v0.4.0-beta (Dec 2025) adds file uploads, multimodal image support, mind maps from files, evaluation tools, dark mode, and better graph visuals. It helps you quickly build and deploy custom AI agents for Q&A, analysis, and searches without starting from scratch, saving time and effort on development. https://github.com/xerrors/Yuxi-Know

GitHub Trends

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

#python#agents#gcp#gemini#genai_agents#generative_ai#llmops#mlops#observability You can quickly create and deploy AI agents using the Agent Starter Pack, a Python package with ready-made templates and full infrastructure on Google Cloud. It handles everything except your agent’s logic, including deployment, monitoring, security, and CI/CD pipelines. You can start a project in just one minute, customize agents for tasks like document search or real-time chat, and extend them as needed. This saves you time and effort by providing production-ready tools and integration with Google Cloud services, letting you focus on building smart AI agents without worrying about backend setup or deployment details. https://github.com/GoogleCloudPlatform/agent-starter-pack

GitHub Trends

@githubtrending · Post #15330 · 14/12/2025, 11:30

#python#dictionary_attack#password#password_strength#weak_passwords#wordlist#wordlist_generator **CUPP** is a free Python 3 tool that creates custom password wordlists from personal details like names, birthdays, pet names, or nicknames, using interactive questions or existing dictionaries. Run it with options like `-i` for profiling or `-l` to download huge wordlists. This helps you in legal penetration tests or investigations by generating targeted lists for efficient brute-force or dictionary attacks, cracking weak passwords faster than generic ones. https://github.com/Mebus/cupp

GitHub Trends

@githubtrending · Post #15385 · 02/01/2026, 12:30

#python#deep_learning#inference#openai#quantization#speech_recognition#speech_to_text#transformer#whisper Faster-Whisper is a fast version of OpenAI's Whisper that transcribes audio up to 4x quicker with the same accuracy, using less memory on CPU or GPU—benchmarks show it beats original Whisper (e.g., 1m03s vs 2m23s for 13-min audio on GPU). Install via `pip install faster-whisper`, no FFmpeg needed, and use simple Python code like `WhisperModel("large-v3").transcribe("audio.mp3")` for segments with timestamps. You benefit by getting quick, efficient speech-to-text for real-time apps, saving time and resources on long files or batches. https://github.com/SYSTRAN/faster-whisper

GitHub Trends

@githubtrending · Post #15536 · 03/03/2026, 12:00

#python#agent#chatbot#large_language_models#llm#llm_agent#mcp#multi_agent#multi_modal#react_agent AgentScope is a simple, production-ready framework to build AI agents fast. Install with `pip install agentscope` (Python 3.10+), then create ReAct agents with tools, memory, voice, human steering, multi-agent workflows, and finetuning in 5 minutes. It supports realtime voice, A2A protocols, RL training, and easy deployment locally, in cloud, or Kubernetes. You benefit by quickly making robust, scalable agents for tasks like games, research, or chats without complex coding, saving time and enabling real-world apps. https://github.com/agentscope-ai/agentscope

djangoproject

@djangoproject · Post #433 · 07/09/2017, 11:11

https://docs.python.org/3/library/gettext.html The #gettext module provides internationalization (#I18N) and localization (#L10N) services for your #Python modules and applications. It supports both the #GNU gettext message catalog #API and a higher level, class-based API that may be more appropriate for Python files. The interface described below allows you to write your module and application messages in one natural #language, and provide a catalog of #translated messages for running under different natural languages. Some hints on localizing your Python modules and applications are also given.

GitHub Trends

@githubtrending · Post #15063 · 15/08/2025, 13:00

#python#agents#ai#ai_ux#autogen#browser_use#computer_use_agent#cua#ui Magentic-UI is a tool that helps you automate complex web tasks by working together with you. It lets you plan step-by-step actions, watch the progress, and approve sensitive steps to keep control and safety. You can interact with it through a browser, upload files, and even run multiple tasks at once. It learns from past tasks to improve future automation. This means you save time on repetitive or complicated web activities while staying in control, making your work easier and more efficient. It supports Python 3.10+ and works best with Docker or WSL2 on Windows. https://github.com/microsoft/magentic-ui

GitHub Trends

@githubtrending · Post #15524 · 25/02/2026, 13:00

#typescript#agent#agent_development#ai_agent#claude#claude_code#educational#llm#python#teaching#tutorial Claude Code is an AI agent framework that uses a simple loop: send messages to Claude, check if it needs tools, execute those tools, and repeat. The benefit is that you can build powerful autonomous agents by layering one feature at a time—from basic tool use to multi-agent teams—without rewriting the core loop. This modular approach lets you start simple with bash commands and scale to complex workflows with planning, skill loading, background tasks, and team coordination, making it easier to automate development work and delegate entire projects to AI agents. https://github.com/shareAI-lab/learn-claude-code

GitHub Trends

@githubtrending · Post #14769 · 31/05/2025, 12:30

#python#okww#wuthering_waves#wuthering_waves_hack#wuthering_waves_software#wutheringwaves#wuwa This tool helps automate gameplay in "Wuthering Waves" by simulating user clicks on Windows. It doesn't read or modify game data, keeping the game fair. The tool is free, open-source, and designed for personal use only. It supports various screen resolutions and can run in the background. Users can download it from GitHub or other platforms. The benefit is that it simplifies gameplay interactions without cheating, making it easier for players to manage their game time. https://github.com/ok-oldking/ok-wuthering-waves

GitHub Trends

@githubtrending · Post #14910 · 03/07/2025, 15:00

#typescript#agents#agi#ai#api#backend#developer_tools#framework#genai#javascript#python#ruby Motia is a modern backend framework that helps simplify complex systems by combining APIs, background jobs, events, and AI agents into one unified system. It allows developers to write code in multiple languages like JavaScript, TypeScript, and Python, all within the same project. This makes it easier to manage and deploy applications, reducing complexity and errors. With Motia, you get built-in observability and one-click deployments, making it easier to monitor and debug your workflows. This means you can focus on your business logic without worrying about the underlying infrastructure. https://github.com/MotiaDev/motia

GitHub Trends

@githubtrending · Post #15539 · 05/03/2026, 11:30

#python#agent#llm#llm_agent#llm_reasoning#machine_learning_systems#mlsys#reinforcement_learning#rl AReaL is a free, open-source system for fast asynchronous reinforcement learning to train large AI models in math, coding, search, and agents. It decouples generation and training for up to 2.77x speedup, stable performance, and easy setup on single or 1000+ GPUs with algorithms like GRPO/PPO. Install via git/pip, run examples like GSM8K math instantly. You benefit by building top AI agents affordably and quickly, reproducing results with shared data/models, saving time/money vs. slow synchronous tools. https://github.com/inclusionAI/AReaL

djangoproject

@djangoproject · Post #462 · 10/10/2017, 13:59

http://www.kdnuggets.com/2017/09/essential-data-science-machine-learning-deep-learning-cheat-sheets.html #Cheat_Sheet, #Data_Science, #Deep_Learning, #Machine_Learning, #Neural_Networks, #Probability, #Python, R, #SQL, #Statistics This collection of data science cheat sheets is not a cheat sheet dump, but a curated list of reference materials spanning a number of disciplines and tools

12•••5•••10•••15•••20•••25•••30•••35•••40•••45•••50•••55•••60•••65•••707172737475•••80•••8384