CodeProjectz

Search
Generic filters

Python

What is Python Programming Language ?

Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects. Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis. Python is a general purpose language, meaning it can be used to create a variety of different programs and isn’t specialized for any specific problems.

This page of CodeProjectz offers projects and their source codes which are developed using Python Programming Language. The projects might come up with combination of Python and other Programming languages. Do check out the project description before downloading.

Tic Tac Toe Game In Python With Source Code

Tic Tac Toe Game In Python With Source Code

Tic-Tac Toe is a simple 2D Python based on python. This game can be played by two players. The first player in the game chooses an ‘X’ symbol representation and the second player chooses an ‘O’ symbol representation. The main objective pf the Tic Tac Toe game is to make a consecutive three ‘X’ or ‘O’ in a 3×3 matrix.

Vehicle Insurance Management System In Python With Source Code

Vehicle Insurance Management System In Python With Source Code

An insurance company always requires to make records of its customers details, agents, policyholders, payments, and various other crucial information. Hence it is under tremendous pressure to maintain their day-to-day activities, which is currently being done manually.

Blood Bank System In PHP With Source Code

Blood Bank System In Python and PHP With Source Code

Blood bank system is a website developed with python3,flask, SQLite, Bootstrap. The web app has functions like User Registration and Login and Logout system, updating Profile details, Delete account, Requesting/contact for Blood including Notifications for Requests, and Searching for Blood.

Rock Paper Scissor In GUI Python With Source Code

Rock Paper Scissor with GUI in Python With Source Code

The Rock Paper scissors project consists of a project file with a python script (rpsMain.py). This program implements the game for only one player against the computer. All the playing rules are the same just like we play in real-time games. This is a simple GUI based project suitable for beginners. You can use this project / game project for your school and college assignments. 

Color Game In GUI Python With Source Code

Color Game In GUI Python With Source Code

The Color Game In GUI Python is a simple project developed using Python. This project is an active mind testing game that displays random color in text and you have to identify its color. You have 60 seconds to guess as much as word color you can, and you will get a score if the guess is right. This project is an interesting and simple project.

Address Record In Python With Source Code_Feature Image

Address Record In Python With Source Code

The Address Record is a simple project developed using python. This project is an interesting project. The user can add the number of information details and you can see the details stored in the list form. The user can delete the contact records if he/she wants to remove them.

Weight Converter In Python With Source Code_feature Image

Weight Converter In Python With Source Code

The Weight converter In Python is a simple project developed using Python. This project is a GUI application that converts your weight into different units. Here, you have to enter the weight in kg and the result will be in other different units. And, the user will see the weight from kilograms(kg) to pounds, ounces, or grams. This project is an interesting useful project.

Simple GUI Calculator In Python With Source Code_Feature Image

Simple GUI Calculator In Python With Source Code

The Simple GUI Calculator In Python is a simple project developed using Python. The project contains the numbers, operators, and signs like in a normal calculator. So, the user cannot enter the number themselves, they can just click on the numbers they want in the calculations. Hence, the user can use a simple calculator from this application.

Parking Lot System In Python With Source Code_Feature Image

Parking Lot System In Python With Source Code

The parking Lot System project is written in Python. The project file contains a python script (parking_lot.py). The program allows a user to enter their vehicle’s type and license plate number. The system shows a parking grid that allows the user to see the number of available spaces as well as what types of vehicles are currently parked within the lot.

Scientific GUI Calculator In Python With Source Code_ Feature Image

Scientific GUI Calculator In Python With Source Code

The Scientific GUI Calculator In Python is a simple project developed using Python. The project file contains a python script (scientific-cal.py). This is a simple GUI-based project which is very easy to understand and use. Also, this project makes a convenient way for the user to gain an idea of how to perform numerical calculations.

Temperature Converter In Python With Source Code_Feature Image

Temperature Converter In Python With Source Code

The Temperature converter In Python is a simple project developed using Python. This project is a GUI application that converts Temperature from a Celsius unit to Fahrenheit. Also, this app is capable of handling all types of exceptions. This project is an interesting useful project.