May 16, 2025
Trending Now
  •    Registration with image upload Java Jdbc(Down...

  •    Touchable shop Pos system using Java...

  •    Build Your First Responsive Login Form Using H...

  •    Java Beans...

  •    Java String Methods...

Click Here to Buy Our Courses

  • Home
  • About Us
  • Java
    • Java for Beginners
    • Java Projects
    • Java Console Application Projects
  • C#.net
  • Angular
  • Reactjs
    • ReactJS Introduction
  • Node JS
  • Android Studio
  • Jsp
  • Servlet
  • python
    • Python for beginners
  • Spring boot
  • Laravel 8
  • Laravel 9
  • Asp.net MVC
  • php
  • Flutter
  • Free Projects
  • Contact us
  • Privacy Policy
Home python (page 4)

python

How to make the Calculator in python

By admin
August 14, 2020
in :  python
0
790

This tutorial will teach you how to make the simple calculator in python programming.This programming will be able add,subtract,multiply,divide two numbers. from tkinter import * def Add(): result = int(e1.get()) + int(e2.get()) resultText.set(result) def Min(): result = int(e1.get()) - int(e2.get()) resultText.set(result) def Sub(): result = int(e1.get()) * int(e2.get()) resultText.set(result) def Div(): result = int(e1.get()) / int(e2.get()) resultText.set(result) root = Tk() …

Read More

Employee Salary Calculation using python

By admin
August 13, 2020
in :  python
0
1,053

This tutorial will teach you  to calculating the employee salary calculation using python .python projects easy for developing.This type of python projects is so imponent those who want to be good python developer. this is the right where you learn python projects examples.

Read More

Student Marks Calculation System Using python

By admin
August 13, 2020
in :  python
0
778

This tutorial will teach you Student Marks Calculation System Using python console application.in order to calculate the grade using following condition Input student marks to calculating the total,grade. the grade is awared as “Pass” when the average is more than 50.otherwise grade is fail. marks1 = int(input("Enter Your Marks 1 ")) marks2 = int(input("Enter Your Marks 2 ")) marks3 = …

Read More
1234Page 4 of 4

Recent Posts

  • CREATE a Responsive Navigation Bar with FlexBox CSS!
  • Registration with image upload Java Jdbc(Download Source code)
  • Touchable shop Pos system using Java
  • Build Your First Responsive Login Form Using HTML and CSS FlexBox
  • Build Crud API with Laravel 12

© Copyright 2020, All Rights Reserved Powered by Tutussfunny