0% found this document useful (0 votes)
9 views

Python Calculator Project (1)

The document outlines a project titled 'Python Calculator Project' by Garv Sehrawat, which includes various calculator programs developed in Python, such as basic, scientific, graphical, and geometric calculators. It emphasizes practical programming skills, including function usage, error handling, and GUI development. The project is submitted to Mr. Sudher Sir and acknowledges the support received during its completion.

Uploaded by

garv sehrawat
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Python Calculator Project (1)

The document outlines a project titled 'Python Calculator Project' by Garv Sehrawat, which includes various calculator programs developed in Python, such as basic, scientific, graphical, and geometric calculators. It emphasizes practical programming skills, including function usage, error handling, and GUI development. The project is submitted to Mr. Sudher Sir and acknowledges the support received during its completion.

Uploaded by

garv sehrawat
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 18

Python Calculator Project

• A Comprehensive Collection of Python


Programs and Outputs

• Author: Garv Sehrawat


• Class: 11 A
• Submitted to: Mr. Sudher Sir
• Date: 7 February 2025
Certificate
• This is to certify that the project titled
• “Python Calculator Project: A Comprehensive
Collection of Python Programs and Outputs”
• submitted by Garv Sehrawat of Class 11 A,
under the supervision of Mr. Sudher Sir, is an
original work completed by me.

• Signature: ____________
• Date: ____________
Acknowledgement
• I extend my heartfelt gratitude to Mr. Sudher
Sir for his continuous guidance and support
throughout this project. I would also like to
thank my peers and family for their
encouragement.
Introduction
• Python is a versatile and beginner-friendly
programming language that has applications
in web development, data analysis, scientific
computing, and more.

• This project focuses on building several


calculator programs using Python.
Basic Calculator Program
• A program to perform Addition, Subtraction,
Multiplication, and Division.

• (Screenshot of program will be inserted here)


Basic Calculator Output
• (Screenshot of output will be inserted here)
Scientific Calculator Program
• A program with advanced mathematical
functions such as sine, cosine, logarithm, and
square root.

• (Screenshot of program will be inserted here)


Scientific Calculator Output
• (Screenshot of output will be inserted here)
Graphical Calculator (Tkinter)
• A GUI-based calculator using Tkinter library in
Python.

• (Screenshot of program will be inserted here)


Graphical Calculator Output
• (Screenshot of output will be inserted here)
Exception Handling in Calculator
• A menu-driven calculator program with error
handling to prevent invalid inputs.

• (Screenshot of program will be inserted here)


Exception Handling Output
• (Screenshot of output will be inserted here)
Geometric Calculator
• A program to compute areas and perimeters
of various shapes.

• (Screenshot of program will be inserted here)


Geometric Calculator Output
• (Screenshot of output will be inserted here)
Additional Programs
• Factorial Calculator and Power Calculator
programs.

• (Screenshot of programs will be inserted here)


Additional Programs Output
• (Screenshot of output will be inserted here)
Conclusion
• This project demonstrates practical
programming by building multiple calculator
programs in Python.

• It highlights function usage, error handling,


recursion, and GUI programming.
Bibliography
• References used:
• - Python Official Documentation
• - Learning Python by Mark Lutz
• - Think Python by Allen B. Downey
• - Various online tutorials

You might also like