Python PIP Installation & Packages 

  1. Search CMD on your machine and open the Command Prompt 
1

    2. Use the below PIP commands to install all the packages

2

Py -m pip install pandas

pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool,

built on top of the Python programming language.

Py -m pip install numpy

NumPy can be used to perform a wide variety of mathematical operations on arrays. It adds powerful data structures to Python that guarantee efficient calculations with arrays and matrices and it supplies an enormous library of high-level mathematical functions that operate on these arrays and matrices.

Py -m pip install tabulate

Tabulate is an open-source python package/module which is used to print tabular data in nicely formatted tables. It is easy to use and contains a variety of formatting functions.

Py -m pip install webbrowser

The webbrowser module provides a high-level interface to allow displaying web-based documents to users.

Py -m pip install xlsxwriter

XlsxWriter is a Python module that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file. It supports features such as formatting and many more, including: 100% compatible Excel XLSX files.

Py -m pip install xlrd

Python xlrd retrieves data from a spreadsheet using the xlrd module. It is used to read, write, or modify data. Furthermore, the user may be required to navigate sheets on certain criteria, as well as modify some rows, and columns and perform other tasks. This module is used to extract data from the sheet.

Py -m pip install selenium

Selenium with Python is used to carry out automated test cases for browsers or web applications. You can easily use it to simulate tests such as tapping on a button, entering content to the structures, skimming the entire site, etc.

Py -m pip install matplotlib

Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.

Py -m pip install statsmodels

Statsmodels is a Python package that allows users to explore data, estimate statistical models, and perform statistical tests. An extensive list of descriptive statistics, statistical tests, plotting functions, and result statistics are available for different types of data and each estimator.