This repo consists code of all the programs discussed at http://programminginpython.com/
- 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
- Python program to find average of N numbers
- Python Program to find whether an integer is even or odd number
- Python program for performing Arithmetic Operations
- Python Lists – Add, Append, Modify, Remove, Slice