WITHOUT SUBSCRIBE TO TRADITIONAL VLOGS YOUTUBE CHANNEL YOU CAN NOT ACCESS ANYTHING IN MY WEBSITE....! ( CLICK HERE TO SUBSCRIBE)

Python Programmming

Python Programmming

 Introduction to python programming
 Installation of python
 Input and Output statements
 Indentations, multi line statements, Quotations,Comments
 Identifiers, Keywords and variables
 Data types brief introduction
 Type conversion with examples
 Arithmetic , comparison and assignment operators
 Bit wise, logical, identity ,membership operators and operator precedence
 Decision making statements
 range() function
 Looping (iterating)statements
 break,continue,pass with examples
 strings (creation, operations) --part-1
 strings Built in methods with examples part 2
 lists creation and operations with examples part1
 lists cloning and built in functions with examples- part 2
 Lists Built in methods with examples -Part 3
 Tuple creation and operations with examples -part 1
 Tuple Built in functions with examples -part 2
 Dictionary creation ,operations
 Dictionary Built in functions and methods
 set creation and operations with examples
 Set Built in methods and frozen set
 Comprehensions (Lists, sets and Dictionary)
 Introduction to functions and parameter passing
 Types of arguments in functions
 Anonymous Functions( lambda) and scope of variables in functions
 Function composition and Recursion
 map,filter,reduce functions
 files introduction and operations on files
 Introduction to modules
 os module and its functions with examples
 random module and its functions with examples
 statistics module and its functions with examples