0% found this document useful (0 votes)
3 views30 pages

IT Python Intern Report Jun 25 Bargur

The internship report details G. Varsha's experience during her internship focused on data analysis and Python programming from May 22 to June 7, 2025. She worked on various projects, including machine learning applications and automation tools, which enhanced her technical skills and understanding of real-world problem-solving. The experience significantly improved her programming abilities, critical thinking, and teamwork skills, preparing her for future challenges in software development and data science.

Uploaded by

thanishkapattu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views30 pages

IT Python Intern Report Jun 25 Bargur

The internship report details G. Varsha's experience during her internship focused on data analysis and Python programming from May 22 to June 7, 2025. She worked on various projects, including machine learning applications and automation tools, which enhanced her technical skills and understanding of real-world problem-solving. The experience significantly improved her programming abilities, critical thinking, and teamwork skills, preparing her for future challenges in software development and data science.

Uploaded by

thanishkapattu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 30

INTERNSHIP REPORT

REPORT ON DATA ANALYSIS

An Internship 1-Report

Submitted in partial fulfilment of the


Requirement

For the degree of


Bachelor of Computer Application

22/05/2025 to 07/06/2025

Submitted by
G. Varsha

2
PERIYAR UNIVERSITY
GOVERNMENT ARTS AND SCIENCE COLLEGE FOR
WOMEN BARGUR
DEPARMENT OF COMPUTER APPLICATION
INTERNSHIP TRAINING REPORT FORMAT
UG STUDENT 2nd YEAR 4th SEMESTER VACTION

1. Name of the Candidate G. Varsha

University Examination
2.
Register Number C23UG121CAP069

Government Arts and Science


3. Name of the College
College for women Bargur

4. Name of the Department BCA

5. Internship Topic Data Analysis

Gained Knowledge About


6. Conclusion
Data Analysis

Outcome of the Had Experience in Data


7.
Training Analysis

SIGNATURE OF SIGNATURE OF HEAD OF THE PRINCIPAL


THE STUDENT THE GUIDE DEPARTMENT

3
Abstract

● During my internship, I worked on multiple projects based on Python


Programming that enhanced my skills in software development, Data
Analysis, Machine Learning, and Automation. These projects covered a
wide range of applications, from financial systems, Data Analysis,
automation tools, and machine learning models.
● Each assignment was designed to provide hands-on experience in
solving real world problems and finding its solution with the help of
Python and vast libraries present inside it. It allowed me to bridge the gap
between the theoretical knowledge and implementing the practical skills
in real-time projects.
● By working on these projects, I have strengthened my critical
thinking, programming abilities and understanding of how technology
can be used to automate certain tasks, analyze the large and complex data,
and build intelligent systems.

4
INTRODUCTION:

❖ I also focused on Machine Learning and Predictive Modeling


Analytics. I developed projects like House Price Prediction and Disease
Prediction, where I applied concepts like regression and classification
algorithms to train models on real-world datasets.

❖ These projects gave me a solid knowledge about how machine


understands the data and predicts the data while getting trained by the
user. It can be used to solve practical problems, such as estimating
property values or diagnosing medical conditions based on symptoms.

❖ I also worked on Automation Tools, including WhatsApp Message


Sender and Multi-Lingual Text-to-Speech Converter, this internship was
transformative experience that equipped me with technical proficiency,
problem-solving skills, and confidence in developing end-to-end

5
solutions using Python. The exposure to such varied projects has prepared
me for future challenges in Software Development and Data Science

❖ Organizations use data analysis to improve decision-making, enhance


efficiency, and predict future outcomes. It's widely applied across various
industries such as business, healthcare, marketing, finance, and scientific
research the to project gain the is a process insights and solve.

❖ In this article, we will explore what is of data analysis, its types and
the tools used for effective analysis.

Tools Used

Modules Used

6
7
1. AUTOMATED TELLER MACHINE (ATM)

Objective:
● To design a procedural algorithm for an Automated Teller Machine
(ATM) using structured flow with match-case statements.
● Transactions can be completed quickly, saving time compared to waiting
in lines at a bank.

Algorithm:
Initialization Phase
● Define a user data with account credentials like name, pin number and
balance. Declare variables to temporarily store user inputs (account
numbers, PIN, transaction choice)
● The initiation phase of an ATM project, like any project,
involves establishing the project's purpose, scope, and objectives.

Authentication Phase:
● Prompt the user to enter their account number and pin.
● Validate the credentials by checking their existence.

Transaction Processing Phase:


Option – 1: Check Bank Balance
Option – 2: Withdraw the Amount
Option – 3: Deposit the Amount
Option – 4: Exit

8
ATM PROJECT

PROGRAM

9
2. QR

CODE GENERATOR USING PYTHON

Objective:









To Create a program that generates QR Codes from user-provided data
(URL / Texts) and saves them as Image file.
● The primary objectives of a QR code project often revolve
around enhancing information access, streamlining processes, and
improving user experience.

Algorithm:

10
Initialization Phase:
● Download the following modules (pyqrcode, pypng).
● Import the following modules.
● This phase also includes risk management and resource allocation
planning.
● A QR code project typically starts with selecting a QR code type, adding
necessary information, customizing the design, and testing the code
before downloading and using it.

Data Input Phase:


● Prompt the user to enter the URL / Text.
● Print Error if Internet connection is disabled.

Output Phase:
● Save the QR Code in PNG, SVG Formats.
● Display the success message if the image is created successfully.

QR CODE PROJECT

PROGRAM

11
3.

WHATSAPP MESSAGE SENDER USING PYTHON

Objective:

12
● To Automate sending WhatsApp messages to specific contacts at
schedule times using Python
● This is a popular and straightforward method for automating messages
through WhatsApp Web.
.
Algorithm:
Initialization Phase:
● Download the following modules (Pywhatkit).
● Import the following modules.
● Active Internet Connection and WhatsApp Web Access.
● We can automate a Python script to send WhatsApp messages.
● In this article, we will learn the easiest ways using pywhatkit module that
the website web.
● Pywhatk it is a python module for sending Whatsapp messages at a
certain time.

User Input Phase:


● Prompt the user to enter Recipient Phone Number, Message Content and
Scheduled Time.
● Print Error if Internet connection is disabled.

Messaging Phase:
● Can Automate the Messages for Individuals and Groups as well.
● Groups Requires Group ID to send Message

WHATSAPP MESSAGE SENDER PROJECT

13
PROGRAM

4.DISEASE PREDICTION USING MACHINE LEARNING

14
Objective:

To Predict the likelihood of disease (e.g., Malaria, Dengue, Typhoid,


Ulcer) based on patient symptoms using machine learning.

Algorithm:
● Data Preparation Phase:
● Download the following modules (scikit-learn, pandas, numpy).
● Load the Dataset (Excel/CSV File).
● Handle Missing Data and encode the categorical variables.
● Split the Data into Two columns symptoms (Input Features), disease
(Target Variable).

Model Training and Prediction Phase:


● Initialize the Machine Learning Model RandomForestClassifier.
● Train the Model with Input Features to get desire output disease.
DISEASE PREDICTION

PROGRAM

15
16
17
18
5. COVID-19 DATASET ANALYSIS

Objective:

● To analyze COVID-19 dataset to identify trends in cases, deaths,


recoveries, and vaccination rates using Python’s data analysis libraries.
● V a r i o u s d a t

Scopus were searched.

Algorithm:

19
Data Collection Phase:
● Download the following modules (pandas, numpy, Matplotlib, seaborn).
● Import the following modules.
● Download the dataset from kaggle, github in the form of CSV/Excel.

Data Preprocessing Phase:


● Handle the Missing values.
● Calculate the Daily new cases/ new deaths from cumulative data.
● Normalize the floating data into integer data.
● Remove the Duplicated data to prevent from outliers.
● Exploratory Data Analysis (EDA) Phase:
● Displaying the Summary Statistics of dataset.
● Count the Frequencies of Country affected from COVID-affected from
COVID-19.
● Find the Sum of Deaths, Recovered, and Confirmed Patients.
● Plot the Visual Graphs for the given data.

20
COVID 19 PROJECT

PROGRAM

21
22
23
24
25
26
CONCLUSION
27
❖ My Internship at Intuitive Technosys, Vaniyambadi, was an inva
experience that bridged the gap between academic knowledge and
practical application

❖ I had the opportunity to engage in Python Programming Intern role,

which significantly enhanced my technical, professional, and

interpersonal skills.

❖ As a Python Programming Intern, I gained hands-on experience in

working under projects using Python. This role not only refined my

technical expertise but also sharpened my ability to understand complex

concepts in an understandable and engaging manner to other team

members with varying levels of proficiency.

❖ It further strengthened my confidence in public

❖ speaking and the art of presenting.

❖ In my role as a Python Programming Intern, I applied analytical

methodologies to solve real-world problems, such as conducting a

project on Real-Time COVID-19 Data Analysis. This project requires

28
Core Python Programming Language and tools like Pandas, Numpy,

Matplotlib, Seaborn and Sci-kit Learn to analyse a COVID-19 dataset.

Through this work, I gained insights into data preprocessing, statistical

analysis, and visualization techniques.

❖ Moreover, I developed practical problem-solving skills and a deeper

understanding of the societal impact of data-driven decision-making.

❖ The internship provided me with an opportunity to work in a

collaborative environment, where I interacted with skilled professionals

and other team members alike.

❖ This experience broadened my perspective on the application of

technology in software development.

❖ Additionally, it helped me hone my teamwork and leadership skills, as I

collaborated with peers and assisted other team members for completing

their desired task given by the professionals.

29
❖ Overall, my internship at Intuitive Technosys was a transformative

experience that prepared me for future challenges in the fields of

education and technology.

❖ It allowed me to build a strong foundation of skills and confidence,

which I am eager to carry forward into my career.

❖ This journey reaffirmed my passion for technology and my commitment

to making meaningful contributions to the IT and Future Trends.

30

You might also like