Python :

  1. How Python Works
  2. Operators:
    1. Operators
    2. What is Operator
    3. Types of Operators
    4. Arithmetic Operators
    5. Assignment Operators
    6. Comparison Operators
    7. Logical Operators
    8. Identity Operators
    9. Membership Operators
    10. Bitwise Operators
  3. Control Flow:
    1. if else
    2. while loop
    3. Function Definition
    4. Default Parameter
    5. Class Definition
    6. Raise Error
    7. Lambda Expression
    8. Name
  4. Python Advanced:
    1. Python Class and Object
  5. Example:
    1. Print Hello World --> download :Print Hello World
    2. Add two number with User Input --> Download: Add two number with User Input
    3. Solve quadratic equations --> Download: Solve quadratic equations
    4. Link to Test Python Online
  6. check for single digit in python