Suggested Categories:

Application Development Software
Application development software is a type of software used to create applications and software programs. It typically includes code editors, compilers, and debuggers that allow developers to write, compile, and debug code. It also includes libraries of pre-written code that developers can use to create more complex and powerful applications.
Data Science Software
Data science software is a collection of tools and platforms designed to facilitate the analysis, interpretation, and visualization of large datasets, helping data scientists derive insights and build predictive models. These tools support various data science processes, including data cleaning, statistical analysis, machine learning, deep learning, and data visualization. Common features of data science software include data manipulation, algorithm libraries, model training environments, and integration with big data solutions. Data science software is widely used across industries like finance, healthcare, marketing, and technology to improve decision-making, optimize processes, and predict trends.
Computer Vision Software
Computer vision software allows machines to interpret and analyze visual data from images or videos, enabling applications like object detection, image recognition, and video analysis. It utilizes advanced algorithms and deep learning techniques to understand and classify visual information, often mimicking human vision processes. These tools are essential in fields like autonomous vehicles, facial recognition, medical imaging, and augmented reality, where accurate interpretation of visual input is crucial. Computer vision software often includes features for image preprocessing, feature extraction, and model training to improve the accuracy of visual analysis. Overall, it enables machines to "see" and make informed decisions based on visual data, revolutionizing industries with automation and intelligence.
AI Coding Assistants
AI coding assistants are software tools that use artificial intelligence to help developers write, debug, and optimize code more efficiently. These assistants typically offer features like code auto-completion, error detection, suggestion of best practices, and code refactoring. AI coding assistants often integrate with integrated development environments (IDEs) and code editors to provide real-time feedback and recommendations based on the context of the code being written. By leveraging machine learning and natural language processing, these tools can help developers increase productivity, reduce errors, and learn new programming techniques.
Code Search Engines
Code search engines are specialized search tools that allow developers to search through codebases, repositories, or libraries to find specific functions, variables, classes, or code snippets. These tools are designed to help developers quickly locate relevant parts of code, analyze code quality, and identify reusable components. Code search engines often support various programming languages, providing search capabilities like syntax highlighting, filtering by file types or attributes, and even advanced search options using regular expressions. They are particularly useful for navigating large codebases, enhancing code reuse, and improving overall productivity in software development projects.
View more categories (5) for "python regex"
  • 1
    Python

    Python

    Python

    The core of extensible programming is defining functions. Python allows mandatory and optional arguments, keyword arguments, and even arbitrary argument lists. Whether you're new to programming or an experienced developer, it's easy to learn and use Python. Python can be easy to pick up whether you're a first-time programmer or you're experienced with other languages. The following pages are a useful first step to get on your way to writing programs with Python! The community hosts conferences...
    Starting Price: Free
  • 2
    zope.interface

    zope.interface

    Python Software Foundation

    This package is intended to be independently reusable in any Python project. It is maintained by the Zope Toolkit project. This package provides an implementation of ā€œobject interfacesā€ for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as an implementation of the Design By Contract methodology support in Python. Interfaces are objects that specify (document) the external behavior of objects that ā€œprovide...
    Starting Price: Free
  • 3
    Twilio

    Twilio

    Twilio

    Design and deploy your ideal customer engagement experience. Twilio is a single fully-programmable platform with flexible APIs for any channel and over 400+ integrations, backed by a community of over 9 million developers. Build accurate and personalized experiences for your customers, easily and at scale, using SMS and WhatsApp messaging, voice, video, email, and more. Browse documentation and SDKs in multiple coding languages, including Ruby, Python, PHP, Node.js, java, and C...
    Leader badge
    Starting Price: $0.0085 per min
    View Software
    Visit Website
  • 4
    Google Cloud Run
    ... (Go, Python, Java, Ruby, Node.js, and more). Abstract away all infrastructure management for a simple developer experience. Build applications in your favorite language, with your favorite dependencies and tools, and deploy them in seconds. Cloud Run abstracts away all infrastructure management by automatically scaling up and down from zero almost instantaneously—depending on traffic. Cloud Run only charges you for the exact resources you use. Cloud Run makes app development & deployment simpler.
    Starting Price: Free (2 mil requests/month)
  • 5
    IronPython

    IronPython

    IronPython

    IronPython is an open-source implementation of the Python programming language which is tightly integrated with .NET. IronPython can use .NET and Python libraries, and other .NET languages can use Python code just as easily. Experience a more interactive .NET and Python development experience with Python Tools for Visual Studio. IronPython is an excellent addition to .NET, providing Python developers with the power of the .NET. Existing .NET developers can also use IronPython as a fast...
    Starting Price: Free
  • 6
    livegrep

    livegrep

    livegrep

    Livegrep is a tool, partially inspired by Google Code Search, for interactive regex search of ~gigabyte-scale source repositories. To run livegrep, you need to invoke both the codesearch backend index/search process, and the livegrep web interface. To run the sample web interface over livegrep itself, once you have built both codesearch and livegrep. The codesearch binary is responsible for reading source code, maintaining an index, and handling searches. livegrep is stateless and relies only...
  • 7
    Grep

    Grep

    Grep

    Grep by Vercel is a code search tool that allows users to search for code, files, and paths across half a million public GitHub repositories. It supports searching by regular expressions, enabling precise and flexible queries.
  • 8
    Scout Monitoring

    Scout Monitoring

    Scout Monitoring

    ..., prioritize, and resolve performance problems – memory bloat, N+1 queries, slow database queries, and more – with an agent that instruments the dependencies you need at a fraction of the overhead. Scout APM is built for developers, by developers, and monitors Ruby, PHP, Python, Node.js, and Elixir applications.
  • 9
    Semgrep
    ... or wrestling with regexes. Start right away with 900+ rules and SaaS infrastructure to get fast results in your editor, at commit-time, or in CI. When off-the-shelf rules aren’t enough, quickly and intuitively write custom rules to express your unique code standards. Rules look like the code you’re searching. For example, rules for Go look like Go. Find function calls, class or method definitions, and more without having to understand abstract syntax trees or wrestle with regexes.
    Starting Price: $40 per month
  • 10
    Replit

    Replit

    Replit

    Use our free, collaborative, in-browser IDE to code in 50+ languages — without spending a second on setup. Start coding with your favorite language on any platform, OS, and device. Invite your friends, teammates, and colleagues right into your code with Google-docs like editing. Import, run, and collaborate on millions of GitHub repos with 0 manual setup. From Python, to C++, to HTML and CSS, stay in one platform to learn and code in any language you want. The second you create a new repl, it...
    Starting Price: $7 per month
  • 11
    PythonAnywhere

    PythonAnywhere

    PythonAnywhere

    Get started for free. Our basic plan gives you access to machines with a full Python environment already installed. You can develop and host your website or any other code directly from your browser without having to install software or manage your own server. Just write your application. No need to configure or maintain a web server — everything is set up and ready to go. Take your development environment with you! If you have a browser and an Internet connection, you've got everything you...
    Starting Price: $5 per month per app
  • 12
    FastAPI

    FastAPI

    FastAPI

    FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints. Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). One of the fastest Python frameworks available. Minimize code duplication, multiple features from each parameter declaration.
  • 13
    Windsurf Editor
    The Windsurf Editor is a free AI-powered IDE and AI coding assistant that accelerates development by providing intelligent code generation and agents in over 70 programming languages and more than 40 IDEs, including VSCode, JetBrains, and Jupyter Notebooks. With Windsurf, developers can write code faster, eliminate repetitive tasks, and stay in the flow state—whether they're working with Python, JavaScript, C++, or any other language. Built on billions of lines of open-source code, Windsurf...
    Leader badge
    Starting Price: Free
  • 14
    Bottle

    Bottle

    Bottle

    Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library. Requests to function-call mapping with support for clean and dynamic URLs. Fast and pythonic built-in template engine and support for mako, jinja2 and cheetah templates. Convenient access to form data, file uploads, cookies, headers and other HTTP-related metadata. Built-in HTTP development server and support...
  • 15
    marimo

    marimo

    marimo

    A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git. šŸš€ batteries-included: replaces jupyter, streamlit, jupytext, ipywidgets, papermill, and more āš”ļø reactive: run a cell, and marimo reactively runs all dependent cells or marks them as stale šŸ–ļø interactive: bind sliders, tables, plots, and more to Python — no callbacks required šŸ”¬ reproducible: no hidden state, deterministic execution, built-in package management šŸƒ...
    Starting Price: $0
  • 16
    Qorus Integration Engine

    Qorus Integration Engine

    Qore Technologies

    Qorus Integration EngineĀ® is the only No-Code for Coders solution, enabling software engineers to rapidly create and maintain enterprise apps through a combination of building block construction, configuration, and custom coding in a highly flexible, open-source platform. Qorus includes AI automation, fault tolerant workflows, native Python - Java language integration, and a data provider API that automatically introspects and interfaces with any system independently of the underlying API...
    Starting Price: $250 per month
  • 17
    Proxyman

    Proxyman

    Proxyman LLC

    ... **Advanced filtering:** Multiple options for precise data analysis. * šŸ“± **Cross-platform setup:** Detailed guides for iOS simulator and physical iOS/Android devices. * šŸ› ļø **Essential debugging toolkit:** Compose, Repeat, Wildcard/Regex Filtering, Column Customization, and more. * šŸ”§ **Pro-level features:** Breakpoints, Local/Remote Mapping, Blacklisting. ...
    Starting Price: 69$
  • 18
    SonarQube for IDE
    ..., and Security Vulnerabilities right in the IDE, as you code. From dangerous regex patterns to non-compliant coding standards, SonarQube for IDE is your true confidante in delivering error-free code. With an intelligent tool by your side, your mistakes are only visible to you so you can understand them, quickly remediate them, and learn along the way.
  • 19
    Locust

    Locust

    Locust

    An open source load testing tool. Define user behavior with Python code, and swarm your system with millions of simultaneous users. No need for clunky UIs or bloated XML. Just plain code. Locust supports running load tests distributed over multiple machines, and can therefore be used to simulate millions of simultaneous users. A fundamental feature of Locust is that you describe all your test in Python code. No need for clunky UIs or bloated XML, just plain code. The easiest way to install...
  • 20
    PySpark

    PySpark

    PySpark

    PySpark is an interface for Apache Spark in Python. It not only allows you to write Spark applications using Python APIs, but also provides the PySpark shell for interactively analyzing your data in a distributed environment. PySpark supports most of Spark’s features such as Spark SQL, DataFrame, Streaming, MLlib (Machine Learning) and Spark Core. Spark SQL is a Spark module for structured data processing. It provides a programming abstraction called DataFrame and can also act as distributed...
  • 21
    Solara

    Solara

    Widgetti BV

    Many Python frameworks can handle basic dashboards but falter with complex ones, often leading teams to split into frontend and backend roles, causing various challenges. Solara is a new web framework that integrates ReactJS principles with Python simplicity. It offers a flexible API for various UI complexities and efficient state management. Solara supports a range of applications, from prototypes to intricate dashboards, and is compatible with platforms like Jupyter, VoilĆ , and various web...
  • 22
    Matplotlib

    Matplotlib

    Matplotlib

    Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Matplotlib makes easy things easy and hard things possible. A large number of third party packages extend and build on Matplotlib functionality, including several higher-level plotting interfaces (seaborn, HoloViews, ggplot, ...), and a projection and mapping toolkit (Cartopy).
    Starting Price: Free
  • 23
    asyncio

    asyncio

    asyncio

    asyncio is used as a foundation for multiple Python asynchronous frameworks that provide high-performance network and web-servers, database connection libraries, distributed task queues, etc. asyncio is often a perfect fit for IO-bound and high-level structured network code.
  • 24
    Azure Artifacts
    Add fully integrated package management to your continuous integration/continuous delivery (CI/CD) pipelines with a single click. Create and share Maven, npm, NuGet, and Python package feeds from public and private sources with teams of any size. Create and share Maven, npm, NuGet, and Python package feeds from public and private sources. Easily share code across small teams and large enterprises. Get universal artifact management for Maven, npm, NuGet, and Python. Share packages, and use built...
    Starting Price: $6 per user per month
  • 25
    pdfRest

    pdfRest

    Datalogics Inc.

    ..., Merge PDFs, Split PDF, Encrypt PDF, Decrypt PDF, Restrict PDF, Watermark PDF, Import Form Data, Export Form Data, Convert PDF Colors, OCR PDF, API Polling, Upload Files, Zip Files. Get up and running fast with the pdfRest Postman Collection or start from functional sample code in .NET, JavaScript, Python, PHP, and cURL from the pdfRest GitHub repository. Gold-standard processing powered by AdobeĀ® PDF Libraryā„¢ ensures the highest quality results. Free to get started with no commitment.
    Leader badge
    Starting Price: $0 per month
  • 26
    Tidelift

    Tidelift

    Tidelift

    Managed open source. Backed by maintainers. Customizable catalogs of known-good, proactively maintained JavaScript, Python, Java, PHP, Ruby, and .NET components. The Tidelift Subscription: Build your applications with enterprise-grade open source. Focus your time and effort on what you’re building—not what you’re building it with. The Tidelift Subscription is a managed open source subscription for application dependencies covering thousands of open source projects across JavaScript, Python...
    Starting Price: $1,500 per month
  • 27
    Mojo

    Mojo

    Modular

    Mojo šŸ”„ — a new programming language for all AI developers. Mojo combines the usability of Python with the performance of C, unlocking unparalleled programmability of AI hardware and extensibility of AI models. Write Python or scale all the way down to the metal. Program the multitude of low-level AI hardware. No C++ or CUDA required. Utilize the full power of the hardware, including multiple cores, vector units, and exotic accelerator units, with the world's most advanced compiler...
    Starting Price: Free
  • 28
    Atri Framework
    Atri framework is a full-stack web development framework to build Progressive Web Apps. Use our visual editor to increase your productivity. You can also add your custom React code. Currently, we support Python for backend development. We are planning to add support for NodeJS soon. Our CLI provides rich support for easy deployment at your platform of choice such as GitHub Pages, AWS, etc. Atri framework comes with a suite of productivity tools such as a visual editor, asset management tools...
    Starting Price: $100 per user per month
  • 29
    Falcon

    Falcon

    Falcon

    Falcon is a blazing fast, minimalist Python web API framework for building robust app backends and microservices. The framework works great with both asyncio (ASGI) and gevent/meinheld (WSGI). The Falcon web framework encourages the REST architectural style. Resource classes implement HTTP method handlers that resolve requests and perform state transitions. Falcon complements more general Python web frameworks by providing extra reliability, flexibility, and performance wherever you need it...
  • 30
    CherryPy

    CherryPy

    CherryPy

    CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This results in smaller source code developed in less time. CherryPy is now more than ten years old, and it has proven to be fast and reliable. It is being used in production by many sites, from the simplest to the most demanding. In order to make the most of CherryPy, you should start with the tutorials that will lead you through the most common aspects...
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next