top of page

Python Programs

There can be various python programs on many topics like basic python programming, conditions and loops, functions and native data types. A list of top python programs are given below which are widely asked by interviewer.
  • Python program to print "Hello Python"
    Python program to do arithmetical operations
    Python program to find the area of a triangle
    Python program to solve quadratic equation
    Python program to swap two variables
    Python program to generate a random number
    Python program to convert kilometers to miles
    Python program to convert Celsius to Fahrenheit
    Python program to display calendar

  • Python Program to Check if a Number is Positive, Negative or Zero

  • Python Program to Check if a Number is Odd or Even

  • Python Program to Check Leap Year

  • Python Program to Check Prime Number

  • Python Program to Print all Prime Numbers in an Interval

  • Python Program to Find the Factorial of a Number

  • Python Program to Display the multiplication Table

  • Python Program to Print the Fibonacci sequence

  • Python Program to Check Armstrong Number

  • Python Program to Find Armstrong Number in an Interval

  • Python Program to Find the Sum of Natural Numbers

  • Python Program to Find LCM

  • Python Program to Find HCF

  • Python Program to Convert Decimal to Binary, Octal and Hexadecimal

  • Python Program To Find ASCII value of a character

  • Python Program to Make a Simple Calculator

  • Python Program to Display Calendar

  • Python Program to Display Fibonacci Sequence Using Recursion

  • Python Program to Find Factorial of Number Using Recursion

  • Python Program to Add Two Matrices

  • Python Program to Multiply Two Matrices

  • Python Program to Transpose a Matrix

  • Python Program to Sort Words in Alphabetic Order

  • Python Program to Remove Punctuation From a String

  • Python program to copy all elements of one array into another array

  • Python program to find the frequency of each element in the array

  • Python program to left rotate the elements of an array

  • Python program to print the duplicate elements of an array

  • Python program to print the elements of an array

  • Python program to print the elements of an array in reverse order

  • Python program to print the elements of an array present on even position

  • Python program to print the elements of an array present on odd position

  • Python program to print the largest element in an array

  • Python program to print the smallest element in an array

  • Python program to print the number of elements present in an array

  • Python program to print the sum of all elements in an array

  • Python program to right rotate the elements of an array

  • Python program to sort the elements of an array in ascending order

  • Python program to sort the elements of an array in descending order

  • Python program to check if the given number is a Disarium Number

  • Python program to print all disarium numbers between 1 to 100

  • Python program to check if the given number is Happy Number

  • Python program to print all happy numbers between 1 and 100

  • Python program to determine whether the given number is a Harshad Number

  • Python program to print all pronic numbers between 1 and 100

bottom of page