Results for: python programming language

Suggested Categories:

Programming Languages
Programming languages are a set of rules that form a language that programmers and developers can use to write software, applications, web apps, mobile apps, scripts, and more.
Language Learning Software
Language learning software offers structured programs designed to teach users new languages through interactive lessons and exercises. These platforms typically include modules for grammar, vocabulary, pronunciation, and listening comprehension, helping learners build foundational language skills. Many language learning software options utilize multimedia tools, such as audio, video, and quizzes, to reinforce lessons and keep users engaged. Some software also offers tracking features to monitor progress and set personalized learning goals. With the flexibility to learn at one's own pace, these tools make it possible to study languages from beginner to advanced levels, often providing support for multiple languages.
Natural Language Processing Software
Natural language processing (NLP) software analyzes both written and spoken human languages and interprets them for translation, deep learning and automation purposes. Natural language processing software may also include natural language understanding (NLU) capabilities.
Natural Language Generation Software
Natural language generation software is computer-generated software designed to create natural-sounding output. It can generate text from structured data sources such as databases, or from unstructured sources like audio or video recordings. The output of this software can be used for various tasks such as summarizing information or producing news articles. Natural language generation technology is commonly used in applications that require automated content creation and natural language processing algorithms.
PLC Programming Software
PLC programming software is used to program industrial automation systems that are based on programmable logic controllers (PLCs). It enables users to create, modify and debug programs for PLCs in a structured, user-friendly manner. The software can also be used to design control systems for various industries such as pharmaceuticals, aerospace and automotive production. In addition, it provides features such as data logging, trending and simulation capabilities.
Pair Programming Tools
Pair programming tools, also known as remote pair programming tools, facilitate real-time collaboration between two or more developers working on the same codebase simultaneously. These tools often include features like shared code editors, live cursors, voice or video chat, and version control integration. Popular tools like Visual Studio Live Share, CodeTogether, and Replit allow remote developers to work together as if they were in the same room. By enabling instant feedback and collaborative problem-solving, these tools enhance productivity, knowledge sharing, and code quality. Pair programming tools are especially valuable in agile development environments and for mentoring junior developers.
Scripting Languages Software
Scripting languages are programming languages that are used to automate tasks and to create complex applications.
Robot Offline Programming (OLP) Software
Robot Offline Programming (OLP) software allows users to create, simulate, and optimize robotic movements and tasks in a virtual environment without the need for physical robots. It enables users to program robot paths, test collision avoidance, and visualize workflows before deployment. This software helps reduce production downtime, improve accuracy, and streamline robotic automation processes. Industries like manufacturing, automotive, and aerospace rely on OLP software to enhance productivity and reduce costly on-site programming. By allowing for virtual testing and iteration, it minimizes errors and speeds up the implementation of robotic systems.
Large Language Models
Large language models are artificial neural networks used to process and understand natural language. Commonly trained on large datasets, they can be used for a variety of tasks such as text generation, text classification, question answering, and machine translation. Over time, these models have continued to improve, allowing for better accuracy and greater performance on a variety of tasks.
AI Language Learning Software
AI language learning apps use artificial intelligence to help users learn new languages more efficiently by personalizing the learning experience. These apps often offer interactive lessons, voice recognition, and real-time feedback to improve pronunciation, grammar, and vocabulary. The AI algorithms adapt to the user's learning pace, strengths, and weaknesses, providing tailored exercises and challenges.
Small Language Models Software
Small language models are machine learning models designed for natural language processing tasks with a smaller number of parameters compared to large language models. They are often used in scenarios where computational resources or training data are limited, offering a more efficient solution.
Code Collaboration Tools
Code collaboration tools are platforms that enable developers to work together on software projects by facilitating real-time collaboration, version control, and code sharing. These tools allow multiple developers to edit and review code simultaneously, track changes, and manage different versions of code through branches and commits. Key features typically include code reviews, pull requests, conflict resolution, issue tracking, and integration with version control systems like Git. Code collaboration tools are essential for team-based development environments, ensuring smooth coordination and improving productivity in software projects.
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.
Machine Translation Software
Machine translation software is an artificial intelligence (AI) technology that enables computers to automatically translate text from one language to another. It utilizes AI techniques such as natural language processing and statistical algorithms to determine the most accurate translations possible. Machine translation software can provide quick translations of large blocks of text and has become increasingly sophisticated over time. It is used in a variety of contexts, from facilitating international business communications to helping people access information in languages they don't know.
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.
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.
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.
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.
Affiliate Software
Affiliate software helps businesses manage and track their affiliate marketing programs. It enables companies to recruit affiliates, monitor performance, and process payments based on predefined commission structures. The software typically provides tools to track clicks, sales, conversions, and other key metrics in real-time. It also offers reporting and analytics to help optimize affiliate campaigns and identify high-performing partners. With affiliate software, businesses can streamline their marketing efforts, reduce manual tracking, and maximize their revenue through strategic partnerships.
Garage Door Software
Garage door software allows garage door installers to improve and optimize the management of their clients, equipment, schedules, installations, and daily operations.
View more categories (20) for "python programming language"
  • 1
    V Programming Language

    V Programming Language

    V Programming Language

    Simple, fast, safe, and compiled. For developing maintainable software. Simple language for building maintainable programs. You can learn the entire language by going through the documentation over a weekend, and in most cases, there's only one way to do something. This results in simple, readable, and maintainable code. This results in simple, readable, and maintainable code. Despite being simple, V gives a lot of power to the developer and can be used in pretty much every field, including...
    Starting Price: Free
  • 2
    Cython

    Cython

    Cython

    Cython is an optimizing static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C extensions for Python as easy as Python itself. Cython gives you the combined power of Python and C to let you write Python code that calls back and forth from and to C or C++ code natively at any point. Easily tune readable Python code into plain C performance by adding static type declarations, also in Python syntax. Use combined...
    Starting Price: Free
  • 3
    zdaemon

    zdaemon

    Python Software Foundation

    zdaemon is a Unix (Unix, Linux, Mac OS X) Python program that wraps commands to make them behave as proper daemons. zdaemon provides a script, zdaemon, that can be used to run other programs as POSIX (Unix) daemons. (Of course, it is only usable on POSIX-complient systems.) Using zdaemon requires specifying a number of options, which can be given in a configuration file, or as command-line options. It also accepts commands teling it what to do. Start a process as a daemon. Stop a running daemon...
    Starting Price: Free
  • 4
    parsel

    parsel

    Python Software Foundation

    Parsel is a BSD-licensed Python library to extract and remove data from HTML and XML using XPath and CSS selectors, optionally combined with regular expressions. Create a selector object for the HTML or XML text that you want to parse. Then use CSS or XPath expressions to select elements. CSS is a language for applying styles to HTML documents. It defines selectors to associate those styles with specific HTML elements. XPath is a language for selecting nodes in XML documents, which can also...
    Starting Price: Free
  • 5
    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
  • 6
    KDevelop
    KDevelop is a Free and Open Source integrated development environment (IDE). It provides editing, navigation and debugging features for several programming languages, as well as integration with multiple build systems and version-control systems, using a plugin-based architecture. KDevelop has parser backends for C, C++ and Javascript/QML, with further external plugins supporting e.g. PHP or Python. KDevelop Windows installers are also available to download from the binary...
  • 7
    Konfig

    Konfig

    Konfig

    Konfig is a developer tool that automates the generation of SDKs, documentation, demos, and tutorials for REST APIs, facilitating seamless onboarding for external developers. By importing an OpenAPI Specification or Postman Collection, Konfig automatically produces SDKs in popular programming languages, including TypeScript, Python, Java, C#, PHP, Ruby, Go, Swift, and Dart. The platform ensures high-quality SDKs by identifying and rectifying errors in the OpenAPI Specification through its...
  • 8
    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
  • 9
    Defang

    Defang

    Defang

    Defang is a developer-centric platform that simplifies the process of developing, deploying, and debugging cloud applications. By leveraging AI-assisted tooling, Defang enables developers to swiftly transition from an idea to a deployed application on their preferred cloud provider. The platform supports multiple programming languages, including Go, JavaScript, and Python, allowing developers to start with sample projects or generate project outlines using natural language prompts...
    Starting Price: $10 per month
  • 10
    NumPy

    NumPy

    NumPy

    ... code. NumPy’s high level syntax makes it accessible and productive for programmers from any background or experience level. NumPy brings the computational power of languages like C and Fortran to Python, a language much easier to learn and use. With this power comes simplicity: a solution in NumPy is often clear and elegant.
    Starting Price: Free
  • 11
    Oxygene

    Oxygene

    RemObjects Software

    Pascal is more relevant today than ever, and modern Pascal implementations such as Oxygene have a lot to bring to the table. Oxygene is a powerful general-purpose programming language, designed to let developers create all imaginable kinds of projects on a wide variety of platforms. To achieve this, it provides a combination of language features that ease the development processes, from basic object-oriented language concepts found in most modern languages (such as the concept of classes...
    Starting Price: $199 one-time payment
  • 12
    Alpha TransForm

    Alpha TransForm

    Alpha Software Corporation

    ..., and deploy mobile apps with ease: - pre-built app templates you can customize - powerful analytics engine with dashboards you can customize - built-in offline operation - a programming language for adding advanced capabilities - scale-able, secure and reliable cloud deployment. Developers can use Alpha Software's complimentary low-code platform (Alpha Anywhere) which integrates with Alpha TransForm, to build more advanced mobile apps and web apps.
    Starting Price: $30/User/Month
  • 13
    Adobe PDF Library SDK

    Adobe PDF Library SDK

    Datalogics Inc.

    Shorten development times & get to market faster with Adobe PDF Library. Global OEMs, SaaS and enterprise end-users rely on Adobe PDF Library to automate the creation, editing and management of PDFs. An Adobe partner, our SDK uses the same source code as Acrobat for stability, reliability and quality results. Adobe PDF Library gives developers flexible programming language and platform options, and is currently available in .NET, .NET Framework, Java and C/C++ on Windows, Linux, Mac...
  • 14
    RemObjects Mercury

    RemObjects Mercury

    RemObjects Mercury

    Mercury is an implementation of the BASIC programming language that is fully code-compatible with Microsoft Visual Basic.NET™, but takes it to the next level, and to new horizons. With Mercury, you will be able to build your existing VB.NET projects and leverage your Visual Basic™ language experience to write code for any modern target platform. You can mix Mercury code with any of the other five Elements languages in the same project if you like! The Mercury language will be deeply integrated...
    Starting Price: $49 per month
  • 15
    Koyeb

    Koyeb

    Koyeb

    ... them on any registry, and atomically deploy your new version worldwide in a single API call. Invite your team to build together and enjoy a live preview after each push with built-in CI/CD. The Koyeb platform lets you combine the languages, frameworks, and technologies you use. Deploy any application without modifications thanks to native support of popular languages and Docker containers. Koyeb detects and builds apps in Node.js, Python, Go, Ruby, Java, PHP, Scala, Clojure, and more.
    Starting Price: $2.7 per month
  • 16
    AMPL

    AMPL

    AMPL

    AMPL is a powerful and intuitive modeling language designed to represent and solve complex optimization problems. It enables users to formulate mathematical models in a syntax that closely mirrors algebraic notation, facilitating a clear and concise representation of variables, objectives, and constraints. AMPL supports a wide range of problem types, including linear programming, nonlinear programming, mixed-integer programming, and more. One of its key strengths is the ability to separate...
    Starting Price: $3,000 per year
  • 17
    Synergy DBL

    Synergy DBL

    Synergex

    Synergy DBL is a proven, ANSI-standard business language with class libraries, a high-performance database, and .NET interoperability at the heart of the Synergy/DE product suite. Flexible and reliable, it gives you the power to create scalable, portable enterprise applications and supports both object-oriented and structured programming techniques. Synergy DBL comes in two forms: traditional Synergy DBL and Synergy DBL for .NET. Traditional Synergy DBL supports numerous open technologies...
    Starting Price: Free
  • 18
    Maya

    Maya

    Maya

    ..., to automate all your work. Stitch multiple data sources by just describing how they work together. Pipe data into tables, charts, and graphs generated from natural language descriptions. Build, edit, and deploy dynamic forms to help a human enter & modify data. Copy and paste your natural language program into a note-taking app, or share it with a friend. Write, modify, debug, deploy & use apps programmed in English. Describe the steps you want Maya to generate code for.
  • 19
    RedLine13

    RedLine13

    RedLine13

    ... you the flexibility of writing load tests in languages and utilities you use every day. You can write custom tests in Python, PHP or Node.js. We provide an open, easy, and cheap way for load testing. We achieve this with an open architecture which provides tuning and control to setting up the cloud load agents.
    Starting Price: $0 per month
  • 20
    ScrapFly

    ScrapFly

    ScrapFly

    Scrapfly offers a suite of APIs designed to streamline web data collection for developers. Their web scraping API enables efficient extraction of web pages, handling challenges like anti-scraping measures and JavaScript rendering. The Extraction API utilizes AI and large language models to parse documents and extract structured data, while the screenshot API allows for capturing high-quality visuals of web pages. These tools are built to scale, ensuring reliability and performance as data needs...
    Starting Price: $30 per month
  • 21
    raylib

    raylib

    raylib

    ... that functionality. The best way to learn to code is by reading code. raylib supports multiple target platforms, it has been tested in the following ones but, technically, any platform that supports C language and OpenGL graphics (or similar) can run raylib or it can be very easily ported to. You can use raylib with multiple programming languages, there are over 60 bindings. raylib can be combined with several extra libraries for additional functionality.
    Starting Price: Free
  • 22
    Kotlin

    Kotlin

    Kotlin

    Easy to pick up, so you can create powerful applications immediately. Compatible with the Java ecosystem. Use your favorite JVM frameworks and libraries. Share application logic between web, mobile, and desktop platforms while keeping an experience native to users. Save time and get the benefit of unlimited access to features specific to these platforms. Kotlin has great support and many contributors in its fast-growing global community. Enjoy the benefits of a rich ecosystem with a wide...
    Starting Price: Free
  • 23
    Integry

    Integry

    Integry

    Integry helps you design, deploy, embed, and manage integrations for your SaaS, easing the load on engineering and boosting support team productivity. Build powerful integrations quickly with visual programming. Add code where you need to. Use the highest abstraction and most expressive language that makes you more productive than any programming language without sacrificing control. Integry provides connectors to 250+ apps so you can get up and running quickly without worrying about getting...
  • 24
    OpenGL

    OpenGL

    OpenGL

    OpenGL (Open Graphics Library) is a cross-language, cross-platform application programming interface for rendering 2D and 3D vector graphics. The API is typically used to interact with a graphics processing unit, to achieve hardware-accelerated rendering. Silicon Graphics, Inc. (SGI) began developing OpenGL in 1991 and released it on June 30, 1992. It is used for a variety of applications, including computer-aided design (CAD), video games, scientific visualization, virtual reality, and flight...
  • 25
    Stacks.js
    Clarity is a programming language that brings smart contracts to Bitcoin. It’s optimized for security and predictability, and it gives developers a safe way to build complex smart contracts. Clarity is designed for high-stakes code where bugs are not an option. Modular core packages for identity, authentication, storage, transactions, stacking, and more. JS bindings for integrating with the Hiro Wallet for Web and leveraging all Stacks blockchain features. Rapidly integrate Clarity smart...
  • 26
    LiveCode

    LiveCode

    LiveCode

    Build apps using our visual development environment and our easy to understand programming language that has no limits to what you can create. Drag the fully featured controls you need from the Tools Palette onto your app. Place them where you want, resize, and customise their properties to change their appearance and behaviour. In LiveCode your application is always running. You can add objects or change the code and instantly see the effect. No other language does this. Editing live...
    Starting Price: $299 one-time payment
  • 27
    Eclipse Dirigible

    Eclipse Dirigible

    Eclipse Foundation

    Eclipse Dirigible™ is a high-productivity application platform that provides development tools and a runtime environment. It supports the full development lifecycle of applications by leveraging an in-system programming model and rapid application development techniques. Eclipse Dirigible provides capabilities for end-to-end development process from database modeling and management, through RESTful services authoring using various dynamic languages, to pattern-based user interface generation...
  • 28
    Apache ServiceComb
    Open-source, full-stack microservice solution. With out-of-the-box, high performance, compatible with popular ecology, and multi-language support. Service contract guarantee based on OpenAPI. One-click scaffolding, out of the box, speeds up the building of microservice applications. The ecological extension supports multiple development languages such as Java/Golang/PHP/NodeJS. Apache ServiceComb is an open-source solution for microservices. It consists of multiple components that can...
    Starting Price: Free
  • 29
    CaptainCasa Enterprise Client
    Rapid development and cost-effective maintenance of web applications with server-side Java. The developer uses only this most widely used development language; no html, css or javascript knowledge is required for frontend programming. Unique clear separation of UI design and logical processing. Integration of Java business logic into the design through expression language and event control. Numerous and exceptional components serve a unique overall look; unlimited use of additional CSS...
    Leader badge
    Starting Price: Free
  • 30
    Flyde

    Flyde

    Flyde

    Built on a functional-reactive foundation, Flyde enables more than simple input/output flows. It supports everything you'd expect from a textual-based language; recursions, loops, and conditionals. Unlock new ways to think about, and debug your programs. Have an always-correct diagram of your program. Flyde’s flow-based, visual approach makes asynchronous and concurrent tasks simpler and more intuitive. In Flyde, nothing is hidden. From node implementation to runtime code. Easily access...
    Starting Price: Free
  • Previous
  • You're on page 1
  • 2
  • Next