BUNDELKHAND INSTITUTE OF
ENGINEERING & TECHNOLOGY,
JHANSI
PRESENTATION ON
PYTHON
Submitted to Submitted By
Dr. J.B. Maurya Ms. Komal Mangal
Assistant Professor (Roll No.: 1804331054)
Department of Communication Engineering,
BIET Jhansi
Index
O Python: An Overview
O Features of Python
O Applications of Python
O Python Project
O Bug Tracking and Analysis
O Modules
O Database
O Program Execution
O Conclusion
O References
Python: An Overview
Python is an interpreted, high-level, general-
purpose, object oriented programming language.
Python implementation was started in
December 1989 by Guido van Rossum in the
Netherlands.
Python interpreters are available for
installation on many operating systems,
allowing Python code execution on a wide
variety of systems.
Features of Python
Easy to Learn and Use
Interpreted Language
Cross-platform Language
Free and Open Source
Object-Oriented Language
Large Standard Library
GUI Programming Support
Applications of Python
Web Applications
Desktop GUI Applications
Software Development
Scientific and Numeric
Business Applications
PYTHON PROJECT:
Bug Tracking
and Analysis
Bug Tracking and Analysis
Bug tracking system is essentially and
effectively implemented to monitor the status of
bugs in an application. All the bugs that are
identified are stored in a database. Each bug is
assigned with an unique bug id and respective
status of bug. Bugs can be created and updated
with ease. Specific user accounts to control the
access and maintain security are incorporated
into the application.
Modules
The project contains two modules:
1. Admin Module: This module contains all the tasks which could
be done by Admin.
• Update profile
• Staff
• View All Project
• View Bug's Reports
• Exit
2. Employer Panel: This module contains all the tasks which could
be done by Admin.
• Update Profile
• Manage Project
• Manage Bug's details
• Exit
Database
There are 5 tables in the project
database. These are:
Table Name : Employee
Table Name : Assign Project
Table Name : Project
Table Name : Bug Report
Table Name : Bug Type
Program Execution
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.
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.
References
https://www.javatpoint.com/python-features [2]
https://en.wikipedia.org/wiki/Python_%28programming_language%29