Python Summer Internship Training Report
Python Summer Internship Training Report
Uses of python
Web Development
Game Development
Data Science
Data Analytics
Block Chain
Software Development
History of python
The programming language Python was conceived in the late 1980s, and its implementation was
started in December 1989 by Guido van Rossum at CWI in Netherlands as a successor
to ABC capable of exception handling and interfacing with the Amoeba operating system. Van
Rossum is Python's principal author, and his continuing central role in deciding the direction of
Python is reflected in the title given to him by the Python community, Benevolent Dictator for
Life (BDFL). (However, Van Rossum stepped down as leader on July 12, 2018).Python was
named after the BBC TV show Monty Python's Flying Circus.
Step 1: Visit the Python Website and Navigate to the Downloads Section
First and foremost step is to open a browser and type Python Download or paste link
(https://www.python.org/downloads/)
Python has many native data types. Here are the important ones:
Python
class Employee:
def __init__(self, name, age):
self.name = name
self.age = age