Python Presentation
Python Presentation
Python Presentation
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.
Bug Tracking
and Analysis
Bug Tracking and Analysis
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