Simple Python Programs with Examples – Programming, Pseudocode Example, C# Programming Example
Python 3

Simple Python Programs with Examples

The best way to learn Python is by practicing examples. The page contains examples on basic concepts of Python. You are advised to take the references from these examples and try them on your own.

All the programs on this page are tested and should work on all platforms.

Python Basic Programs with Examples for Beginners

Write a Python program to display the current date and time.

Write a Python program which accepts the radius of a circle from the user and compute the area.

Write a Python program which accepts the user’s first and last name and print them in reverse order.

Write a Python program to accept a filename from the user and print the extension of that file.

Write a Python program to display the examination schedule.

Write a Python program that accepts an integer (n) and computes the value of n+nn+nnn.

Write a Python program to print the calendar of a given month and year.

Write a Python program to calculate the sum of three given numbers, if the values are equal then return thrice of their sum.

Write a Python program to find whether a given number is even or odd.

Write a Python program to check whether a file exists. 

Write a Python program to solve (x + y) * (x + y).

Write a Python program to display your details like name, age, address.

Write a Python program to add two objects if both objects are an integer type.

Write a Python program to compute the greatest common divisor (GCD).

Write a Python program to get the least common multiple (LCM).

Write a Python program that will accept the base and height of a triangle and compute the area.

Write a Python program to concatenate all elements in a list into a string and return it.

Write a Python program to test whether a passed letter is a vowel or not. 

Write a Python to find local IP addresses using Pythons stdlib.

Write a python program to sum of the first n positive integers.

Write a Python program to convert height (in feet and inches) to centimeters.

Write a Python program to convert the distance (in feet) to inches, yards, and miles.

Write a Python program Convert all units of time into seconds.

Write a Python program to Calculate body mass index.

Write a Python program to Calculate the sum of the digits in an integer. 

Write a Python program to Concatenate N strings. 

Write a Python program to Get the ASCII value of a character. 

Write a Python program to Swap two variables.

Write a Python program to get the name of the host on which the routine is running. 

Write a Python program to find postive or negative number

Write a Python program to remove the first item from a specified list. 

Write a Python program to input a number, if it is not a number generate an error message. 

Write a Python program to filter the positive numbers from a list.

Write a Python program to sum of all counts in a collections.

Write a Python program to convert true to 1 and false to 0.

Write a Python program to remove and print every third number from a list of numbers until the list becomes empty.

Write a Python program to create the combinations of 3 digit combo.

Write a Python program to add two positive integers without using the ‘+’ operator.

Write a Python program to find the median among three given numbers.

Write a Python program to find the number of notes (Sample of notes: 10, 20, 50, 100, 200 and 500 ).

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.