Skip to content

Tanmay-Tiwaricyber/School-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


School Project Python Codes 📚🐍

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.

🚀 Features

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).

📂 Projects

1. Basic Python Programs

  • 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.

2. Python-MySQL Connectivity Programs

  • 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.

🔧 Live Preview

https://schoolprojectpythoncodes.netlify.app/