Easily migrate from Snowflake, Redshift, or Databricks with free tools.
BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
Try Free
Ship Agents Faster
Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
upfirdn ("Up-sampling, FIR filtering, Down-sampling") is an Efficient Polyphase FIR Resampler for Numpy. The purpose of this project is to support and grow numeric and scientific Python user and developer base
This is a remake of the Zelda 2 NES title that I've been working on in my spare time to learn and improve my programming skills. It's being programmed in Python and also requires Pygame, and may require NumPy as well in the future
This Python script uses the numpy and audiolab modules to generate waveform and spectrogram png images from a wav file. It is based on a script by Freesound.org.
ATpy (Astronomical Tables in Python) is a Python module aimed at dealing with tables of astronomical data with a common API. To date, the following formats are supported: FITS, VO, and IPAC tables, and SQLite, MySQL, and PostgreSQL databases
Earth is fallen, humanity is near extinguish, commander, our warship is trapped in a sub space, we need escape before the androids found us. pygame and numpy are needed for running this game!
A Python function library to extract EEG feature from EEG time series in standard Python and numpy data structure. Features include classical spectral analysis, entropies, fractal dimensions, DFA, inter-channel synchrony and order, etc.
A simple project which attempts to emulate real life in the launching of a trebuchet. Requires a python compiler, and the python modules for math, gtk, pygame, random, and numpy. Please note: this is an early version and is in alpha.
The scikits.timeseries python module provides classes and functions for manipulating, reporting, and plotting time series of various frequencies. The focus is on convenient data access while leveraging the existing functionality in numpy.
Set of python scripts that can be used for the calculations of equilibrium fractionation factors from experiments and from statistical mechanics theory. python scripts use Scipy/Numpy/Matplotlib/WxPython for calculations, plotting and the GUI
PyMaTi is a simple and easy to use GUI for numerical and scientific computing in Python. It surrounds well know packages NumPy and Matplotlib and provides possibility to immediately play with numerical python from intuitive user interface.
PyPlotSuite aims to provide immediate, easy-to-use, GUI tools to display, analyze and create publication-quality 2D plots of 1D data series, images, 2D arrays. This project is based on (and would not exist without) pygtk, matplotlib and numpy.
Quick reference for switching between mathematical computation environments for computer algebra, numeric processing and data visualisation. Examples are Matlab, IDL, SPlus, and their open-source counterparts Octave, Scilab, Python+NumPy and R.
pynpvm is a Python interface to Parallel Virtual Machine (PVM), a portable heterogeneous message-passing system. It requires NumPy as a pre-requisite because the datatype numpy.array is used for message passing.
Simple Python class for managing tables of data in memory using NumPy. It allows to give names to views of array. The package contains few classes built on top of the basic one to be used as post processing tools for particle optics computations.
...For install it, download/clone this repository or download suitable binary file from releases.
Not working yet! The first release comming soon...
Requirements
numpy
matplotlib
PyAstronomy
pymc
Installation is possible from source code or using build installation binary file (only for OS
Windows). The following procedure is only for installation from the source code. Extract
files and go to new-created folder. Running script setup.py the installation will be done:
python setup.py install
Freeode is a compiler for the SIML programming language. It is a specialized language to solve differential equations. The compiler creates a python program that uses Numpy and Scipy to do the numerical computations.