Python Projects

Factorial Calculator

program to calculate the factorial of the given number using for loop

Odd/Even Number

program using functions to check whether a number is even or odd

Mirror of Given String

program to create a mirror of the given string

Prime Number Checker

program to check whether a number is prime or not

Print Fibonacci Series

Program to print Fibonacci series up to n terms

Armstrong Number

Program to check if a number is an Armstrong number

Count Vowels in String

Program to count the number of vowels in a string

Sum of Digits of Number

Program to calculate the sum of digits of a number

LCM of Two Numbers

Program to find the LCM (Least Common Multiple) of two numbersers

Palindrome Number

Program to check if a number is palindrome




Python-Mysql Connectivity Programs

Create Database

Program to create mysql database using python

Create Table

Program to create Table in database using python

Insert Data in Table

Program to insert data in Table using python

Fetch Data From Table

Program to fetch data from Table using python

Drop Table

Program to Drop Table using python