MOTIHARI COLLEGE OF ENGINEERING
Summer Industry Internship-1 Report
Presented By-:
Name- Atul Kumar
Branch-Computer Science (2nd Year)
Roll No.-18341
Registration No. 18105113043
Python
Trainer Name:
Krishnesh Kumar
Training Institute:
Technienest, Jaipur
S.
No.
Topic Slide No.
01. Python-Introduction 04
02. Python Basics 05
03. Python Basic Programs and Concepts 06
04. Python Object Oriented Concepts 07
05 Class concepts and Programs taught during the Internship 08
06 Inheritance Program 09
07 Python Libraries We had Learnt 10
08 Pandas + Matplotlib Program done during training 11
09 Project -01: Electronic Voting Machine 13
10 Toll Plaza 14
11 Fully own Project : Mcemail 15
12 Result – o - phy 16
13 Conclusion 17
TABLE OF CONTENTS
Python: Introduction
• general-purpose, high level programming language.
• one of the fastest growing and developing language.
• initially designed by Guido van Rossum in 1991.
• dynamic, interpreted(bytecode-compiled) language.
• developed by Python Software Foundation.
Bytecode is like an intermediate language that runs on a virtual machine. This virtual machine converts it into machine code
for the machine to actually execute it on. However, one bytecode will not run on a different virtual machine.
Python: Basics
1. Data Types -: (i) Number (ii) String
(iii) List (iv) Tuple
(v) Dictionary (vi)Set
2. Conditional Statements (if-else, elif)
3.Loops (For, While) 4. Functions
Python Basic Programs and Concepts:
Python: Object oriented Concepts
1.Classes and Objects
2.Inheritance
3.Polymorphism
4.Abstraction
Class Concept taught during training
Class and object
based Program
done during the
training
Inheritance Program
Python Libraries: We had Learnt
• Many Libraries
• Learnt Some of them
Pandas + Matplotlib:
Project done combinedly by
us and trainer sir
1. Electronic Voting Machine (EVM)
2. Toll Plaza
Fully done my own
Projects
1. Mcemail
Used library: Tkinter, smtplib.
2. Result-o-phy
Used Library:-
NumPy, Pandas, Matplotlib.pyplot, mysql.connector, tkinter, smtplib, threading.
Conclusion -:
• Overall Very Good.
• Learnt a lot of concepts of Python in a very short period.
• Mainly gain Practical Knowledge during the whole internship.
• Teaching style of trainer was very good.

Python Summer Internship

  • 1.
    MOTIHARI COLLEGE OFENGINEERING Summer Industry Internship-1 Report
  • 2.
    Presented By-: Name- AtulKumar Branch-Computer Science (2nd Year) Roll No.-18341 Registration No. 18105113043 Python Trainer Name: Krishnesh Kumar Training Institute: Technienest, Jaipur
  • 3.
    S. No. Topic Slide No. 01.Python-Introduction 04 02. Python Basics 05 03. Python Basic Programs and Concepts 06 04. Python Object Oriented Concepts 07 05 Class concepts and Programs taught during the Internship 08 06 Inheritance Program 09 07 Python Libraries We had Learnt 10 08 Pandas + Matplotlib Program done during training 11 09 Project -01: Electronic Voting Machine 13 10 Toll Plaza 14 11 Fully own Project : Mcemail 15 12 Result – o - phy 16 13 Conclusion 17 TABLE OF CONTENTS
  • 4.
    Python: Introduction • general-purpose,high level programming language. • one of the fastest growing and developing language. • initially designed by Guido van Rossum in 1991. • dynamic, interpreted(bytecode-compiled) language. • developed by Python Software Foundation. Bytecode is like an intermediate language that runs on a virtual machine. This virtual machine converts it into machine code for the machine to actually execute it on. However, one bytecode will not run on a different virtual machine.
  • 5.
    Python: Basics 1. DataTypes -: (i) Number (ii) String (iii) List (iv) Tuple (v) Dictionary (vi)Set 2. Conditional Statements (if-else, elif) 3.Loops (For, While) 4. Functions
  • 6.
    Python Basic Programsand Concepts:
  • 7.
    Python: Object orientedConcepts 1.Classes and Objects 2.Inheritance 3.Polymorphism 4.Abstraction
  • 8.
    Class Concept taughtduring training Class and object based Program done during the training
  • 9.
  • 10.
    Python Libraries: Wehad Learnt • Many Libraries • Learnt Some of them
  • 11.
  • 12.
    Project done combinedlyby us and trainer sir
  • 13.
    1. Electronic VotingMachine (EVM)
  • 14.
  • 15.
    Fully done myown Projects
  • 16.
    1. Mcemail Used library:Tkinter, smtplib.
  • 17.
    2. Result-o-phy Used Library:- NumPy,Pandas, Matplotlib.pyplot, mysql.connector, tkinter, smtplib, threading.
  • 18.
    Conclusion -: • OverallVery Good. • Learnt a lot of concepts of Python in a very short period. • Mainly gain Practical Knowledge during the whole internship. • Teaching style of trainer was very good.