Course Content
Getting started with python
An introduction to python programming
You don't currently have access to this content
Features of python
You don't currently have access to this content
Applications of python
You don't currently have access to this content
Python basic syntax
You don't currently have access to this content
Install python on: Windows/Linux/MacOS
You don't currently have access to this content
Basic concepts
First program
You don't currently have access to this content
Indentation in python
You don't currently have access to this content
Variables in Python
You don't currently have access to this content
Python keywords & identifiers
You don't currently have access to this content
Literals
You don't currently have access to this content
Comments
You don't currently have access to this content
Operators and Boolean operators
You don't currently have access to this content
Python input and output
You don't currently have access to this content
Implicit & Explicit type conversion
You don't currently have access to this content
Boolean operators
You don't currently have access to this content
Flow control
If…else statement
You don't currently have access to this content
While loop
You don't currently have access to this content
For Loop
You don't currently have access to this content
For else and while else
You don't currently have access to this content
Break, pass and continue
You don't currently have access to this content
Python strings
String slicing
You don't currently have access to this content
String methods
You don't currently have access to this content
String formatting
You don't currently have access to this content
Python functions
Functions in python
You don't currently have access to this content
Scope of variable
You don't currently have access to this content
Types of function arguments
You don't currently have access to this content
*args and **Kwargs
You don't currently have access to this content
Packing and unpacking arguments
You don't currently have access to this content
Lamda and anonymous function
You don't currently have access to this content
Recursion in python
You don't currently have access to this content
Python Data structures
List
You don't currently have access to this content
Dictionary
You don't currently have access to this content
Sets
You don't currently have access to this content
Numbers
You don't currently have access to this content
Tuples
You don't currently have access to this content
Comprehensions
You don't currently have access to this content
Exception handling
Exception handling
You don't currently have access to this content
Assert keyword
You don't currently have access to this content
File handling
Open and close file
You don't currently have access to this content
Read, write, and delete file
You don't currently have access to this content
With statement
You don't currently have access to this content
OOPs
Classes
You don't currently have access to this content
Objects
You don't currently have access to this content
Inheritance
You don't currently have access to this content
Encapsulation
You don't currently have access to this content
Polymorphism
You don't currently have access to this content
Data abstraction
You don't currently have access to this content
Iterators
You don't currently have access to this content
Generators
You don't currently have access to this content
Decorators
You don't currently have access to this content
Closure
You don't currently have access to this content
@property
You don't currently have access to this content