This repo consists code of all the programs discussed at http://programminginpython.com/
- Python program to print Fibonacci sequence
- Introduction to Python GUI – Labels, Frames, Buttons
- Python program to find Factorial of a given number
- Python program to find area of triangle when base and height are given
- Python program to find area of triangle when all the sides are given
- Python program to find a number is prime or composite
- Find square root of a number using sqrt() function
- Find square root of a number using exponential operation
- Python program to calculate the sum of elements in a list
- Python Program to find the Biggest and Smallest of 3 numbers using lists
- Python program to find the largest and smallest number in a list
- Python Program to find the Biggest and Smallest of 3 numbers
- Python Program to check Armstrong number or not
- Python program to check whether a number is Palindrome or not
- Python program to find reverse of a number
- Python program to find reverse of a number using slice