Wednesday, July 20, 2022

Python

  1. Python Intro
  2. Java v/s Python Program
  3. Python Comments & Indentation
  4. Print Function
  5. Python Example
==========================VARIABLES=======================================
  1. Variable Intro & Rules for naming
  2. Var Example 1
  3. Variable Assignment Example (sequence, Extended Seq, multi target, augmented)
  4. Var - Multiple Assignment
  5. Variables Types (Local, Global)
  6. Variable Deletion
  7. Variable Print (single, multiple)
  8. Object Identifier(id of variables)
=========================== LIST ======================================
  1. Python List
  2. list example
  3. List indexing and splitting
  4. list negative indexing
  5. Updating List values
  6. List Basic operations
  7. List_Built in Methods (append,copy,sort,insert,index,extend,pop,remove,del,reverse)
  8. Iterating a List
  9. list comprehension
  10. Adding elements to the list
  11. Removing elements from the list
  12. list examples
#Example:1-removing duplicates in list
#Example:2- Write a program to find the sum of the element in the list.
#Example: 3- Write the program to find the lists consist of at least one common element.

=========================TUPLE========================================
  1. Variable Tuple Assignment
  2. Variable Tuple Assignment - indexing and slicing
  3. Access Tuple Items(Tuple Indexing)
  4. Tuple Update
  5. Tuple Deletion
  6. Tuple Operations
  7. Tuple Loops
  8. Tuple joins

  9. List V/s Tuple   
==========================FUNCTIONS=======================================


=========================Control Statements========================================



=========================Iterative Statements========================================


=======================Break / Pass / Continue =======================================


========================Quick Examples========================================