how-to-download-and-install-python-packages-numpy-scipy-and-matplotlib-using-pip


Hello everyone, Today we will discuss about how to download and install numpy, scipy and matplotlib in our windows machine. Before installing numpy, scipy, and matplotlib ,we will discuss about ,what is numpy, scipy and matplotlib?
NumPy
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
source:http://www.numpy.org/ Scipy
SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and engineering.
Tool Requirement
Matplotlib , Numpy and Scipy
Matplotlib
matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy. It provides an object-oriented API for embedding plots into applications using general-purpose GUI toolkits like wxPython, Qt, or GTK+
Read Full Article : http://krypsec.com/how-to-download-and-install-python-packages-numpy-scipy-and-matplotlib-using-pip/

Comments

Popular posts from this blog

How to create Folder Lock with Password Protected using Python

TOP 10 ANIMATED BATCH FILE PROGRAM

How to Connect Window Machine to Linux Machine Using Python via SSH