Skip to Content
PYTHON

PYTHON

Python is commonly used for developing websites and software, task automation, data analysis, and data visualisation. Since it's relatively easy to learn, Python has been adopted by many non-programmers, such as accountants and scientists, for a variety of everyday tasks, like organising finances

Private Course
Please sign in to contact responsible
Responsible gavireddy hruthik
Last Update 26/03/2025
Completion Time 5 hours 12 minutes
Members 7
Advanced
  • PYTHON
    51Lessons · 5 hrs 12 mins
    • If Statement in Python.
    • Online IDE for running Python programs
    • Hello World program and Indentation.
    • Arithmetic Operators in Python
    • Computing average of two given numbers
    • Computing area and Circumference of circle
    • Shortcut operators
    • Relational Operators
    • logical operators
    • Bit-wise Operators
    • Computing area of triangle using Heron's Formula
    • If Statement in Python
    • Examples of If Statement
    • If Else statement in Python
    • Examples programs in If-Else statement
    • Nested If Statement in Python
    • Example of Nested If statement
    • Elif Statement.
    • Example for Elif Statement
    • While Loop in Python.
    • Sum of N Numbers Using While Loop
    • Count digits in a given number.
    • For Loop in Python.
    • Display numbers from 1 to 10 Using for loop.
    • Factorial Using For loop.
    • Break & Continue Statement.
    • Displaying Cube of a number up to a given number
    • Sum of Digits in a Given number Using While Loop
    • Display Multiplication Table
    • Functions - Basics
    • Function Calling examples
    • Using loops & functions together
    • Function to compute Sum of two given numbers
    • Function to compute maximum among two given numbers
    • Function to find factorial of a given number
    • Function to test a given number in the Specified range or not
    • Example for Using List inside a Function
    • Recursion
    • Example of recursion using McCarthy's 91 function
    • 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
    • Global Variables in Python
    • Module - Basics
    • Working with Math Module
    • Creating own module in Python
    • Example application OTP Basics
    • Using modules in OTP Generation application