Skip to content

shinadeveloper/Sentiment-Analysis-Testing-Beta-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Sentiment-Analysis-Testing-Beta

Table of Contents

  • Prerequisites
  • Python 3.7 Installation
  • Setting up the Environment
  • Getting Started
  • Verifying Python Installation
  • Installing Libraries
  • Exploratory Data Analysis (EDA)
  • Projects

Prerequisites

Python 3.7 Installation

  1. Download Python 3.7 from python.org.
  2. Run the Windows x86-64 executable installer.
  3. During installation, ensure to:
    • Add Python 3.7 to your system PATH.
    • Select "Install launcher for all users" and "Add Python 3.7 to PATH."
  4. Complete the installation process and verify Python 3.7 installation by running:
    python --version

Setting up the Environment

  1. Open a command prompt and execute:
    set PATH=%PATH%;C:\Program Files\Python3
  2. Edit system variables, adding C:\Program Files\Python3 to the PATH variable.
  3. Verify the Python version:
    python --version

Getting Started

Verifying Python Installation

Ensure Python 3.7 is installed:

python --version

Installing Libraries

Install required libraries using pip:

pip install numpy pandas matplotlib seaborn plotly

After installation, close the command prompt.

Verifying Library Installation

Verify libraries by running commands in Python IDLE for Python 3.7.0:

import pip
import numpy
import pandas
import matplotlib
import seaborn
import plotly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published