Business Software for Python - Page 20

Top Software that integrates with Python as of September 2025 - Page 20

Python Clear Filters
  • 1
    Activepieces

    Activepieces

    Activepieces

    Activepieces is an AI-powered, open-source, no-code automation platform designed to help teams streamline workflows and integrate AI seamlessly into everyday tasks. With over 280 pre-built automations (MCPs), Activepieces allows users to connect to popular apps, trigger processes, and even create personalized AI agents with minimal effort. The platform includes features like human input for approvals, a robust automation builder, and AI-assisted code for more advanced workflows. It empowers decentralized teams by offering tools for collaboration, governance, and security, making it suitable for organizations of all sizes, from startups to enterprises.
    Starting Price: $25/month
  • 2
    Llama 4 Behemoth
    Llama 4 Behemoth is Meta's most powerful AI model to date, featuring a massive 288 billion active parameters. It excels in multimodal tasks, outperforming previous models like GPT-4.5 and Gemini 2.0 Pro across multiple STEM-focused benchmarks such as MATH-500 and GPQA Diamond. As the teacher model for the Llama 4 series, Behemoth sets the foundation for models like Llama 4 Maverick and Llama 4 Scout. While still in training, Llama 4 Behemoth demonstrates unmatched intelligence, pushing the boundaries of AI in fields like math, multilinguality, and image understanding.
    Starting Price: Free
  • 3
    Llama 4 Maverick
    Llama 4 Maverick is one of the most advanced multimodal AI models from Meta, featuring 17 billion active parameters and 128 experts. It surpasses its competitors like GPT-4o and Gemini 2.0 Flash in a broad range of benchmarks, especially in tasks related to coding, reasoning, and multilingual capabilities. Llama 4 Maverick combines image and text understanding, enabling it to deliver industry-leading results in image-grounding tasks and precise, high-quality output. With its efficient performance at a reduced parameter size, Maverick offers exceptional value, especially in general assistant and chat applications.
    Starting Price: Free
  • 4
    Llama 4 Scout
    Llama 4 Scout is a powerful 17 billion active parameter multimodal AI model that excels in both text and image processing. With an industry-leading context length of 10 million tokens, it outperforms its predecessors, including Llama 3, in tasks such as multi-document summarization and parsing large codebases. Llama 4 Scout is designed to handle complex reasoning tasks while maintaining high efficiency, making it perfect for use cases requiring long-context comprehension and image grounding. It offers cutting-edge performance in image-related tasks and is particularly well-suited for applications requiring both text and visual understanding.
    Starting Price: Free
  • 5
    Windmill

    Windmill

    Windmill

    ​Windmill is an open source developer platform and workflow engine that transforms scripts into auto-generated UIs, APIs, and cron jobs, enabling the composition of workflows or data pipelines for building complex, data-intensive applications with ease. Supporting various languages, Windmill allows users to write and deploy software up to ten times faster, operating with high reliability and observability on a self-hostable job orchestrator. It features auto-generated user interfaces based on script parameters, a low-code app editor for creating custom UIs, and a flow editor for constructing workflows using a drag-and-drop interface. Windmill manages dependencies automatically, offers robust permissioning and monitoring, and provides various triggers including webhooks, schedules, CLI, Slack, and emails. Users can develop scripts locally with their preferred code editors, preview them, and deploy using the CLI.
    Starting Price: $120 per month
  • 6
    Pruna AI

    Pruna AI

    Pruna AI

    Pruna uses generative AI to enable companies to produce professional-grade visual content quickly and affordably. By eliminating the traditional need for studios and manual editing, it empowers brands to create consistent, customized images for advertising, product displays, and digital campaigns with minimal effort.
    Starting Price: $0.40 per runtime hour
  • 7
    Agno

    Agno

    Agno

    ​Agno is a lightweight framework for building agents with memory, knowledge, tools, and reasoning. Developers use Agno to build reasoning agents, multimodal agents, teams of agents, and agentic workflows. Agno also provides a beautiful UI to chat with agents and tools to monitor and evaluate their performance. It is model-agnostic, providing a unified interface to over 23 model providers, with no lock-in. Agents instantiate in approximately 2μs on average (10,000x faster than LangGraph) and use about 3.75KiB memory on average (50x less than LangGraph). Agno supports reasoning as a first-class citizen, allowing agents to "think" and "analyze" using reasoning models, ReasoningTools, or a custom CoT+Tool-use approach. Agents are natively multimodal and capable of processing text, image, audio, and video inputs and outputs. The framework offers an advanced multi-agent architecture with three modes, route, collaborate, and coordinate.
    Starting Price: Free
  • 8
    Flexprice

    Flexprice

    Flexprice

    ​Flexprice is an open source, developer-first platform designed to simplify metering, pricing, and invoicing for SaaS and AI products. It enables teams to build usage-based, credit-based, or hybrid pricing models with full control. Flexprice's real-time usage metering allows you to define granular events, such as API calls, compute time, or custom actions, and track them reliably, even at scale. It supports prepaid and promotional credits, auto top-ups, and expiration rules, all configurable without extra logic. Its flexible pricing engine lets you define and iterate on seat-based, usage-based, or hybrid plans, override them per customer, and adapt pricing over time without additional engineering effort. With built-in feature management, you can define Boolean, metered, and config features per plan and customer, enforcing limits directly in your backend. Flexprice generates accurate invoices from real-time usage, subscriptions, or credits.
    Starting Price: $300 per month
  • 9
    Apache DataFusion

    Apache DataFusion

    Apache Software Foundation

    Apache DataFusion is an extensible, high-performance query engine written in Rust that utilizes Apache Arrow as its in-memory format. Designed for developers building data-centric systems such as databases, data frames, machine learning, and streaming applications, DataFusion offers SQL and DataFrame APIs, a vectorized, multi-threaded, streaming execution engine, and support for partitioned data sources. It natively supports formats like CSV, Parquet, JSON, and Avro, and allows for seamless integration with object stores including AWS S3, Azure Blob Storage, and Google Cloud Storage. The engine features a comprehensive query planner, a state-of-the-art optimizer with capabilities like expression coercion and simplification, projection and filter pushdown, sort and distribution-aware optimizations, and automatic join reordering. DataFusion is highly customizable, enabling the addition of user-defined scalar, aggregate, and window functions, custom data sources, query languages, etc.
    Starting Price: Free
  • 10
    Swarm

    Swarm

    OpenAI

    ​Swarm is an experimental, educational framework developed by OpenAI to explore ergonomic, lightweight multi-agent orchestration. It is designed to be scalable and highly customizable, making it suitable for scenarios involving a large number of independent capabilities and instructions that are challenging to encode into a single prompt. Swarm operates entirely on the client side and, like the Chat Completions API it utilizes, does not store state between calls. This stateless nature allows for the construction of scalable, real-world solutions without a steep learning curve. Swarm agents are distinct from assistants in the assistants API; they are named similarly for convenience but are otherwise completely unrelated. It includes examples demonstrating fundamentals such as setup, function calling, handoffs, and context variables, as well as more complex scenarios like a multi-agent setup for handling different customer service requests in an airline context.
    Starting Price: Free
  • 11
    OpenAI Agents SDK
    ​The OpenAI Agents SDK enables you to build agentic AI apps in a lightweight, easy-to-use package with very few abstractions. It's a production-ready upgrade of our previous experimentation for agents, Swarm. The Agents SDK has a very small set of primitives, agents, which are LLMs equipped with instructions and tools; handoffs, which allow agents to delegate to other agents for specific tasks; and guardrails, which enable the inputs to agents to be validated. In combination with Python, these primitives are powerful enough to express complex relationships between tools and agents, and allow you to build real-world applications without a steep learning curve. In addition, the SDK comes with built-in tracing that lets you visualize and debug your agentic flows, evaluate them, and even fine-tune models for your application.
    Starting Price: Free
  • 12
    Valkey

    Valkey

    Valkey

    ​Valkey is an open source high-performance key/value datastore that supports a variety of workloads, such as caching, message queues, and can act as a primary database. It is backed by the Linux Foundation, ensuring it will remain open source forever. Valkey can run as either a standalone daemon or in a cluster, with options for replication and high availability. It natively supports a rich collection of datatypes, including strings, numbers, hashes, lists, sets, sorted sets, bitmaps, hyperloglogs, and more. You can operate on data structures in-place with an expressive collection of commands. Valkey also supports native extensibility with built-in scripting support for Lua and supports module plugins to create new commands, data types, and more. Valkey 8.1 introduces several performance improvements that reduce latency, increase throughput, and lower memory usage.
    Starting Price: Free
  • 13
    Grok Studio
    Grok Studio, now featuring code execution and Google Drive support, offers users a collaborative environment for creating and managing various types of content. This new version allows Grok to generate code, reports, documents, and even browser games, with a seamless experience for both users and Grok to work together on content. Users can now preview and run code in multiple languages such as HTML, Python, C++, JavaScript, TypeScript, and Bash, directly in a separate preview window. Additionally, Grok now integrates with Google Drive, allowing users to attach and work with documents, spreadsheets, and slides, streamlining workflows and enhancing content creation.
    Starting Price: Free
  • 14
    IPLocate

    IPLocate

    IPLocate

    IPLocate (iplocate.io) is a comprehensive IP address data and geolocation API designed for developers. It provides accurate and reliable information about IP addresses, including geolocation data, threat and privacy detection, company and ASN details, and hosting provider information. IPLocate's comprehensive data and features enable developers to build revolutionary products, personalize website content, prevent fraud and free trial abuse, enforce compliance, and apply geographic restrictions with ease.
    Starting Price: Free up to 1,000 requests/day
  • 15
    Qwen3

    Qwen3

    Alibaba

    Qwen3, the latest iteration of the Qwen family of large language models, introduces groundbreaking features that enhance performance across coding, math, and general capabilities. With models like the Qwen3-235B-A22B and Qwen3-30B-A3B, Qwen3 achieves impressive results compared to top-tier models, thanks to its hybrid thinking modes that allow users to control the balance between deep reasoning and quick responses. The platform supports 119 languages and dialects, making it an ideal choice for global applications. Its pre-training process, which uses 36 trillion tokens, enables robust performance, and advanced reinforcement learning (RL) techniques continue to refine its capabilities. Available on platforms like Hugging Face and ModelScope, Qwen3 offers a powerful tool for developers and researchers working in diverse fields.
    Starting Price: Free
  • 16
    Flower

    Flower

    Flower

    Flower is an open source federated learning framework designed to simplify the development and deployment of machine learning models across decentralized data sources. It enables training on data located on devices or servers without transferring the data itself, thereby enhancing privacy and reducing bandwidth usage. Flower supports a wide range of machine learning frameworks, including PyTorch, TensorFlow, Hugging Face Transformers, scikit-learn, and XGBoost, and is compatible with various platforms and cloud services like AWS, GCP, and Azure. It offers flexibility through customizable strategies and supports both horizontal and vertical federated learning scenarios. Flower's architecture allows for scalable experiments, with the capability to handle workloads involving tens of millions of clients. It also provides built-in support for privacy-preserving techniques like differential privacy and secure aggregation.
    Starting Price: Free
  • 17
    ai|coustics

    ai|coustics

    ai|coustics

    ai|coustics is an AI-driven platform designed to enhance audio and video recordings by improving speech clarity and eliminating background noise. It offers a user-friendly web application where individuals can upload files for enhancement, as well as an API and SDK for developers to integrate real-time audio processing into their hardware and software solutions. It utilizes two primary AI models, Finch, which focuses on robust noise removal, and Lark, which restores lost frequencies and adds depth for studio-quality sound. ai|coustics supports over 40 file formats, including MP3, MP4, WAV, and MOV, and provides batch processing capabilities for efficient workflow management. It is utilized by over 500,000 users globally, including industry leaders like BosePark, Bayerischer Rundfunk, and Sieve. It is particularly beneficial for podcasters, content creators, educators, and developers seeking to deliver high-quality audio experiences across various platforms.
    Starting Price: €2 per month
  • 18
    Alumnium

    Alumnium

    Alumnium

    Alumnium is an open source AI-powered test automation tool that bridges the gap between human and automated testing by translating plain-language test instructions into executable browser commands. It integrates seamlessly with popular web automation tools like Selenium and Playwright, allowing software and test engineers to accelerate browser test creation without sacrificing precision or control. Alumnium supports any Python test framework and leverages large language models (LLMs) from providers such as Anthropic, Google Gemini, OpenAI, and Meta Llama to interpret instructions and generate browser interactions. Users can write test cases using simple commands: do to describe steps, check to verify results, and get to extract data from the page. Alumnium utilizes the web page's accessibility tree and, if needed, screenshots to execute tests, ensuring compatibility with various web applications.
    Starting Price: Free
  • 19
    DeepSeek-VL

    DeepSeek-VL

    DeepSeek

    DeepSeek-VL is an open source Vision-Language (VL) model designed for real-world vision and language understanding applications. Our approach is structured around three key dimensions: We strive to ensure our data is diverse, scalable, and extensively covers real-world scenarios, including web screenshots, PDFs, OCR, charts, and knowledge-based content, aiming for a comprehensive representation of practical contexts. Further, we create a use case taxonomy from real user scenarios and construct an instruction tuning dataset accordingly. The fine-tuning with this dataset substantially improves the model's user experience in practical applications. Considering efficiency and the demands of most real-world scenarios, DeepSeek-VL incorporates a hybrid vision encoder that efficiently processes high-resolution images (1024 x 1024), while maintaining a relatively low computational overhead.
    Starting Price: Free
  • 20
    VoltAgent

    VoltAgent

    VoltAgent

    VoltAgent is an open source TypeScript AI agent framework that enables developers to build, customize, and orchestrate AI agents with full control, speed, and a great developer experience. It provides a complete toolkit for enterprise-level AI agents, allowing the design of production-ready agents with unified APIs, tools, and memory. VoltAgent supports tool calling, enabling agents to invoke functions, interact with systems, and perform actions. It offers a unified API to seamlessly switch between different AI providers with a simple code update. It includes dynamic prompting to experiment, fine-tune, and iterate AI prompts in an integrated environment. Persistent memory allows agents to store and recall interactions, enhancing their intelligence and context. VoltAgent facilitates intelligent coordination through supervisor agent orchestration, building powerful multi-agent systems with a central supervisor agent that coordinates specialized agents.
    Starting Price: Free
  • 21
    DeerFlow

    DeerFlow

    Bytedance

    DeerFlow is a community-driven deep research framework that builds upon the incredible work of the open source community. Our goal is to combine language models with specialized tools for tasks like web search, crawling, and Python code execution, while giving back to the community that made this possible. DeerFlow's multi-agent architecture lets agents work together, share tasks, and solve complex problems. This makes DeerFlow ideal for automated research and advanced AI workflows, ensuring reliability and scalability. Experience the agent teamwork with our supervisor + handoffs design pattern. DeerFlow helps you solve real research and automation challenges. With DeerFlow, you can build smart workflows using multi-agent collaboration and advanced search. DeerFlow is not just a research tool, it's a platform for building next-generation AI applications.
    Starting Price: Free
  • 22
    smallest.ai

    smallest.ai

    smallest.ai

    Smallest.ai is a real-time AI platform designed to deliver hyper-personalized voice experiences with minimal latency and high scalability. Its flagship products, Waves and Atoms, enable users to generate human-like AI voices and deploy real-time AI agents for customer interactions. Waves offers ultra-realistic text-to-speech capabilities, supporting over 30 languages and 100 accents, with sub-100ms API latency for instant voice generation. It also features instant voice cloning, allowing users to replicate any voice with just a 5-second audio sample, making it ideal for personalized branding and content creation. Atoms provides AI agents capable of handling customer calls, offering seamless, natural-sounding conversations without human intervention. Both products are designed for easy integration, offering scalable APIs and Python SDKs to facilitate deployment across various platforms.
    Starting Price: $5 per month
  • 23
    Codex CLI
    Codex CLI is an open-source, lightweight coding agent that integrates directly into your terminal, designed to help developers write, edit, and understand code efficiently. By pairing with Codex CLI, developers can leverage the power of AI to streamline their workflow, get real-time code suggestions, and improve their coding accuracy, all from within their command line interface. It provides a seamless, accessible way to enhance coding productivity while staying in the environment developers are already comfortable with.
    Starting Price: Free
  • 24
    c/ua

    c/ua

    c/ua

    c/ua is a platform that runs secure AI agents, optimized for Apple Silicon. It removes the need for virtual machine setup, enabling near-native macOS and Linux environments. Features include configurable VM resources, AI system integration, and automation via a computer-user interface. It supports multi-model workflows and cross-OS desktop automation. c/ua also allows easy sharing and distribution of VM images for collaboration. c/ua enables AI agents to control full operating systems in high-performance virtual containers with near-native speed on Apple Silicon. It supports agent loops such as UITARS-1.5, OpenAI, Anthropic, and OmniParser-v2.0. For developers, c/ua provides tools like Lume CLI for VM management, Python SDKs for agent development, and example code for direct control of macOS VMs.
    Starting Price: Free
  • 25
    Open Interpreter

    Open Interpreter

    Open Interpreter

    Open Interpreter is an open source natural language interface for computers that enables users to execute code through conversational prompts in a terminal environment. It supports multiple programming languages, including Python, JavaScript, and Shell, allowing for a wide range of tasks such as data analysis, file management, and web browsing. It provides interactive mode commands to enhance user experience. Users can configure default behaviors using YAML files, facilitating flexible customization without altering command-line arguments each time. Open Interpreter can be integrated with FastAPI to create RESTful endpoints, enabling programmatic control over its functionalities. For safety, it prompts users for confirmation before executing code that interacts with the local environment, mitigating potential risks.
    Starting Price: Free
  • 26
    AgentSea

    AgentSea

    AgentSea

    AgentSea is an open source platform designed to build, deploy, and share AI agents with ease. It delivers a collection of libraries and tools for building AI agent apps, favoring the UNIX philosophy of doing one thing well. Tools can be used individually or stacked together into a single agent app, and are compatible with frameworks like LlamaIndex and LangChain. Key components include SurfKit, a Kubernetes-style orchestrator for agents; DeviceBay, offering pluggable devices like file systems and desktops; ToolFuse, a library that wraps scripts, third-party apps, and APIs as Tool implementations; AgentD, a daemon making a Linux desktop OS accessible to bots; AgentDesk, a library for running AgentD-powered VMs; Taskara, for task management; ThreadMem, for building multi-role persistent threads; and MLLM, simplifying communication with multiple LLMs and multimodal LLMs. AgentSea also offers alpha agents like SurfPizza and SurfSlicer, which navigate GUIs using multimodal approaches.
    Starting Price: Free
  • 27
    Kandio

    Kandio

    Kandio

    Kandio is an online assessment platform designed to help companies build stronger tech teams by implementing FAANG-style interviews. It offers hiring tests written by the top 0.1% of experts globally, enabling organizations to make data-driven decisions and avoid hiring bias. With Kandio, you can invite candidates in seconds and see test results populate, allowing you to assess candidates, employees, agencies, or freelancers across various domains such as programming, digital marketing, and database management. It provides a broad catalog of tests that can be used standalone or combined, giving you the flexibility to tailor assessments to your specific needs. Kandio also offers features like educational plans to base future internal educational roadmaps on the actual skills of your team, salary negotiations that make skills a central factor, and the ability to increase team spirit by ensuring more qualified people on your team.
    Starting Price: $99 per month
  • 28
    Convex

    Convex

    Convex

    Convex is an open source, reactive backend platform that enables developers to build full-stack applications entirely in TypeScript. It offers a document-relational database where queries and mutations are written in TypeScript, ensuring end-to-end type safety and seamless integration with frontend code. Convex's libraries maintain real-time synchronization between the frontend, backend, and database state without the need for manual state management, cache invalidation, or WebSockets. It includes built-in support for cloud functions, scheduling, authentication, file storage, and a variety of components that can be added with a simple npm i command. Developers can define their entire backend, including database schemas, queries, and APIs, in code, which is typechecked and autocompleted, and can be generated by AI with high accuracy. Convex's architecture ensures that all transactions are serializable, providing strong consistency guarantees and eliminating race conditions.
    Starting Price: $25 per month
  • 29
    SCAPE CoCreator

    SCAPE CoCreator

    SCAPE Technologies

    SCAPE CoCreator is a no-code robotic automation platform that empowers users to build, simulate, and deploy robotic workflows without programming expertise. It seamlessly integrates hardware and software within a user-friendly environment, enabling the creation of robotic applications powered by 3D vision and AI. Users can test and validate solutions in a digital twin environment and on actual hardware, significantly reducing development time and costs, up to 95% compared to traditional methods. It supports effortless integration with 3D scanners conforming to the GenICam standard, ensuring smooth communication and operation. With support for Python and C++, CoCreator allows for the development of custom solutions tailored to specific tasks. Its intuitive interface enables users to create robotic applications without any coding, making it accessible to users of all skill levels.
    Starting Price: Free
  • 30
    ZZZ Code AI

    ZZZ Code AI

    ZZZ Code AI

    ZZZ Code AI is an AI-powered coding assistant designed to support developers across various programming tasks. It offers a suite of tools, including AI Code Generator, AI Bug Detector, AI Code Explainer, AI Code Refactor, AI Code Review, AI Code Converter, and AI Code Documentation. It supports multiple programming languages such as Python, C#, C++, Java, JavaScript, HTML, CSS, SQL, and Excel formulas. Users can input their coding requirements or questions, and the AI provides instant responses, code snippets, explanations, or conversions as needed. Specialized tools are available for specific languages and frameworks, including Dapper and Entity Framework Core. It is accessible online without the need for account creation, although character limits apply to prevent abuse. ZZZ Code AI aims to enhance productivity and reduce errors for both novice and experienced developers by automating routine coding tasks and providing immediate assistance.
    Starting Price: Free