0% found this document useful (0 votes)
3 views2 pages

Python Elaborate

The document outlines a series of questions related to Python programming, covering topics such as operators, variable declaration, history, expressions, control flow statements, functions, dictionaries, inheritance, file operations, and exception handling. It also includes practical programming tasks like calculating simple interest, checking for palindromes, and designing a database. Additionally, it addresses GUI development with widget classes and event handling in Python and Django Framework.

Uploaded by

jasmine.ca
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Python Elaborate

The document outlines a series of questions related to Python programming, covering topics such as operators, variable declaration, history, expressions, control flow statements, functions, dictionaries, inheritance, file operations, and exception handling. It also includes practical programming tasks like calculating simple interest, checking for palindromes, and designing a database. Additionally, it addresses GUI development with widget classes and event handling in Python and Django Framework.

Uploaded by

jasmine.ca
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Question

No. Level Questions


Identify the operators on python and explain the same with
Q1 K3 suitable programs.
Illustrate Python commands for variable declation and
Q2 K4 intitaliztion with different data items.
Q3 K5 Explain in detail about the history of Python programming.
Discuss in detail about expressions and evaluation of
Q4 K6 expressions in Python.
Write a python program to calculate simple interest in both
Q5 K6 interactive and script mode.
Identify the operations on sets and illustrate them using
Q1 K3 Python.
Discover the methods in Date and Time modules in
Q2 K4 Python.
Explain in detail about the control flow statements in
Q3 K5 Python.
Discuss in detail about the categories of functions with
Q4 K6 suitable programs.
Eloborate the operations of Dictionaries in python with
Q5 K6 suitable programs.
Write a Python program to check whether the given string
Q1 K3 is palindrome or not with user-defined methods.
Construct a python program to find the duplicate character
from a given string. Read inputs at runtime and apply user-
Q2 K4 defined methods.
Criticize the usage of recursive functions with suitable
Q3 K5 programs.
Q4 K6 Elaborate types of Inheritance with suitable programs.
Prepare student mark statement by applying multiple
Q5 K6 inheritance in Python.
Classify the types of files in Python and perform read,
Q1 K3 write and append operations on it.
Identify different modules on Python and explain the
Q2 K4 methods of the same with suitable programs.
Design a database for Students and do insert, delete and
Q3 K5 update operations on it.
Construct a Python program to do word count in a given
Q4 K6 file.
Elaborate the exception handling mechanisms in Python
Q5 K6 with suitable programs.
Construct a standard user registration form using various
Q1 K3 widget classes in Python.
Examine the Layouts in Python with different Geometry
Q2 K4 managers.
Q3 K5 Design a simple calculator using GUI in python.
Discuss in detail about the Event and Event Handlers in
Q4 K6 Python.
Elaborate the working principles of form creation and
Q5 K6 rendering of forms with Django Framework.

You might also like