Scipy
From charlesreid1
Scipy is a package for performing scientific calculations with Python.
It includes code for things like probability distributions, Jacobi functions, elliptic integrals, Fourier transforms, and linear regression.
Linear Regression
module: https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.stats.linregress.html
cookbook: https://scipy.github.io/old-wiki/pages/Cookbook/LinearRegression
Eigenvectors
scipy.linalg: https://docs.scipy.org/doc/scipy-0.17.0/reference/generated/scipy.linalg.eig.html
differences between various eigenvector methods: http://stackoverflow.com/questions/11083660/python-eigenvectors-differences-among-numpy-linalg-scipy-linalg-and-scipy-spar
Fourier Transform
fft: https://docs.scipy.org/doc/scipy/reference/generated/scipy.fftpack.fft.html
Pyreverse
Pyreverse package import graph:
Linear Algebra Topics in linear algebra.
Matlab · Octave · Sundials · Trilinos
|
Scientific Computing Topics in scientific computing.
Numerical Software: Lapack · Sundials · Matlab · Octave · FFTW Petsc · Example Petsc Makefile · Trilinos · Hypre · Ginac · Gnuplot
Python: Numpy · Scipy · Pandas · Matplotlib · Python Sundials · Py4Sci Scikit-learn: Sklearn · Skimage
|
Python a powerful programming language
Scientific Python: Data analysis libraries: Scipy · Numpy · Pandas · Statsmodel Machine learning libraries: Sklearn Neural network libraries: Tensorflow · Keras Plotting/viz: Matplotlib · Seaborn · Jupyter Solving partial differential equations and bessel functions: Fipy · Bessel Functions
Web and Networking Python: Web programming: Flask · Webapps · Mechanize · Scrapy · Gunicorn Wifi: Wireless/Python · Scapy IPython and Jupyter: Jupyter
Drawing, Geometry, and Shapes: Shapely (for drawing shapes): Shapely Geography library: Geos
General Useful Python Utilities: Python Remote Objects: Pyro Logging (create multi-channel log messages): Logging Keyboard (control keyboard from Python): Keyboard
Black Hat Python: Network scanning: Python/Scanner
|