1. Explain the syntax of defining and calling a function in Python with an example.
2. Explain the concept of Anonymous function in Python.
3. What is Python? Explain its features and applications.
4. Explain any three Tkinter widgets (Button, CheckButton, Label) with syntax and
example.
5. Explain the architecture of Django with a neat diagram.
6. What is Exception? Explain it.
7. Explain input and output statements in Python with examples.
8. What are operators in Python? Explain different types of operators with examples.
9. What are decision-making statements in Python?
10. What is recursion? Write a Python program to print the Fibonacci series using
recursion.
11. Explain the different data types available in Python with suitable examples.
12. Explain how to define a class, create an object and accessing class members in
python.
13. Explain the different types of function arguments in Python with suitable
examples
14. Explain the filter() function in Python. Write a Python program to check
whether a word is a palindrome or not.
15. Explain in detail the process of opening, reading, writing, and closing a file in
Python with examples.
Write short notes on following:
1. Identifiers and Keywords
2. DOC Strings.
3. Break,Continue,Pass Statements.
4. geatter and hasattr attributes.
5. Mapping,Reduction
6. Recursion
7. hasattr(), and delattr() attribute