Welcome to the School Project Python Codes repository! This project contains multiple Python programs covering a range of topics from basic programming concepts to Python-MySQL connectivity.
This repository includes Python projects for:
- Basic Python Programs: Factorial, Prime Number Checker, Fibonacci Series, Armstrong Numbers, Palindrome Checker, and more!
- Python-MySQL Connectivity: Programs to interact with MySQL databases (Create Database, Insert Data, Fetch Data, and more).
- Factorial Calculator: Calculate the factorial of a given number using loops.
- Odd/Even Number: Check whether a number is even or odd.
- Mirror of Given String: Create a mirror image of a string.
- Prime Number Checker: Check whether a number is prime.
- Print Fibonacci Series: Print the Fibonacci series up to
n
terms. - Armstrong Number: Check if a number is Armstrong.
- Count Vowels in String: Count vowels in a string.
- Sum of Digits of Number: Calculate the sum of digits of a number.
- LCM of Two Numbers: Find the Least Common Multiple (LCM) of two numbers.
- Palindrome Number: Check if a number is a palindrome.
- Create Database: Create a MySQL database using Python.
- Create Table: Create a table in a MySQL database using Python.
- Insert Data in Table: Insert data into a MySQL table.
- Fetch Data From Table: Retrieve data from a MySQL table.
- Drop Table: Drop a table in a MySQL database.
https://schoolprojectpythoncodes.netlify.app/