Sunday, 31 August 2025

Python - Assignment

 Python Assignment

----------------

1. What are the features and applications of Python? Explain

2. How to execute, Editing & save Python?

3. Define variable. How do you declare a variable in Python? Explain with examples

4. Explain input and output function & datatypes in Python? 

5. Explain Sys, math, time, dir & help functions

6. Explain Bitwise, Assignment, Membership and Identity Operators in Python

7. Explain if statements, for loop & while loop statements with example

8. Difference between break and continue

9. Explain Python Build in function & User defined function and types & scope of variable.

10. Write a Program to find factorial value using recursive function

11. Explain lambda & standard modules

12. a. RegEx, b. Simple Character matching, c. Special Characters or special Sequences

    d. Python quantifiers or meta characters, e. Character Classes, f. Match Objects

    g. Substituting (using sub()) & Splitting a string(using split()),h. Compiling regular expressio

13. Explain Exception(Error) Handling & Types with examples

14. Python File Handling & functions with examples

15. Python List,Tuples,Strings,Dictionaries & Set

16. OOP’s Concepts

     a. Features & applications of oops

     b. Concept of oops

     c. Class, object & Methods

     d. Constructor & Destructor

     e. Polymorphism

     f. Inheritance

No comments:

Post a Comment

VB Database Connectivity

 Dim con As ADODB.Connection Dim rs As ADODB.Recordset Set con = New ADODB.Connection con.Open ("Provider=Microsoft.Jet.OLEDB.4.0;Data ...