Found 123 repositories(showing 30)
weisscharlesj
Scientific Computing for Chemists with Python is a free book for teaching basic coding skills to chemists using Python, Jupyter notebooks, and the other Python software. This textbook teaches a variety of Python packages including NumPy, SciPy, matplotlib, pandas, seaborn, nmrglue, SymPy, scikit-image, scikit-learn, and others.
milaan9
Numpy is a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for working with these arrays. It is the fundamental package for scientific computing with Python. Besides its obvious scientific uses, Numpy can also be used as an efficient multi-dimensional container of generic data.
tum-pbs
Intuitive scientific computing with dimension types for Jax, PyTorch, TensorFlow & NumPy
michaelnowotny
Numeric and scientific computing on GPUs for Python with a NumPy-like API
tcsai
Data Processing Advanced: a course on scientific computing with Numpy/Scipy
pyk
Work in progress: An easy-to-use fundamental library for scientific computing with Rust, highly inspired by NumPy.
khalidkhankakar
This repository is a comprehensive guide to learning NumPy, the foundational Python library for numerical computing and data science. Designed for beginners and aspiring data scientists, it covers all the essential concepts with real-world examples, making it easy to apply NumPy in data analysis, machine learning, and scientific computing.
reddyprasade
NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object sophisticated (broadcasting) functions tools for integrating C/C++ and Fortran code useful linear algebra, Fourier transform, and random number capabilities
Dawit-1621
NumPy is the fundamental package for scientific computing with Python.
npshub
:octocat: Introduction to Scientific Computing (e.g., differentiation, integration, interpolation, differential equations) with Numpy, Scipy, Matplotlib, Pandas
paoloose
The Lorenz Attractor System implemented with numpy + matplotlib + scipy. Final project for the Scientific Computing in Python course taught by http://pec3.org/events/python2022/
ChinmayBhattt
Welcome to the NumPy Arrays repository! This repo contains beginner to intermediate-level Python scripts demonstrating the usage of NumPy, the fundamental package for scientific computing with Python. These examples are ideal for anyone looking to strengthen their skills in array manipulation,
This repository offers tutorials and practical applications of Python for astrophysics, highlighting Astropy, Numpy, and SciPy. Explore data analysis, astronomical visualization, and celestial mechanics, along with tools for handling datasets from missions like Gaia and TESS—ideal for scientific computing in astronomy.
deena-lad
This repository is designed to help you master NumPy, the fundamental package for scientific computing with Python. Whether you are just getting started or looking to refine your skills with advanced techniques, this repo covers a comprehensive range of topics and functionalities. It covers the range of topics from beginner to advance.
Pritirekha23
Numpy is a python library used for working with arrays.It also has functions for working in domain of linear algebra , fourier transform ,and matrices. It is used for scientific computing.It was created in 2005 by Travis Oliphant.It is an open source project project and we can use it freely.
FreeCodeChamp's Scientific Computing with Python Beta course, you will learn how to leverage Python's powerful libraries like Pandas, NumPy, and Matplotlib to manipulate, analyze, and visualize data.
Aditya-Sharma-Aiml
NumPy is a fundamental Python library for numerical computing that provides support for large multi-dimensional arrays and matrices along with a wide range of mathematical functions to perform efficient scientific and data analysis operations.
desaiankitb
This repo shows how to review and derive information from datasets using Python. First, get an overview of data science and how it open source libraries like Python can be used for your data analysis need. Then, discover how to set up labs and data interpreters. Next, learn about how you can use pandas, NumPy, and SciPy for numerical processing, scientific programming, and extensive data exploration. With these options at your disposal, you'll be ready for the following code which focuses on making predictions using machine learning tools, data classifiers, and clusters. The repo concludes with a look at big data and how PySpark can be used for computing.
Iro96
The fundamental package for scientific computing with C/C++ (Inspired by Numpy)
burakberber
NumPy is the package that is for scientific computing with Python. Scientific uses are mostly added... NumPy can also be used as a data work.
AlbanXhepi21
A beginner-friendly guide to NumPy - the fundamental package for scientific computing with Python. Learn array manipulation, mathematical operations, and data analysis. #Python #NumPy
kueiyiee
An AI-driven scientific computing project for analyzing and solving nonlinear systems using advanced numerical methods with NumPy and SciPy
m-peker
The NumPy library is the core library for scientific computing in Python. It provides a high-performance multidimensional array object, and tools for working with these arrays. This document provides basic information about Numpy.
Mayank-Bhatt22
Learn NumPy at DUCAT to master numerical computing in Python. Gain hands-on experience with arrays, mathematical operations, data manipulation, and real-world problem solving essential for data analysis, machine learning, and scientific computing.
AnmolPatel20
This repository contains a collection of beginner-to-intermediate Jupyter Notebooks that demonstrate the core features and functionalities of **NumPy**, the fundamental package for scientific computing with Python.
DurgaMaheshPalani
Numpy is the core library for scientific computing in Python. It provides a high-performance multidimensional array object, and tools for working with these arrays. If you are already familiar with MATLAB, you might find this tutorial useful to get started with Numpy.
Introduces basic methods and code development tools for scientific computing in the Python language, including coding, analysis, data fitting, visualization, importing/exporting information, multidimensional analysis, and visualization using Python and its packages MatPlotlib, NumPy, SciPy. Basic statistical methods, distributions, data fitting and error analysis will be discussed with a focus on relevancy for material scientists and engineers. In addition to numerical approaches, symbolic problem solving will be discussed. Integration of external data sets, databases queries, and collective tools into computational methods are introduced.
Rohitatodiya
Numerical Python, often referred to as NumPy, is a fundamental library in Python for scientific computing and numerical operations. It provides support for working with large, multi-dimensional arrays and matrices, along with a collection of mathematical functions to operate on these arrays efficiently.
rajdeosingh98
Numerical Python - Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlib Book
InfinitePraveen
A comprehensive guide and collection of Python scripts for Scientific Computing using NumPy. This repository documents my journey mastering NumPy for Data Science, covering everything from basic array operations to advanced mathematical functions and linear algebra. Perfect for beginners and a handy reference for experienced practitioners.