0% found this document useful (0 votes)
6 views

Internship First Pages

Uploaded by

Manasa P M
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Internship First Pages

Uploaded by

Manasa P M
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

VISVESVARAYA TECHNOLOGICAL UNIVERSITY

JNANA SANGAMA, BELAGAVI - 590018, KARNATAKA

2023-2024
“PYTHON PROGRAMMING”
An Internship Report Submitted in Partial fulfillment of the requirements for the degree of
BACHELOR OF ENGINEERING
in

COMPUTER SCIENCE AND ENGINEERING


By

PRIYANKA M(USN: 1JV21CS037)

Under the guidance of


Prof. REKHA D
Internship coordinator,
Department of CSE,
JVIT, Bidadi - 562109

Mr. K S NINGE GOWDA & Mr. DHEERAJ


AANS TECHNOLOGIES,
Bengaluru – 560078

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

JNANAVIKAS INSTITUTE OF TECHNOLOGY


Vidya Soudha, Padmashree G.D. Goyalgi Campus, Bangalore-Mysore Highway
BIDADI, BANGALORE 562109
VISVESVARAYA TECHNOLOGICAL UNIVERSITY, BELAGAVI

JNANAVIKAS INSTITUTE OF TECHNOLOGY


BANGALORE-MYSORE HIGHWAY, BIDADI – 562 109
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

CERTIFICATE

Certified that the Internship Report Submitted by Ms. PRIYANKA M, USN:1JV21CS037, a


bonafide student of Jnanavikas Institute of Technology, Bidadi in partial fulfillment for the
award of Bachelor of Engineering in Computer Science and Engineering of the Visvesvaraya
Technological University, Belagavi during the year 2023-202.

Signature:

Prof. REKHA D, Prof. KALAIAH J B,


Internship Coordinator, Head of the Department,
Department of CSE, Department of CSE,
JVIT, BIDADI. JVIT, BIDADI.

Name of the Examiners Signature with Date

1. _________________ ___________________

2. _________________ ___________________
VISVESVARAYA TECHNOLOGICAL UNIVERSITY, BELAGAVI

JNANAVIKAS INSTITUTE OF TECHNOLOGY


BANGALORE-MYSORE HIGHWAY, BIDADI – 562 109
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

DECLARATION

I, PRIYANKA M, student of Sixth semester B.E, in the Department of Computer Science and
Engineering, Jnanavikas Institute of Technology, Bidadi declare that the Internship has been
carried out by me at AANS technologies and submitted in partial fulfillment of the course
requirements for the award of degree in Bachelor of Engineering in Computer Science and
Engineering of Visvesvaraya Technological University, Belagavi during the academic year 2023
- 2024. The matter embodied in this report has not been submitted to any other university or
institution for the award of any other degree.

PRIYANKA M
USN: 1JV21CS037
Department of Computer Science and Engineering,
Jnanavikas Institute of Technology
Bengaluru-562109 Signature of the Student
VISVESVARAYA TECHNOLOGICAL UNIVERSITY, BELAGAVI

JNANAVIKAS INSTITUTE OF TECHNOLOGY


BANGALORE-MYSORE HIGHWAY, BIDADI – 562 109
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

ORGANIZATION CERTIFICATE

PRIYANKA M
USN: 1JV21CS037
Department of Computer Science and Engineering,
Jnanavikas Institute of Technology
Bengaluru-562109 Signature of the Student
ACKNOWLEDGEMENT

Any achievement, be it scholastic or otherwise does not depend solely on the individual efforts but
on the guidance, encouragement and cooperation of intellectuals, elders and friends. A number of
personalities, in their own capacities have helped me in carrying out this project work. I would like
to take this opportunity to thank them all.

I have great pleasure in expressing my deep sense of gratitude to founder Sir C.M.
LINGAPPA, Chairman for having provided us with a great infrastructure and well- furnished
labs.

I take this opportunity to express my profound gratitude to Dr. A.V. SEETHA GIRISHA,
Principal for his constant support and encouragement.

I would like to express my heart full thanks to Prof. KALAIAH J B, Head of the Department,
Computer Science and Engineering, JVIT, Bidadi who has guided me in all aspects.

I would like to extend my thanks to Internship Coordinator Prof. REKHA D, Assistant


Professor, Department of Computer Science and Engineering, JVIT, Bidadi for her
encouragement and suggestion, given to me in course of my project works.

I would like to mention special thanks to all my Teaching Faculties of Department of


Computer Science and Engineering, JVIT, Bidadi for their valuable support and guidance.

I would like to thank to my Family and Friends for their unforgettable support and
encouragement.
ABSTRACT

This introduction to Python programming equips beginners with the fundamental building
blocks. It covers essential concepts like variables, data types, control flow, and functions.
Through hands-on exercises, learners will grasp the core syntax and logic behind writing
basic Python programs, preparing them for further exploration in the versatile world of
Python.
TABLE OF CONTENTS
Chapter no. Chapter name Page No.

Chapter 1 INTRODUCTION 1-2


1.1 Python 1
1.2 Scripting Language 1
1.3 Object Oriented Programming language 1
1.4 History 2
1.5 Behind the scene of python 2

Chapter 2 DOWNLOADING AND INSTALLATION


OF PYTHON 3-9
2.1 Downloading python 3-4
2.2 Installing python 5-7
2.3 Setup the path variable 7
2.4 Running the python IDE 8-9
2.5 Python Code Execution 9

Chapter 3 DATA TYPES AND OPERATIONS 10-11


3.1 Data Type 10
3.2 Variables 10
3.3 String 11

Chapter 4 TUPLE AND LIST 12-15


4.1 Tuples 12-13
4.2 List 13-15

Chapter 5 LOOPS AND CONDITIONAL STATEMENTS


16-19
5.1 Loops 16-17
5.2 Conditional Statements 17-18
5.3 Function 18-19

Chapter 6 USES AND SCOPE OF PYTHON 20-21

Chapter 7 CONCLUSION 22

You might also like