0% found this document useful (0 votes)
12 views12 pages

Python Electric Current Calculator Project

The project file by Chirag Goel expresses gratitude to mentors, teachers, and family for their support in completing a project on Python programming. It details the creation of an electric current calculator using Ohm's Law, highlighting its educational applications for students and teachers. The project also references various online sources used for research and development.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views12 pages

Python Electric Current Calculator Project

The project file by Chirag Goel expresses gratitude to mentors, teachers, and family for their support in completing a project on Python programming. It details the creation of an electric current calculator using Ohm's Law, highlighting its educational applications for students and teachers. The project also references various online sources used for research and development.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Project file

Project file
Project file
CHIRAG GOEL
Project file
EF0RTS BY:
Project file
Project file
Project file
Project file
Project file
I would like to express my sincere gratitude to
all these individuals for mentoring and
supporting me in completing this project.

My teacher Ms Palak Agarwal for providing


me with invaluable insights and direction. Our
esteemed principal Dr Sangeeta Bhatia for
fostering an environment of learning and
creativity within our school.

To my parents, their constant encouragement,


patience, and understanding have been the
pillars of my success.
I am grateful to my friends who contributed
ideas and perspectives that enriched the
project. Thank you everyone for shaping this
project and enhancing my learning
experience.
I hereby declare that the project
file for AI (Code 417) has been made
by Chirag Goel student class 10th
connected under the guidance of
my computer teacher Ms. Palak
Agarwal

Chirag Goel
Python is a user-friendly programming
language that uses English-like
commands to instruct computers.
Instead of complex code, you can give it
simple instructions like "Add these
numbers" or "Find all the red items in
this list." Python can understand these
commands and perform actions
accordingly. This makes it easier for
beginners to learn and use compared to
many other programming languages.
Python has a wide range of applications,
including creating websites, analyzing
data, developing games, automating
tasks, and much more.
The electric current calculator is a simple
Python program that allows users to
determine the electric current flowing
through a circuit. It utilizes Ohm's Law, which
states that current (I) is equal to voltage (V)
divided by resistance (R) (I = V/R).
The program typically includes:
A function to calculate current: This
function takes voltage and resistance as
input and returns the calculated current.
User input: The program prompts the user
to enter the values for voltage and
resistance.
Error handling: It includes checks to
prevent division by zero (when resistance
is zero) and to handle invalid input.
Output: The program displays the
calculated current value to the user.
The electric current calculator made with Python has
several potential uses:

Educational Tool:
Students: Can be used as a learning tool for
students studying basic electronics and electrical
engineering to understand Ohm's Law and its
applications.
Teachers: Can be used as a teaching aid in
classrooms to demonstrate the relationship
between voltage, current, and resistance.
the following sources were used to
create the project file :
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
from our AI book

You might also like