NumPy

NumPy is a library used in software development.

Also known as: python-numpy
🧊Why learn NumPy?

NumPy is widely used in the industry and worth learning.

See how it ranks →

Compare NumPy

Related Tools

Alternatives to NumPy

Other Data Science Libraries

View all →
Abstract Window Toolkit
The Abstract Window Toolkit (AWT) is a Java library for creating graphical user interfaces (GUIs) and window-based applications. It provides a set of native peer components, such as buttons and text fields, that rely on the underlying operating system's native GUI toolkit for rendering and functionality. AWT was the original GUI framework for Java, introduced in Java 1.0, and is part of the Java Foundation Classes (JFC).
Adyen Drop-in
Adyen Drop-in is a pre-built, customizable UI component library for integrating payment methods into web and mobile applications. It provides a unified interface that allows customers to select from various payment options (like credit cards, digital wallets, and local methods) without redirecting to external pages. The library handles the complexity of payment processing, security compliance (such as PCI DSS), and responsive design, enabling developers to implement payments quickly.
Adyen Web Components
Adyen Web Components is a JavaScript library that provides pre-built, customizable UI components for integrating Adyen's payment processing services into web applications. It simplifies the implementation of secure payment forms, handling sensitive data like card details through tokenization to reduce PCI DSS compliance scope. The components are designed to be responsive, accessible, and support various payment methods such as credit cards, digital wallets, and local payment options.
AG Grid
AG Grid is a high-performance JavaScript data grid library for building interactive tables and data grids in web applications. It supports features like sorting, filtering, pagination, grouping, and editing, with a focus on speed and scalability for handling large datasets. It is framework-agnostic, offering native support for React, Angular, Vue, and plain JavaScript.
Aiohttp
Aiohttp is an asynchronous HTTP client/server framework for Python, built on top of asyncio. It enables developers to write high-performance, non-blocking web applications and APIs by leveraging Python's async/await syntax. The library supports both client-side HTTP requests and server-side web server functionality, making it ideal for building scalable network services.
Ajv
Ajv (Another JSON Schema Validator) is a high-performance JavaScript library for validating JSON data against JSON Schema standards. It supports JSON Schema draft-04, draft-06, draft-07, draft-2019-09, and draft-2020-12, providing fast validation with a small footprint. It is widely used in Node.js and browser environments to ensure data integrity and structure in applications.