In this video, I built a simple calculator using Python as part of my programming learning journey. This beginner-friendly project shows how basic programming concepts like variables, user input, functions, and operators can be used to create a working calculator.
If you are starting your coding journey, projects like this are the best way to practice and understand programming logic. In this video, I demonstrate how a calculator program works and how beginners can build simple tools using Python.
This project is perfect for beginners who want to improve their coding skills and start building real projects instead of only learning theory.
Building projects is one of the most effective ways to become better at programming. Through projects like this calculator, you can understand how programming logic works in real applications.
If you are learning Python, software development, or coding in general, this type of beginner project can help you develop problem-solving skills and improve your programming confidence.
On this channel, I will continue sharing more coding projects, programming experiments, and learning progress. My goal is to build real projects, improve programming skills, and document the journey step by step.
If you enjoy coding content and beginner programming projects, make sure to subscribe to the channel for more upcoming videos.
🚀 More projects and coding experiments coming soon.
copy code :
while True :
try :
num1 = float(input ("enter your 1st number :"))
num2= float(input("enter your 2nd number:"))
except:
print("plz!! enter valid number!!!")
print ("choose options")
print("+")
print("-")
print("*")
print("/")
choice = input ("plz!! choose one option : ")
if choice == "+":
print("result:", num1+ num2)
elif choice == "-":
print("result :", num1 - num2)
elif choice == "*" :
print("result: ", num1* num2)
elif choice == "/" :
if num2 == 0:
print("plz ! enter valid number!!")
else :
print("result:", num1/num2)
else :
print("enter valid number plz !!")
again = input("countinue calculation (Yes / no)").lower()
if again != "yes" :
print("calculator is off")
break
#python
#pythonproject
#pythonprojects
#pythonprogramming
#coding
#codingproject
#codingforbeginners
#learnpython
#pythonbeginner
#programming
#softwaredeveloper
#developer
#codingjourney
#codinglife
#buildinpublic
#programminglife
#softwareengineering
#tech
#technology
#developerlife
#code
#codingcommunity
#learntocode
#python3
#pythondeveloper
#pythoncode
#pythonlearning
#codingstudent
#studentdeveloper
#codingpractice
#programmingstudent
#webdeveloper
#softwareengineer
#codingtutorial
#programmingtutorial
#pythonapp
#pythoncoding
#codingfun
#codingprojectideas
#codingprojects
#techprojects
#softwareprojects
#programmer
#programmingproject
#pythonappdevelopment
#codingvideo
#pythoncalculator
#calculatorproject
#pythoncalculatorproject
#beginnerproject
#beginnercoding
#codingbeginners
#pythonforbeginners
#studentprogrammer
#codingpracticeproject
#techstudent
#learnprogramming
#codinglearning
#devlife
#devcommunity
#codingeveryday
#pythonlearningjourney
#codingprogress
#buildprojects
#codingexperiment
#programmingjourney
#pythonprojectsforbeginners
#coders
#codingmotivation
#softwaredev
#programmerlife
#devstudent
#codingcontent
#codingyoutube
#youtubecoding
#codingcreator
#techcreator
#codingvideo
#programmingvideo
#codingtutorials
#pythonpractice
#buildwithpython
#codingideas
#projectbuild
#codingstudentlife
#pythonlogic
#codewithme
#codingdaily
#projectbasedlearning
#codingchallenge
#techlearning
#pythonlearning
#codingtips
#pythondev
#codingfuture
#programmingworld
#developerjourney
#codinggrowth
#codingfuture
#codingbuild