Course Currilcum
-
- Introduction to ‘Regular Expression’ 00:00:00
- Regular expression patterns 00:00:00
- match() function 00:00:00
- search() function 00:00:00
- Optional Flags or Modifier 00:00:00
- Regular expression Methods 00:00:00
- groups() 00:00:00
- sub() function 00:00:00
- findall() function 00:00:00
- split() function 00:00:00
- compile() function 00:00:00
-
- Introduction 00:00:00
- for loop 00:00:00
- Iterating on sequence 00:00:00
- Iterating on indices of sequence 00:00:00
- range() function as a sequence 00:00:00
- While loop 00:00:00
- Nested loop 00:00:00
- Loop control statements 00:00:00
- Using else statement with Loops 00:00:00
- Using Inbuilt Library – random() 00:00:00
- randint() Function 00:00:00
- choice(Seq) Function 00:00:00
- copy() function 00:00:00
- abs() function 00:00:00
- pickle() module 00:00:00
- Pickle dump method 00:00:00
- Pickle load method 00:00:00
- time() module, time() function, localtime() function, asctime() function 00:00:00
- strftime() function 00:00:00
- sleep() function 00:00:00
- sys() module and sys.modules functions 00:00:00
- sys.argv function 00:00:00
- sys.path & sys.exit function 00:00:00
- sys.stdin function 00:00:00
- sys.copyright & sys.getrefcount function 00:00:00
- Introduction to Python Class 00:00:00
- Objects Introduction 00:00:00
- Multiple object creation 00:00:00
- Class return type 00:00:00
- Built-in class attributes 00:00:00
- Modify attributes of an object 00:00:00
- Deleting attributes of object: 00:00:00
- Constructor in Python 00:00:00
- Types of Constructor 00:00:00
- Networking 00:00:00
- Socket 00:00:00
- Socket Methods 00:00:00
- Client / Server Programs 00:00:00
- Internet modules 00:00:00
- Exception thrown by socket 00:00:00