General Programs
The following are some of the general programs that beginners use to get hands on practice of Python programming.
Programs
- Python – Add two numbers
- Python – Average of two numbers
- Python – Calculator program
- Python – Check if number is Armstrong
- Python – Check if number is even
- Python – Check if number is odd
- Python – Check if number is prime number
- Python – Check if two numbers are equal
- Python – Fibonacci series using For-Loop
- Python – Fibonacci series using recursion
- Python – Find all factors of a number
- Python – Find area of circle
- Python – Find area of rectangle
- Python – Find area of square
- Python – Find factorial of a number
- Python – Find factorial of a number using recursion
- Python – Find if given year is Leap Year in Georgian calendar
- Python – Find maximum of two numbers
- Python – Find minimum of two numbers
- Python – Find Nth Fibonacci number
- Python – Generate a random number
- Python – Largest of three numbers
- Python – Matrix Transpose
- Python – Matrix Addition
- Python – Palindrome program
- Python – Print prime numbers between two given numbers
- Python – Smallest of three numbers
- Python – Star pattern programs
- Python – Sum of two numbers
- Python – Sum of first N natural numbers
- Python – Sum of cubes of first N natural numbers
- Python – Sum of squares of first N natural numbers
- Python – Swap two numbers
- Python – Tower of Hanoi
⫷ Previous tutorialNext tutorial ⫸