All Projects → rossant → Awesome Scientific Python

rossant / Awesome Scientific Python

A curated list of awesome scientific Python resources

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Awesome Scientific Python

Matplotplusplus
Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
Stars: ✭ 2,433 (+1815.75%)
Mutual labels:  data-science, data-analysis, scientific-computing, scientific-visualization, data-visualization
Data Science With Ruby
Practical Data Science with Ruby based tools.
Stars: ✭ 549 (+332.28%)
Mutual labels:  data-science, data-analysis, list, data-visualization
Pythondata
repo for code published on pythondata.com
Stars: ✭ 113 (-11.02%)
Mutual labels:  data-science, data-analysis, data-visualization
Tiledb
The Universal Storage Engine
Stars: ✭ 1,072 (+744.09%)
Mutual labels:  data-science, data-analysis, scientific-computing
Graphia
A visualisation tool for the creation and analysis of graphs
Stars: ✭ 67 (-47.24%)
Mutual labels:  data-science, data-analysis, data-visualization
Data Science On Gcp
Source code accompanying book: Data Science on the Google Cloud Platform, Valliappa Lakshmanan, O'Reilly 2017
Stars: ✭ 864 (+580.31%)
Mutual labels:  data-science, data-analysis, data-visualization
Data Science Lunch And Learn
Resources for weekly Data Science Lunch & Learns
Stars: ✭ 49 (-61.42%)
Mutual labels:  data-science, data-analysis, data-visualization
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+1093.7%)
Mutual labels:  data-science, data-analysis, data-visualization
Biolitmap
Code for the paper "BIOLITMAP: a web-based geolocated and temporal visualization of the evolution of bioinformatics publications" in Oxford Bioinformatics.
Stars: ✭ 18 (-85.83%)
Mutual labels:  data-science, science, data-visualization
Dex
Dex : The Data Explorer -- A data visualization tool written in Java/Groovy/JavaFX capable of powerful ETL and publishing web visualizations.
Stars: ✭ 1,238 (+874.8%)
Mutual labels:  data-science, data-analysis, data-visualization
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+825.2%)
Mutual labels:  data-science, data-analysis, data-visualization
Gdl
GDL - GNU Data Language
Stars: ✭ 104 (-18.11%)
Mutual labels:  data-analysis, scientific-computing, scientific-visualization
Sweetviz
Visualize and compare datasets, target values and associations, with one line of code.
Stars: ✭ 1,851 (+1357.48%)
Mutual labels:  data-science, data-analysis, data-visualization
Socrat
A Dynamic Web Toolbox for Interactive Data Processing, Analysis, and Visualization
Stars: ✭ 26 (-79.53%)
Mutual labels:  data-science, data-analysis, data-visualization
Seaborn Tutorial
This repository is my attempt to help Data Science aspirants gain necessary Data Visualization skills required to progress in their career. It includes all the types of plot offered by Seaborn, applied on random datasets.
Stars: ✭ 114 (-10.24%)
Mutual labels:  data-science, data-analysis, data-visualization
Model Describer
model-describer : Making machine learning interpretable to humans
Stars: ✭ 22 (-82.68%)
Mutual labels:  data-science, data-analysis, data-visualization
Openrefine
OpenRefine is a free, open source power tool for working with messy data and improving it
Stars: ✭ 8,531 (+6617.32%)
Mutual labels:  data-science, data-analysis, data-visualization
Freud
Powerful, efficient particle trajectory analysis in scientific Python.
Stars: ✭ 118 (-7.09%)
Mutual labels:  data-analysis, science, scientific-computing
Awesome Python Data Science
Probably the best curated list of data science software in Python.
Stars: ✭ 812 (+539.37%)
Mutual labels:  data-science, data-analysis, data-visualization
Football Data
football (soccer) datasets
Stars: ✭ 18 (-85.83%)
Mutual labels:  data-science, data-analysis, data-visualization

Awesome Scientific Python Awesome

A curated list of awesome scientific Python resources.

Contents

Libraries

Core libraries

IPython/Jupyter

Effective interactive computing, data analysis, and visualization.

  • IPython - Interactive Python computing in the terminal.
  • Jupyter - Open interactive computing in many programming languages.
  • Jupyter Notebook - Web-based environment for interactive computing.
  • JupyterLab - Next-generation web-based interactive programming and computing environment.

NumPy

Multidimensional array computing.

SciPy

Numerical computing library.

pandas

Data analysis library.

scikit-learn

Machine learning library.

matplotlib

Data visualization and graphics library.

SymPy

Symbolic computing library.

Other scientific libraries

Data visualization

  • Bokeh - Interactive visualization for the web.
  • Altair - Declarative visualization in Python.
  • seaborn - Statistical data visualization.
  • bqplot - 2D interactive visualization in Jupyter.
  • plotnine - Grammar of Graphics implementation in Python based on ggplot2.
  • plotly - Interactive data visualization on the web.
  • HoloViews - Data visualization library.
  • Napari - Multi-dimensional image viewer for python.

3D visualization

  • ipyvolume - 3D visualization with Jupyter.
  • VisPy - Interactive GPU-accelerated visualization.
  • Glumpy - Scientific visualization in modern OpenGL.
  • vedo - Scientific analysis and visualization based on VTK.

Image processing

  • scikit-image - Image processing in Python.
  • Pillow - Python Imaging Library (PIL) fork in Python.
  • OpenCV - Computer vision library.

Graphs

  • NetworkX - Graph and network structures and algorithms.
  • Graph-tool - Manipulation and statistical analysis of graphs.

Neural networks

  • PyTorch - Neural networks and deep learning in Python.
  • Keras - Python deep learning library.
  • TensorFlow - Machine learning framework.
  • Caffe - Deep learning framework.

Statistics

  • PyMC3 - Bayesian statistical modeling.
  • statsmodels - Statistical models.
  • emcee - ensemble sampler for markov chain monte carlo.

Compilation

  • Numba - JIT compilation of Python code
  • Cython - Combine C and Python

Parallel computing

  • ipyparallel - Parallel computing with IPython
  • Dask - Parallel computing with task scheduling.

GPU computing

  • CuPy - NumPy-like library with CUDA.
  • PyCUDA - Use CUDA with Python.

Domain-specific libraries

Geospatial data

  • GeoPandas - pandas for geospatial data.
  • Shapely - Manipulation and analysis of geometric objects.
  • Folium - Interactive maps in Python with leaflet.js.

Astrophysics

  • Astropy - Core package for astronomy.
  • AstroML - Machine learning for astronomy

Molecular simulations

Bioinformatics

  • Biopython - Biological computations.
  • PyBioMed - Descriptors of biological molecules.
  • khmer - k-mer counting, filtering, and graph traversal.

Neuroimaging

  • NiBabel - Neuro-imaging file formats.
  • Nilearn - Machine learning for neuro-imaging.
  • NiTime - Time series.
  • MNE - MEG and EEG.
  • DIPY - Diffusion MR imaging.
  • Expyriment - Behavioral and neuroimaging experiments.

Neuroscience

  • Brian2 - Simulations of spiking neural networks.
  • Spyking Circus - Spike sorting on large extracellular recordings.
  • Klusta - Spike detection and clustering-based spike sorting.
  • phy - Manual spike sorting for high-density multielectrode arrays.
  • NeuroTools - Tools for neural simulations.
  • Neo - File formats for neuroscience.
  • PsychoPy - Psychology and neuroscience experiments.
  • Nengo - Simulation of large-scale brain models
  • PyGaze - Eye tracking.

Mathematics

  • Sage - Mathematics software system.
  • mpmath - arithmetic with arbitrary precision.

Lists of libraries

Books

Courses

Tutorials

Videos

License

CC0

To the extent possible under law, Cyrille Rossant has waived all copyright and related or neighboring rights to this work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].