Python

Office Management in Python Project

import csv import pandas as pd df=pd.read_csv("C:\\Users\\joga\\OneDrive\\Desktop\\Project.csv") while True: pri…

Hotel Management Project In Python

In this post, we are going to make a Project on Hotel Management. This project is for Class XII for the CBSE Project File. Sof…

How to solve quadratic equation in Python

In this post, we are going to learn how to solve the quadratic equation in Python. Here is the code: # Solve the quadratic equat…

How to add two numbers in Python

In this post, we learn how to add two numbers in Python.  Here is the code: # Store input numbers num1 = input('Enter first …

How To Record Screen Using Python

In this post, we are going to make a Screen Recorder using Python. We need to install a few modules If you don't know how to…

How To Make Alarm Clock Using Python

In this post we are going to make a alarm clock ⏰ using Python. We need to install Tkinter, Datetime, Winsound, Time, Daterime…

How To Make Digital Clock In Python

In this post we are going to make a digital clock with Python, we need to install tkinter, time (time is pre installed in your …

Python Projects For Begginers

In this post we see the Python Projects which are best for beginners who started learning Python Programming Language👄💬  1. …

How To Make Typing Speed Test In Python

In this post, we are going to make the typing speed test using Python. We need to install the tkinter and timeit if you don&#…

How To Find Location Using Phone Numbers

In this post, we are going to make a program that helps us to find the location of the phone numbers using Python. Firstly nee…

Revision Of Python Basics - Python Tokens

In this post we are going to study what is Python Tokens, Use of Python Tokents, Different type of Python Tokens, Etc. Tokens …

How To Check Current Time Using Python

In this post we are going to learn how we can check the time using Python. In this program, we do not install any module because…

How To Open Any Website Using Python

In this post we are going to Open a website with the help of webbrowser. The webbrowser is a module in Python, which help us t…

Load More
That is All