INternship Report
INternship Report
Submitted By:-
Certificate
Certified that this is a bonafide record of the Internship Entitled
Submitted by
Introduction of Industry
History of Python
What is python ?
Characteristics of Python
Use of Numpy
Use of Matplotlib
Use of Pandas
Use of open cv
Conclusion
-
Introduction of Industry :-
Mission
Vision
DSP, VLSI, Embedded and Software testing are one of the fastest
growing areas in IT across the globe. Our vision is to create a platform,
where trainees/students are able to learn different features of technologies to
secure a better position in IT industry or to improve their careers.
-
-
History Of Python
Van Rossum picked the name Python for the new language from a
TV show, Monty Python's Flying Circus.
-
What is Python?
→ Readability counts
-
Characteristics of Python
-
Straight forward Syntax: The formation of python syntax is
simple and straightforward which also makes it popular.
Data Structures
LISTS-
Example-
Constructing a dictionary.
Nesting Dictionaries.
-
Basic Syntax
d= ('K1":"V1', 'K2":"V2')
d['K1'] outputs 'V1'
Tuples-
No type restriction
Constructing tuples.
Immutability.
[1,2,3,4,1,1,2,3,6,7] k = set(1)
k becomes (1,2,3,4,6,7)
Basic Syntax-
x=set()
x.add(1)
x=(1)
x.add(1)
-
File Handling in Python
Python too supports file handling and allows users to handle files i.e.,
to read and write files, along with many other file handling options, to
operate on files. The concept of file handling has stretched over various
other languages, but the implementation is either complicated or lengthy, but
alike other concepts of Python, this concept here is also easy and short.
Python treats file differently as text or binary and this is important. Each line
of code includes a sequence of characters and they form text file. Each line
of a file is terminated with a special character, called the EOL or End of
Line characters like comma (,) or newline character. It ends the current line
and tells the interpreter a new one has begun. Let's start with Reading and
Writing files.
-
"r+", for both reading and writing
Use of Numpy
NumPy is a Python package. It stands for 'Numerical Python'. It is a
library consisting of multidimensional array objects and a collection of
routines for processing of array.
-
First of all we import numpy package then using this we take input in
numpy function as a list then we create a matrix
There is many more function can be perform by using this like that
take sin value of the given value print a zero matrix etc. we also take any
image in the form of array.
Use of Matplotlib
-
Use of Pandas
Series
Data Frame
. Panel
-
Program codes
-
Use of Open CV
Open CV was started at Intel in 1999 by Gary Bradsky and the first
release came out in 2000. Vadim Pisarevsky joined Gary Bradsky to manage
Intel's Russian software OpenCV team. In 2005, OpenCV was used on
Stanley, the vehicle who won 2005 DARPA Grand Challenge. Later its
active development continued under the support of Willow Garage, with
Gary Bradsky and Vadim Pisarevsky leading the project. Right now,
OpenCV supports a lot of algorithms related to Computer Vision and
Machine Learning and it is expanding day-by-day.
-
Conclusion
I Believe the trial has shown conclusively that it is both possible and
desirable to use Python as the principal teaching language:
-
The training program having three destination was a lot more useful
than staying at one place throughout the whole 4 weeks. In my opinion. I
have gained lots of knowledge and experience needed to be successful in
great engineering challenge as in my opinion, Engineering is after all a
Challenge and not a job.