Here you can explore the list of python programs with solution videos. Detailed explanation of logic enhanced your understanding and concepts in python. We keep on adding more and more programming videos here, so do check in regular basis for new programs.

Python Fundamentals

  • Python Script to add two numbers in Hindi
  • Python script to calculate area of a circle
  • Python script to calculate Simple Interest
  • Python script to calculate volume of a Cuboid
  • Decision Control

  • Python script to check a number Even or Odd हिंदी में
  • Python Program to check divisibility of a number by 5
  • Python script to check for positive,negative and zero
  • Python script to find greatest among three numbers
  • Python script to check leap year | हिंदी में
  • Python script to display number of days in a given month
  • Python script to find nature of roots of a given quadratic equation
  • Python script to find greater between real and imaginary part of a given complex number
  • Loop

  • Python | Print first 10 natural numbers हिंदी में -mysirg.com
  • Python | Print first 10 natural numbers in reverse order हिंदी में MySirG.com
  • Python script to print first 10 odd natural numbers
  • Python script to print first 10 even natural numbers
  • Python script to print first N natural numbers
  • Python script to calculate sum of first N natural numbers
  • Python Script to Print Table of 5
  • Python Script to print table of user’s choice
  • Python script to check Prime number
  • Python script to find next prime number of a given number
  • Python script to print all Armstrong numbers under 1000
  • list

  • Python script to print index of all occurrence of given element in a given list
  • Strings

  • Python script to remove duplicate from a list of strings | हिंदी में
  • Python Script to Reverse a String
  • tuple

  • Python Script to reverse a tuple हिंदी में
  • Functions

  • Python function to return next prime number हिंदी में
  • lambda and Recursion

  • Recursive function to calculate sum of squares of first N natural numbers
  • Single line function to calculate factorial in Python हिंदी में
  • Find Nth term of Fibonacci series using recursion
  • Python script to find HCF of two numbers using recursion
  • Iterator and Generator

  • Python script to create a list of first N prime numbers हिंदी में