This document is a report from a summer training held at SCC for a Bachelor of Engineering student in Electronics and Communication Engineering named Shaleen Gupta. The report discusses Python, including that it is a high-level, general-purpose programming language designed for code readability. It also covers Python's history, scope, popularity, code execution, coding in Python, and concludes with benefits of teaching Python.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
188 views8 pages
Summer Training Report
This document is a report from a summer training held at SCC for a Bachelor of Engineering student in Electronics and Communication Engineering named Shaleen Gupta. The report discusses Python, including that it is a high-level, general-purpose programming language designed for code readability. It also covers Python's history, scope, popularity, code execution, coding in Python, and concludes with benefits of teaching Python.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8
SUMMER TRAINING
REPORT HELD AT SCC
BACHELOR OF ENGINEERING
ELECTRONICS AND COMMUNICATION ENGINEERING
SHALEEN GUPTA CO17551 PYTHON
Python is an interpreted, high-level, general-purpose programming language.
Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. Python was conceived in the late 1980s [34] by Guido van Rossum at Centrum Wiskunde & Informatica (CWI) in the Netherlands as a successor to the ABC language (itself inspired by SETL),[35] capable of exception handling and interfacing with the Amoeba operating system. SCOPE OF PYTHON
Python is a high level and multi-paradigm programming language designed by
Guido van Rossum, a Dutch programmer, having all the features as conventional programming languages such as C, C++ and Java have. It is one of the fastest growing languages and has undergone a successful span of more than 25 years as far as its adoption is concerned. In fact, it has been continuously serving as the best programming language for application development, web development, game development, system administration, scientific and numeric computing, GIS and Mapping etc. WHY IS PYTHON SO POPULAR?
Python Supports Multiple Programming Paradigms
Python Has Large Set Of Library and Tools
Python Has a Vast Community Support
Python is Designed For Better Code Readability
Python Contains Fewer Lines Of Codes
CODE EXECUTION IN PYTHON CODING IN PYTHON CONCLUSION
• it is Free (as in both cost and source code).
• it is trivial to install on a Windows PC allowing students to take their interest further. For many the hurdle of installing a Pascal or C compiler on a Windows machine is either too expensive or too complicated; • it is a flexible tool that allows both the teaching of traditional procedural programming and modern OOP; It can be used to teach a large number of transferable skills; • it is a real-world programming language that can be and is used in academia and the commercial world; • it appears to be quicker to learn and, in combination with its many libraries, this offers the possibility of more rapid student development allowing the course to be made more challenging and varied; • and most importantly, its clean syntax offers increased understanding and enjoyment for students O U Y N K H A T