Learn the most demanding language of this decade with following features : -
-
Introduction to Python: Features, History, How it is different from modern languages. Why python is the right choice.
-
Installing Python IDLE : Hands on session
-
First Python Program : Working with Input/output
-
Data-types in Python : Declaration of values and their type specification. Dynamic type feature.
-
Variables Declaration and Use
-
Typecasting : converting values to another data type. Possible fails.
-
Operators in Python: Assignment operators, Logical operators, Arithmetic operators etc. Getting used-to with operators. Magic of operators in Python.
- Taking User Input : input() function, typecasting in input.
-
Conditional Statements – If-else, Nested-If-else, and elif ladder.
-
Python Collections – List, Tuple, Sets and Dictionary
-
Loops in Python – For Loop, While Loop & Nested Loops
-
String Manipulation – Basic Operations, Slicing & Functions and Methods
-
User Defined Functions – Defining, Calling, Types of Functions, Arguments
-
Lambda Function : Using Inline functions in Python, How they work.
-
Importing Modules in python– Math Module, Random Module etc. Working with their functions etc.