Python

Medical Inventory System Using Python

Submitted by razormist on
Medical Inventory System with Source Code is a Python program that can manage all the inventories for medical staff. This program was built using only Python language. The system is a simple console application, the user can access the system without providing a login information. The user can add new medicine, manage customer info, assigning supplier details, invoicing the medical supplies, and

Cafe Billing System

Submitted by razormist on
Cafe Billing System with Source Code is a Python program that can compute the total bill of a customer digitally. This program was built using only Python language. The system contains a simple GUI application that use tkinter framework. The user can only enter the quantity of an items ordered by the customers. The system can display the list of item price when clicking the PRICE button, and also

Typo Speed - Typing Speed Calculator

Submitted by bbmevada on
Hello Guys, Here I've Uploaded a Sourcecode of Typo Speed - Typing Speed Calculator Created in Python 3. If you want full tutorial video then you can visit bb coder guy ( https://www.youtube.com/channel/UC-bbvWb1huCXugbY45l_zoQ) Youtube Channel To run this you have to install python module listed below: ttkthemes - pip install ttkthemes Source Code import tkinter as tk import time from tkinter

Account Management System Using Python

Submitted by razormist on
Account Management System with Source Code is a Python program that can manage all the user accounts. This program was created using only Python language. The system is a simple GUI application, the user can openly access the system without login information. The user can add new account, update information and delete unnecessary data. The system is basically simple that you can modify and easily

Banking System Using Python

Submitted by razormist on
Banking System with Source Code is a Python program that can let you deposit your money through digital transaction. This program was built using only Python language. The system is a very well made console application where customer can transact their banking account by entering a pin #. The user can open a new account for customer by entering their completer details, deciding pin #, and

Library Management System Using Python

Submitted by razormist on
Library Management System with Source Code is a Python program that can manage the transaction for borrowing of books. This program was created using Python language. The system is a simple application where the user can navigate the system by just entering a certain numeric keys. The user can add new borrowers, display all the book list, and enlist all the return borrowed books. The system has a

NumPy Difference

Submitted by moazkhan on

In this tutorial you will learn:

  • What is the NumPy Difference?
  • Implementation of difference in Python
  • Python Syntax

NumPy Difference

Difference is just another name for the operation of subtraction. It is a very common operation in the world of computation, mathematics and science.

NumPy Product

Submitted by moazkhan on

In this tutorial you will learn:

  • What is the product of numbers?
  • Implementation of product using different functions in Python
  • Python Syntax

Product of Number

Product is just another name for the operation of multiplication. It is a very common operation in the world of computation, mathematics and science.

NumPy Sum

Submitted by moazkhan on

In this tutorial you will learn:

  • What is difference between summation and addition?
  • Implementation of summation using different functions in Python
  • Python Syntax

Summation

Summation is the sum of all the elements of an array, if we are adding up two arrays it would be the index wise addition of elements which will result in another array having the size equal to the size of arrays being added up. Summation and addition are commonly used in mathematics and sciences to carry out basic tasks.

Bank Management System Using Python

Submitted by razormist on
Bank Management System with Source Code is a Python program that can manage all your banks accounts safely secured. This program was built using Python language. The system is a simple console application, the user can operate the system freely by entering a certain numeric keys. The user can create new bank account, can deposit / withdraw money, and check account balance. The system also have a