Python Training Course
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Its language constructs and object-oriented approach aim to help programmers
write clear, logical code for small- and large-scale projects.
Introduction
- Datatypes in Python
- Sets, Dictionary
- Sequences in python
- Literals and Identifiers
- Arithmetic, Assignment
- Unary Minus, Relational, Logical, Boolean
- Introduction to Input and Output Statements
- Output Statements
- Input Statements
- Python Built-in Functions and Built-in Module
- Conditionals: If, If ... Else and Indentation
- Conditionals: If ... Else Statements With Operators
- Conditionals: if ... elif ... else Statements + Nested if Statements
- While Loop
- For Loop
- For Loop - Part 2
- Break and Continue Statement
- Comments and Doc Strings
- Diving Deep With "Strings"
- Diving Deep - List
- Diving Deep - Tuples
- Diving Deep - Dictionaries
- Indexing, Slicing, Negative Indexing
- Creating Text File and Write Content
- Solving Example - File Handling
- Introduction to Object Oriented Programming
- Classes and Objects in Python
- Understanding in it() Method and 'self' Parameter
- Defining Multiple Constructors in Python?
- Encapsulation
- Public and Private Methods
- Inheritance Getter and Setter
- Creating and Importing Module
- Creating User Defined Module
- Multiple Inheritance
- Understanding Super () Function
- Python Naming Convention (Classes, Variables, Functions, Methods ...)
- Composition
- Aggregation
- Abstract Classes
- Discussing Over import and from
- Operator Overloading
- Errors - Types of errors!
- Exceptions
- Exceptions Handling Introduction
- Try, Except, Else and Finally
- Raising Exception
- Creating User Defined Exception
- What are Functions?
- Parameters, Arguments, Return
- Formal and Actual Arguments (arg, *arg, **karg)
- Local and Global Variables