Mini Project in Python | Python for Beginners |

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • Apply for LIVE 45 Days of Python (AI Oriented) Batch - codingwithsaga...
    Phone Book Project - docs.google.co...
    Join My 5-Day LIVE Python Workshop👇
    codingwithsaga...
    Get 700+ Ready-made Projects Code👇
    codingwithsaga...
    🔑 Access the Python Programming for Beginner Series
    1- Introduction to Python - • What is Python | Pytho...
    2- Comments in Python - • Comments In Python | P...
    3- Print( ) in Python - • Print() function in Py...
    4- Variables in Python - • Variables in Python | ...
    5- Data-types in Python - • Data-types In Python |...
    6- String, List & Tuple In Python - • Part-2 String, List & ...
    7- Dictionary In Python - • Dictionary in Python |...
    8- Input function in Python - • input ( ) function in ...
    9- String Manipulation In Python - • Master String Manipula...
    10 - Operators In Python Part-1 - • Operators In Python | ...
    11- Operators In Python Part-2 • Operators In Python | ...
    12- Conditional Statements In Python - • Conditional Statements...
    🔑 Access the Python Project for Beginner Series:
    1- Image Slideshow Project - • Build a Python Image S...
    2- QR Code Generator to Accept Payment - • Accept Payments with P...
    3- Text Editor App - • Build a Text Editor Ap...
    4- Automate your Task - • Goodbye Manual Search,...
    5- Create a Digital Clock - • Build a Digital Clock ...
    6- Tic-Tac-Toe Game - • Tic Tac Toe Game In Py...
    7- Rock Paper Scissor - • Rock Paper Scissor Gam...
    8- Rent Calculator App - • Rent calculator in pyt...
    Connect with us:
    Instagram - / codingwithsagar
    Telegram - telegram.me/sa...
    RUclips - / @codingwithsagarcw

Комментарии • 221

  • @avinashparchake7935
    @avinashparchake7935 4 месяца назад +42

    it was nice.
    i made same but by using while loop
    menu = {
    'pizza': 60,
    'Pasta': 40,
    'Burger': 60,
    'salad': 70,
    'coffee': 80,
    }
    print("Welcome to Python Restaurant")
    print("pizza: 60 Rs
    Pasta: 40 Rs
    Burger: 60 Rs
    salad: 70 Rs
    coffee: 80 Rs")
    order_total = 0
    while True:
    item = input("Enter the item you want to order: ")
    if item in menu:
    order_total += menu[item]
    print(f"Your item {item} has been added to your order")
    else:
    print("Sorry, we don't have that item on the menu")
    another_order = input("Do you want to add another item? (yes/no): ")
    if another_order.lower() != 'yes':
    break
    print(f"The total amount to pay is {order_total} Rs")

    • @marsbgmi1391
      @marsbgmi1391 3 месяца назад

      I was also going to suggest the same

    • @gyanaranjansahoo6927
      @gyanaranjansahoo6927 2 месяца назад

      If "another_order" is yes then what will happen ??

    • @marsbgmi1391
      @marsbgmi1391 2 месяца назад

      @@gyanaranjansahoo6927 Then the while loop will continue running

    • @gyanaranjansahoo6927
      @gyanaranjansahoo6927 2 месяца назад

      @@marsbgmi1391 no dear ! "Break" will outside the loop .
      There will be error

    • @marsbgmi1391
      @marsbgmi1391 2 месяца назад

      @@gyanaranjansahoo6927 there is a condition given in a code ... If " another_order" is not equal to 'yes' .. then only it will break from loop

  • @GAUTAMKUMAR-dl3id
    @GAUTAMKUMAR-dl3id День назад

    This is really a very helpful video for the freshers, who want to know how to make a unique project by themselves.🙏🙏🙏🙏🙏

  • @abhishekchauhan263
    @abhishekchauhan263 4 месяца назад +45

    No need for this background music. You can do more low this bgm.

  • @SHADRIFAT
    @SHADRIFAT Месяц назад +3

    It's awesome bro. Pls make some more simple python mini project and make a playlist of this kind of thinks...

  • @alvinrock7190
    @alvinrock7190 6 месяцев назад +8

    Thanks Bro!
    I'm new here, and love to watch Your practical video with detailed and step by step explanation. Thanks again💖

  • @The_Developer_21
    @The_Developer_21 6 месяцев назад +72

    Bhai I really feel sad after looking views on this video, you are brilliant but why people don't come here

    • @onlylakshyaff5296
      @onlylakshyaff5296 6 месяцев назад +2

      Bhai vahi tou same

    • @GouravDas-m5c
      @GouravDas-m5c 5 месяцев назад +6

      Baki Sab nude reel dekhne me busy he 😅

    • @Shares4you-v3z
      @Shares4you-v3z 3 месяца назад +2

      Right mai bhi tahel tahel te pohoch gaya yahan 😂

  • @VK18Reacts
    @VK18Reacts Месяц назад +5

    In My 12 th i had already done these project already now i am working on web development with python And i am sure i will learn more and I will do something for my country 🇮🇳 In technology and department of computer science ❤

    • @majedkhan2094
      @majedkhan2094 Месяц назад

      Brother can u tell me which videos u watched in the beginning of ur programming

    • @VK18Reacts
      @VK18Reacts Месяц назад +1

      @@majedkhan2094 which programming language you want to learn python?
      If python
      Start watching basics 10 to 15 hours complete course available on RUclips then start practicing question because doing question can teach you a lot after start coding..

    • @avi.zworld
      @avi.zworld Месяц назад

      @@majedkhan2094 bhai pta chle to mujhe bhi btaio

  • @nishaanjum4901
    @nishaanjum4901 24 дня назад

    I have started exploring your channel because of more and more projects you have uploaded ...it's good to keep it more practical then theoretical...❤

  • @tejaswinikamble6198
    @tejaswinikamble6198 3 дня назад

    Bahut easily understand your video 😊

  • @shihabsm157
    @shihabsm157 2 месяца назад +4

    menu = {
    'Pizza': 120,
    'Burger': 80,
    'Salad': 40,
    'Coffe': 25,
    'Sihab': 0.2,
    }
    print("Welcome to our Resturant, Here is our menu")
    print('')
    print("Pizza: 120
    Burger: 80
    Salad: 40
    Coffe: 25")
    Order1 = input("What do you want to order? : ")
    print("Your bill is: ", menu[Order1])
    Order2 = input("Do you want to order more? : ")
    if(Order1 != "Coffe" and Order2 == "No"):
    print("Your total bill is ", menu[Order1] )

    elif(Order1 == "Coffe" and Order2 == "No"):
    print("Sorry sir, You Cant order just a coffe")
    print("Thank You")
    else:
    total_bill = menu[Order1]+menu[Order2]
    Coupon = (input("Do you have a coupon Code, if yes then enter it? :"))
    if(Coupon == "Sihab"):
    disc_value = total_bill * menu[Coupon]
    print("Your bill after 20% Discount: ", total_bill - disc_value)
    else:
    print("Your total bill is: ", menu[Order1]+menu[Order2])

    print("Thank you for ordering")
    this is my first project....thanks a lot

  • @divyanshugoyal663
    @divyanshugoyal663 6 месяцев назад +5

    Bade bhaiya bhut acha explain krte ho aap such mai bhut hi jaadaaaaaaaaaaaaaaaaaaaaaaaaa accha

    • @codingwithsagarcw
      @codingwithsagarcw  6 месяцев назад +1

      Thanks bhai aise hi padhte rho

    • @nitugerawari
      @nitugerawari 3 месяца назад +1

      ​​@@codingwithsagarcw Your explanation is better than code with hurry
      Please makes like this types of videos ❤ |

  • @AdityaPrasad111
    @AdityaPrasad111 Месяц назад

    Really nice project made the phone book completely myself it was fun learnt alot, very nice channel

  • @Chowdary130
    @Chowdary130 3 месяца назад +1

    Thank you , This video is very helpful for beginners for those who have completed python basic tutorials....

  • @devesh6916
    @devesh6916 6 месяцев назад +2

    TBH bhai
    things I was searching since long you made that
    love your way of explaining things 🙏

  • @atharvapapade4241
    @atharvapapade4241 2 месяца назад +1

    Nice explanation of line by line code ! *I request you to make more videos like this plz*

  • @fenalchudasama_18
    @fenalchudasama_18 Месяц назад

    Please Keep continue
    You Understand Very well!!

  • @awaismubashar6826
    @awaismubashar6826 Месяц назад

    my first project of python . I am feeling very joyful, Sir Thank you so muchh

  • @wizardgaming6498
    @wizardgaming6498 3 месяца назад +1

    Nice project simple and clear 😊

  • @rpawar2525
    @rpawar2525 3 месяца назад

    This will certainly boost the confidence of beginners.

  • @HISTORYOFHEROS-r1d
    @HISTORYOFHEROS-r1d 8 дней назад

    Bhi ihs tarah k aur b projects banaya kro please bhi ❤

  • @manishpandey7944
    @manishpandey7944 2 месяца назад

    Thanks man,
    this was very easy and straight forward...

  • @shilpikanojia-f1o
    @shilpikanojia-f1o Месяц назад

    Amazing....
    my first project and you explained it very well.
    Thanks a lot Sagar

  • @OPAyanMEHARYT
    @OPAyanMEHARYT 20 дней назад

    Use for loop to do item 1 to minimize work

  • @mohammadahmed332
    @mohammadahmed332 16 дней назад

    Thanks brother your video is very informative.

  • @rupakrajora
    @rupakrajora 3 месяца назад

    Object-oriented programming python,java,c++ languages k wo topics bataye jinke concepts ek professional software development engineer ko yaad and pata hone must ho

  • @sanchitapahade9399
    @sanchitapahade9399 3 месяца назад +2

    Best tutorial but no need to add background music it irritates .

  • @Animal_funny_short582
    @Animal_funny_short582 3 месяца назад +1

    Thanks for you mini project is very helpful for my begginer python programming skill👏👏

    • @ihsanwahab7078
      @ihsanwahab7078 17 часов назад

      If u done that project can u share it with me?

  • @anmolchourasiya12
    @anmolchourasiya12 27 дней назад

    Bhai thankyou kuch seekhne ko mila❤

  • @MoizButt2420
    @MoizButt2420 17 дней назад

    bro make some more projects like this. This is very helpful for me

  • @sirineelimasaride9762
    @sirineelimasaride9762 14 дней назад

    nicely explained...thankyou &can you plz keep low background music

  • @mohammedaadil3872
    @mohammedaadil3872 2 месяца назад

    Awesome explanation...next part please...

  • @BgmiSaurabh-qb7te
    @BgmiSaurabh-qb7te 4 месяца назад +1

    Bro Don't Loose Hope Your Content Is very impressive❤

  • @vandnasharma9799
    @vandnasharma9799 2 месяца назад

    Thanks for your guidance i make the same using tkinter 👍😃💞

  • @kakashi3886
    @kakashi3886 Месяц назад

    Thanks bro i have made it , your earned a subscriber!!! You are good at making peoples understand step by step, Keep up the good work

  • @palakg_18
    @palakg_18 4 месяца назад +1

    Very nice project bhaiya

  • @UjjwalSemwal-xq6os
    @UjjwalSemwal-xq6os 4 месяца назад +1

    Sir ek data analysist ki bhi Playlist bana do

  • @umairmohiuddin6307
    @umairmohiuddin6307 Месяц назад

    you can add more logics my taking input in numbers and for exit 0

  • @Swati_sinha05
    @Swati_sinha05 4 месяца назад

    Thank you bhya bht Easley apne bta diya Thanku so much bhiya

  • @satyaprakashmane2854
    @satyaprakashmane2854 3 месяца назад +1

    Bhai condition another order wali condition execute nhi ho Rahi please reply

  • @abhishekkaran1205
    @abhishekkaran1205 23 дня назад

    last item not showing kindly help

  • @anujpareek0004
    @anujpareek0004 6 месяцев назад +1

    Bhai please series ko continue rakhna ❤

  • @barriramadevi2446
    @barriramadevi2446 2 месяца назад

    Very good explanation

  • @Rockstar2010-lc6bh
    @Rockstar2010-lc6bh 4 месяца назад

    Bhai it was fantastic 😻😻
    This way if you teach then any degree holder (example:me only)can understand easily and where to apply when to apply everything is easily doable 😃❤
    And pls continue 100 days of coding till entire course using like these kind projects as example
    Then it's useful for everyone 😢😢😢
    Please brother 🙏❤❤❤

  • @-NarutoUzumaki334
    @-NarutoUzumaki334 29 дней назад

    Nice Video Bro 👌

  • @nikhilgowda8544
    @nikhilgowda8544 Месяц назад

    Your videos are awesome 🔥🔥🔥🔥🔥🔥

  • @shamalshelar3834
    @shamalshelar3834 14 дней назад

    Please make video on inventory management project

  • @Its__AnkitSahu
    @Its__AnkitSahu 6 месяцев назад +1

    Thanks for the phonebook project...

  • @maheshramteke2765
    @maheshramteke2765 4 месяца назад

    Good video. Really helpful and useful for beginners in python

  • @ENGRWAQASALISHAH
    @ENGRWAQASALISHAH 4 месяца назад +1

    2nd part of this project link plz???

  • @ENGRWAQASALISHAH
    @ENGRWAQASALISHAH 4 месяца назад +1

    2nd part kedr hy es ka???

  • @simpleandeasyprojects4513
    @simpleandeasyprojects4513 2 месяца назад

    good project according to a beginner

  • @Dope198
    @Dope198 4 месяца назад

    Its similar to Networkchuck video but it has additional code and improvements to it

  • @deepakroy9432
    @deepakroy9432 4 месяца назад +1

    easy pizzy thanks for practise

  • @madhabpatra5800
    @madhabpatra5800 3 месяца назад

    Thank you so much sagar 🙏🙏

  • @rakeshraki2575
    @rakeshraki2575 2 дня назад

    Bro I feel it but this program to convert front end mey kaisaa karegaa plz making video

  • @kavitanagpal8863
    @kavitanagpal8863 4 месяца назад

    Very good video , lovely nice to watch

  • @SenmaBhavesh-v7d
    @SenmaBhavesh-v7d Месяц назад

    It's a so interesting sir 😊❤

  • @Ajyyt
    @Ajyyt 2 месяца назад

    Good video for beginners ❤

  • @rajeevyadav1637
    @rajeevyadav1637 2 месяца назад

    Thank you for the give us great content but please don't use background sound if you are using it so low the background sound effects

  • @hritikRaj20
    @hritikRaj20 6 месяцев назад

    Bhai incredible bhai ❤❤❤❤❤

  • @sarikachouhan7925
    @sarikachouhan7925 4 месяца назад

    Tqsm Bhai ,this video is amazing😍

  • @abbaskika5460
    @abbaskika5460 3 месяца назад

    Bhai, your video well explained. I just want to know why I downloaded Python . Let me know, please.
    thanks

  • @Starpower-e4k
    @Starpower-e4k Месяц назад

    Bro 🤝♥️Keep shine ♥️💎

  • @shortaffectionstory
    @shortaffectionstory Месяц назад

    Great job

  • @hasharfarhankhan2141
    @hasharfarhankhan2141 4 месяца назад

    Your videos are great but I'm a little confused about where to learn python is just because my background isn't in python but civil engineering and now I wanna grab these skills. There are many RUclipsrs that are teaching python and making courses but how I select one is a bit confusing. However I chose this channel and hope for the best.

    • @brizeshhh
      @brizeshhh 3 месяца назад

      Same .. where u from!

  • @intensepower9539
    @intensepower9539 5 месяцев назад

    Very nice explanation bhai

  • @NITESH_Kumar76
    @NITESH_Kumar76 3 месяца назад

    Sir ji ❤❤❤❤❤❤❤❤ you are very smart 🤓🤓🤓

  • @Quran_Tarjooma
    @Quran_Tarjooma 4 месяца назад +1

    Daily video daalo bhai

  • @ibrahimmd759
    @ibrahimmd759 3 месяца назад

    Really helpful ❤❤❤

  • @rajendrakumar-el2nb
    @rajendrakumar-el2nb Месяц назад

    Can you please upload a full python course

  • @SujalBishowokarma
    @SujalBishowokarma 2 месяца назад

    brother python ka simple budget trackers ka project karaiyana by GUI

  • @adityajunghare8477
    @adityajunghare8477 6 месяцев назад

    Bhai you are jem ... Nice video 😊

  • @typicalshorts2286
    @typicalshorts2286 16 дней назад

    Both hard sir 💪💪

  • @trfahim_00
    @trfahim_00 Месяц назад

    Bro your vs code theme is awsome. Theme name plz?

  • @Pk36372
    @Pk36372 3 месяца назад

    Brilliant 👍👍 bro

  • @kedarnathnagri951
    @kedarnathnagri951 2 месяца назад

    Thanku Bhai ❤

  • @shuvojitbiswas9105
    @shuvojitbiswas9105 2 месяца назад

    Great video

  • @LEGHARI_
    @LEGHARI_ Месяц назад

    SHANDAAAAR❤

  • @revealinfo8060
    @revealinfo8060 2 месяца назад

    CSS p bh vdeo bnai Bhai

  • @nikitaamale9156
    @nikitaamale9156 3 месяца назад

    thank you sir ❤

  • @Sam-qw7eb
    @Sam-qw7eb Месяц назад

    bhai logic kaise lagaye programming languages mei kuch idea to

  • @harshaldighe3463
    @harshaldighe3463 2 месяца назад

    Bhai tu hi asli programeer

  • @phaneedrakumaribharadwaj2392
    @phaneedrakumaribharadwaj2392 5 месяцев назад

    Nice attempt lot of optimization can be donr

  • @CS--BikashKumar
    @CS--BikashKumar 3 месяца назад +1

    Loop use kardo😊

  • @EditsByShaurya07
    @EditsByShaurya07 6 месяцев назад +1

    Why Only 343 Views He Deserve More..

  • @musicbhaiya1
    @musicbhaiya1 2 месяца назад

    sir is project ko hum kisi cafe ma introduce karwa skte hn???

  • @BCAWALASTUDENT
    @BCAWALASTUDENT 2 месяца назад

    Bhai loop lagaya to nahi chalta kya? Because customer srif dohi order kar para es code mai when customer want multiple order tab kya use kare ?

  • @digitalmachine0101
    @digitalmachine0101 3 месяца назад

    Good information

  • @RakshaprajapatiPp
    @RakshaprajapatiPp 24 дня назад

    Thank you sir

  • @funshortscreator
    @funshortscreator 3 месяца назад +1

    Helpful really awesome ❤😊

  • @misssignature2
    @misssignature2 5 месяцев назад

    Thank you so much 💓💓💓💓

  • @khushbuchaurasiya4683
    @khushbuchaurasiya4683 4 месяца назад

    Thank you :) ☺☺

  • @SaifAli-eh8lq
    @SaifAli-eh8lq 3 месяца назад

    great sir thank u soo much🤗

  • @MeenakshiiKhulve
    @MeenakshiiKhulve 4 месяца назад

    thanku sir❤

  • @shrikanthkulkarnikulkarni1697
    @shrikanthkulkarnikulkarni1697 7 дней назад

    Sir which is the software you use in this video

  • @7lyrics302
    @7lyrics302 Месяц назад +1

    This will be much easier if you code in C language

  • @mansirao5768
    @mansirao5768 2 месяца назад

    thank youu !!

  • @shivanithakur8054
    @shivanithakur8054 3 месяца назад

    Great 😃

  • @prathamsiraskar3711
    @prathamsiraskar3711 Месяц назад

    code is not run, total order=0 o/p = value 0 please explain

  • @fugaming232
    @fugaming232 28 дней назад

    Bhi ager isme scanner lagana ho to