
Python Syllabus1.Introduction to Python.: ● Installation & Environment settings. ● Introduction to Shell. 2. Variables, Keywords, Data types and Identifiers. ● Variables ● Keywords ● Data types ● Identifiers 3. String, List, Set, Tuple and Dictionary and Slicing ● String Data types ● List Data types ● Set Data types ● Tuple Data types ● Dictionary Data types ● Slicing 4. Operators : ● Arithmetic Operators ● Logical Operators ● Relational Operators ● Bitwise operators ● Assignment Operators ● Membership Operators ● Identity Operators 5. Control Statements ● Decisional Statements ● Looping Statements ● Break, Continue and Pass 6. Input and Print Statements: ● Input statements ● Print statements 7. Functions or Methods ● Types of Functions ● Recursion ● Arguments ● Packing and unpacking(varargs) 8. Oops: ● Class, Objects ● Inheritance ● Method Overriding ● Access Specifies 9. File Handling and Json: ● Flat File Handling ● Json ● Pickle ● Recursion in C Language with practical 10. Exception Handling: ● Try ● Except and final ● Custom Exceptions ● Raising Exceptions ● Assertions 11. Comprehension ● List Comprehension 12. Decorators ● Method ● Class Level 13. Map, Filter and Lambda Expressions: 14.Iterators and Generators: |