You are on page 1of 20

Python Internship

FROM PHN TECHNOLOGY PVT.LTD.


SELF INTRODUCTION :

Name : NEMALAPURI SAIDEEPAK

Reg No : 216C1A5427

Branch : ARTIFICIAL INTELLIEGNCE AND DATA SCIENCE

Course Year : 3RD YEAR 1ST SEM

College : MIRACLE EDUCATIONAL SOCIETY GROUP OF INSTITUTIONS


OVERVIEW OF THE PROGRAM

1] Python Fundamentals

This module will provide an introduction to the Python programming language, covering
fundamentals such as control flow and functions.

2] Array Manipulation Using NumPy


In this module, you will learn about the NumPy library in Python and apply its functionality to
manipulate arrays.

3] Data Pre-processing and Manipulation Using Pandas


This module will introduce you to the Pandas library in Python and guide you through the
process of using it for data pre-processing, cleaning, and transformation.
4] Data Visualization Using Matplotlib and Seaborn
In this module, you will be introduced to the Matplotlib and Seaborn libraries in Python and
learn how to visualize your data using these libraries.

5] RDBMS and working with MySQL


In this module, you will be introduced to the concept of MySQL and perform operations on
database.

6] Database Operations in MySQL


In this module, you will be introduced to the concept of MySQL and perform operations on
database.
Mini Project

Stock Market Analysis Using


Python

Business Scenario:
Data Science extracts meaningful insight from chunks of raw data, which is useful to
different business segments for planning their future course of action. Finance is
probably one of the first to catch on to this trend with a rise in the penetration of
analytics into many aspects of our lives. Here, we will analyze data from the stock
market for some technology stocks such as Apple, Google, Amazon, and Microsoft.
Objective :

Use Python libraries such as Pandas, Seaborn, and Matplotlib to


extract and analyze the information, visualize it, and look at different
ways to analyze the risk of a stock, based on its performance history.
About the Data:
The stocks we have chosen are from various industries and market
caps namely,
• Apple
• Google
• Microsoft
• Amazon
For the start, we shall investigate the Amazon stock individually and then
move on to the combined analysis.
To know more about stocks and their data please visit the below link:
https://in.finance.yahoo.com/

The following tasks are to be performed:


• Read the Data from Yahoo finance website directly.
• Perform cleaning.
• What was the change in stock price over time?
• Visualize the change in a stock’s volume being traded, over time?
• What was the moving average of various stocks?
• What was the daily return average of a stock?
• Add a new column ‘Trend’ whose values are based on the 'Daily Return’.
• Visualize trend frequency through a Pie Chart.
• What was the correlation between the daily returns of
different stocks?
THANK YOU

You might also like