Results for: python library

Suggested Categories:

Library Management Systems
A library management system is software designed to assist in the organization and maintenance of a library's collections and services. It typically includes features for cataloging, circulation, and patron management. These systems are used by libraries of all sizes, from small school libraries to large public libraries. They can help with tasks such as tracking loaned items, managing fines and fees, and generating reports on library usage. Library management systems aim to streamline processes and provide librarians with efficient tools for managing their resources.
Sound Libraries
Sound libraries, also known as sound effects libraries, are online libraries that give audio professionals, sound designers, audio engineers, and other professionals a wide variety of sounds and sound effects to choose from for their audio needs. Some sound libraries are royalty-free.
Component Libraries
Component libraries are preconfigured sets of components, designs, styles, and code that enable developers and designers to build and design applications in a more efficient and streamlined way. A component library, also known as a UI component library, can be used across programming languages and frameworks to speed up and simplify design and development.
CAD Libraries
CAD libraries are collections of pre-made design elements, components, or templates that can be used in CAD software to speed up the design process. These libraries typically include 2D and 3D models, parts, symbols, and standards that can be easily integrated into drawings or designs. CAD libraries help engineers, architects, and designers quickly access commonly used objects, materials, and components, improving efficiency and ensuring consistency across projects. They are used in various industries such as manufacturing, architecture, and construction, where standardization and accuracy are crucial.
Library Automation Software
Library automation software is software designed to streamline, automate, and manage the various tasks and processes involved in running a library.
JavaScript Libraries
JavaScript libraries are sets of code, components, and code snippets that enable developers to build JavaScript (JS) applications in a simpler and more efficient way.
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.
PDF SDK
PDF SDKs (Software Development Kits) provide developers with the tools and libraries needed to integrate PDF functionality into their applications or websites. These SDKs offer features like viewing, editing, creating, converting, and annotating PDFs, allowing developers to build custom PDF solutions tailored to their needs. PDF SDKs often include APIs for manipulating text, images, and form data, as well as for handling document security, such as encryption and password protection. By using PDF SDKs, developers can add robust PDF capabilities to their software without having to build these features from scratch, saving time and resources.
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.
Photo Management Software
Photo management software enables users and organizations to manage and organize their photos and photo libraries. Photo management software tools may offer different features such as photo editing, categorization, tagging, indexing, searching, and more. Some photo management software comes with AI functionality such as image recognition and processing.
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.
Document Management Software
Document management software is a type of software that helps organizations manage their documents. It allows users to store, index, retrieve and manipulate digital files, as well as organize them in ways that make sense for the organization. Document management software can help an organization keep track of versions and revisions, ensuring the most up-to-date documents are being used. Different document management systems offer different features, so it is important to research which one will best suit the needs of the organization.
Knowledge Management Software
Knowledge management software is an application used to store, capture, manage and distribute knowledge within organizations. It facilitates the sharing of information between employees and departments in order to ensure better efficiency in operations. This type of software can also provide easy access to organizational documents, data sources and other content. Many tools such as search capabilities, document libraries and collaboration workspaces are typically included in knowledge management software platforms.
Neural Network Software
Neural network software uses algorithms to simulate the human brain's ability to recognize patterns. It can be used for a variety of purposes, such as image and voice recognition, natural language processing, and decision making. The software is typically composed of a number of layers that contain parameters which are adjusted through training. Finally, it can be applied in various areas such as healthcare, finance, engineering and more.
Stock Footage Sites
Stock footage sites offer a wide range of video clips and visuals that can be licensed for use in various projects, including marketing, advertising, presentations, film production, and social media. These platforms provide access to high-quality video content, including nature scenes, urban landscapes, business settings, people in action, and more, with options for purchasing individual clips or subscribing to a collection. Stock footage sites typically allow users to search by category, resolution, and licensing type, ensuring that creators can find the right visuals for their needs. By using these sites, businesses and creatives can save time and resources by obtaining professional-quality video content without the need to shoot footage themselves.
View more categories (17) for "python library"

23 Products for "python library" with 2 filters applied:

  • 1
    python-sql

    python-sql

    Python Software Foundation

    python-sql is a library to write SQL queries in a pythonic way. Simple selects, select with where condition. Select with join or select with multiple joins. Select with group_by and select with output name. Select with order_by, or select with sub-select. Select on other schema and insert query with default values. Insert query with values, and insert query with query. Update query with values. Update query with where condition. Update query with from the list. Delete query with where condition...
    Starting Price: Free
  • 2
    xlrd

    xlrd

    Python Software Foundation

    xlrd is a library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files. xlrd is a library for reading data and formatting information from Excel files in the historical .xls format. This library will no longer read anything other than .xls files. Ignores charts, macros, pictures, any other embedded object, including embedded worksheets, VBA modules, and formulas, but results of formula calculations are extracted, comments, hyperlinks, auto filters, advanced filters...
    Starting Price: Free
  • 3
    websockets

    websockets

    Python Software Foundation

    An implementation of the WebSocket Protocol (RFC 6455 & 7692). websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. Built on top of asyncio, Python’s standard asynchronous I/O framework, it provides an elegant coroutine-based API. websockets is heavily tested for compliance with RFC 6455. Continuous integration fails under 100% branch coverage. websockets is built for production. For example...
    Starting Price: Free
  • 4
    warcat

    warcat

    Python Software Foundation

    Tool and library for handling Web ARChive (WARC) files. Naively join archives into one. Extract files from archive. List commands available. List contents of archive. Load archive and write it back out. Split archives into individual records. Verify digest and validate conformance. The library may not be entirely thread-safe yet. The goal of the Warcat project is to create a tool and library as easily and fast as manipulating any other archive such as tar and zip archives. Warcat is designed...
    Starting Price: Free
  • 5
    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
  • 6
    requests

    requests

    Python Software Foundation

    Requests is a simple, yet elegant, HTTP library. Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your PUT & POST data, but nowadays, just use the JSON method! Requests is one of the most downloaded Python packages today, pulling in around 30M downloads/week, according to GitHub, Requests is currently depended upon by 1,000,000+ repositories. You may certainly put your trust in this code. Requests...
    Starting Price: Free
  • 7
    yarl

    yarl

    Python Software Foundation

    ... want to install yarl on another operating system (like Alpine Linux, which is not manylinux-compliant because of the missing glibc and therefore, cannot be used with our wheels) the tarball will be used to compile the library from the source code. It requires a C compiler and Python headers installed. Please note that the pure-Python (uncompiled) version is much slower. However, PyPy always uses a pure-Python implementation, and, as such, it is unaffected by this variable.
    Starting Price: Free
  • 8
    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
  • 9
    waiting

    waiting

    Python Software Foundation

    waiting is a small library for waiting for stuff to happen. It basically waits for a function to return True, in various modes. Waiting is compatible with flux for simulated timelines. The most basic usage is when you have a function you want to wait for. Waiting forever is very simple. If your predicate returns a value, it will be returned as the result of wait(). A timeout parameter can also be specified. When a timeout expires without the predicate being fulfilled, an exception is thrown...
    Starting Price: Free
  • 10
    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
  • 11
    Pylons

    Pylons

    Python Software Foundation

    The Pylons web framework is designed for building web applications and sites in an easy and concise manner. They can range from as small as a single Python module, to a substantial directory layout for larger and more complex web applications. Pylons comes with project templates that help boot-strap a new web application project, or you can start from scratch and set things up exactly as desired. A framework to make writing web applications in Python easy. Utilizes a minimalist, component...
    Starting Price: Free
  • 12
    Ray

    Ray

    Anyscale

    Develop on your laptop and then scale the same Python code elastically across hundreds of nodes or GPUs on any cloud, with no changes. Ray translates existing Python concepts to the distributed setting, allowing any serial application to be easily parallelized with minimal code changes. Easily scale compute-heavy machine learning workloads like deep learning, model serving, and hyperparameter tuning with a strong ecosystem of distributed libraries. Scale existing workloads (for eg. Pytorch...
    Starting Price: Free
  • 13
    Pathway

    Pathway

    Pathway

    Pathway is a Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG. Pathway comes with an easy-to-use Python API, allowing you to seamlessly integrate your favorite Python ML libraries. Pathway code is versatile and robust: you can use it in both development and production environments, handling both batch and streaming data effectively. The same code can be used for local development, CI/CD tests, running batch jobs, handling stream replays, and processing...
  • 14
    Gurobi Optimizer

    Gurobi Optimizer

    Gurobi Optimization

    .... Choose from Anaconda Python distributions with pre-built libraries to support application development, Spyder for graphical development, and Jupyter for notebook-style development.
  • 15
    AutoRest

    AutoRest

    Microsoft

    The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is a spec that describes the REST API using the OpenAPI specification format and streamlines the creation of client code across multiple programming languages, including C#, Java, Python, TypeScript, and Go. This automation enhances consistency and efficiency in API consumption, reducing the manual effort required to develop and maintain client libraries. AutoRest operates through a flexible...
    Starting Price: Free
  • 16
    MLlib

    MLlib

    Apache Software Foundation

    ​Apache Spark's MLlib is a scalable machine learning library that integrates seamlessly with Spark's APIs, supporting Java, Scala, Python, and R. It offers a comprehensive suite of algorithms and utilities, including classification, regression, clustering, collaborative filtering, and tools for constructing machine learning pipelines. MLlib's high-quality algorithms leverage Spark's iterative computation capabilities, delivering performance up to 100 times faster than traditional Map...
  • 17
    Xilinx

    Xilinx

    Xilinx

    ... the closest model and start re-training for your applications! Provides a powerful open source quantizer that supports pruned and unpruned model quantization, calibration, and fine tuning. The AI profiler provides layer by layer analysis to help with bottlenecks. The AI library offers open source high-level C++ and Python APIs for maximum portability from edge to cloud. Efficient and scalable IP cores can be customized to meet your needs of many different applications.
  • 18
    JFrog Artifactory
    The Industry Standard Universal Binary Repository Manager. Supports all major package types (over 27 and growing) such as Maven, npm, Python, NuGet, Gradle, Go, and Helm including Kubernetes and Docker as well as integration with leading CI servers and DevOps tools that you already use. Additional functionalities include: - High Availability that scales to infinity with active/active clustering of your DevOps environment and scales as business grows - On-Prem, Cloud, Hybrid, or Multi...
  • 19
    Hasterisk

    Hasterisk

    Solution Factory

    We are Information systems specialists. In a context of automation and multiplication of information sources and systems, Solution Factory supports companies in federating and leveraging their data to optimize business processes. Expertise: Supply chain, Warehouse and inventory management, Purchasing and Supply, Planning, Business strategy, VRIO Resources, Strategic resources, Business Unit Strategy. Discover our methodology library on this site or on the “SF - Knowledge Manage...
    Starting Price: $10 per user, per month
  • 20
    Ascend

    Ascend

    Ascend

    ... by up to 90%. Build, iterate on, and run data transformations easily with Ascend’s multi-language flex-code interface enabling the use of SQL, Python, Java, and, Scala interchangeably. Quickly view data lineage, data profiles, job and user logs, system health, and other critical workload metrics at a glance. Ascend delivers native connections to a growing library of common data sources with our Flex-Code data connectors.
    Starting Price: $0.98 per DFC
  • 21
    Intel oneAPI HPC Toolkit
    ... for Python*, the Intel® oneAPI DPC++/C++ C¿compiler, powerful data-centric libraries, and advanced analysis tools. Get what you need to build, test, and optimize your oneAPI projects for free. With an Intel® Developer Cloud account, you get 120 days of access to the latest Intel® hardware, CPUs, GPUs, FPGAs, and Intel oneAPI tools and frameworks. No software downloads. No configuration steps, and no installations.
  • 22
    Robocorp

    Robocorp

    Robocorp

    ... automation that their team can dream up. Our programmable approach leverages a powerful open-source ecosystem of libraries and keywords that provides you the flexibility to build automation that you can count on. Our RPA framework automation stack is built on top of Python. Now developers are able to quickly build, integrate, deploy, analyze, and maintain complex automation with Robocorp. Monitor, manage, and visualize your automation in a single pane of glass.
    Starting Price: $100 per month
  • 23
    NVIDIA TensorRT
    ... techniques such as quantization, layer and tensor fusion, and kernel tuning on all types of NVIDIA GPUs, from edge devices to PCs to data centers. The ecosystem includes TensorRT-LLM, an open source library that accelerates and optimizes inference performance of recent large language models on the NVIDIA AI platform, enabling developers to experiment with new LLMs for high performance and quick customization through a simplified Python API.
    Starting Price: Free
  • Previous
  • You're on page 1
  • Next