Python for absolute beginners
What you will learn
Python programming skills
Description
‘;
}});
Introduction
Online IDE for running Python programs
Hello World program and Indentation
Installing a Python IDE in Windows and Linux OS
Comment Lines in Python
Working with Variables
Global Variables in Python
Input Operation in Python
Datatypes in Python
Numbers and Strings
Example Programs on Numbers datatype in Python
Programs on Stings Datatype in Python
Datatypes – Lists, Dictionaries, Files and Tuples.
Example programs to illustrate Lists in Python
Files in Python with examples
Dictionaries in Python with examples
Tuples in Python with examples
Control Structures
If Statement in Python
Examples of If Statement
If Else statement in Python
Examples programs in If-Else statement
Nested If Statement in Python
While Loop in Python
While Else Loop in Python
Sum of N Numbers Using While Loop
Sum of Digits in a Given number Using While Loop
For Loop in Python
Nested For Loop
Break Statement
Continue Statement
Functions in Python
Functions – Basics
Function Calling examples
Recursion
Nested Functions in Python
Examples of nested Functions
Lambda Functions in Python
Examples of Lambda Functions
Default arguments in Python
Keyword and Variable Length arguments in Python
Modules in Python
Module – Basics
Creating own module in Python
Example application : OTP Basics
Using modules in OTP Generation application
Strings in Python
Basics of Strings
Built in Functions in Strings
ID() Function in Strings
Formatting Strings in Python
Reversing a String in Python
Swapping Case in Strings
Removing brackets in Algebraic expressions