Python in Kannada - Comprehension | List Input | Loops Revision | Full Course for Beginners - # 11

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

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

  • @VEERESHHIREMATH-dj9ri
    @VEERESHHIREMATH-dj9ri 3 месяца назад +32

    Middle class guys hope❤ u

  • @BasavarajPatil-h9r
    @BasavarajPatil-h9r 2 месяца назад +3

    After seeing your video iam getting python knowledge very well, and request you to continue teaching us continuously "Anna"❤

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

    I am present
    Your passion for teaching shines through in everything you do....Guru❤

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

    Great video , finally understood those fancy lines of codes (comprehension)

  • @HemaSR-hk3yb
    @HemaSR-hk3yb Месяц назад

    Present anna ... practicing python...and getting the grace of coding... tq anna

  • @KEERTHANAKS-t4e
    @KEERTHANAKS-t4e 3 месяца назад +4

    Bro yesterday cls very interesting bro

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

    i watced more than 5+ times this playlist to understand loops concept

  • @MamathaHY-z5r
    @MamathaHY-z5r Месяц назад

    such a wonderful topics... Just a amazing your way of teaching... Thank you so much

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

    Present bro
    Thanks to teaching us patiently.

  • @MamathaGowda-r7n
    @MamathaGowda-r7n 3 месяца назад +1

    Ur teaching skills are next level 👏👏

  • @ishwarya.rk1101
    @ishwarya.rk1101 3 месяца назад

    Explanation is just amazing bro 👏 really very very understandable. Thank you so much bro❤

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

    The classes are switching to difficult mode , but thank u so much for the nice explanation ❤, waiting for next class 😊

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

    Yes bruh last you are only a hope for me
    Attendance

  • @chandushree.n8361
    @chandushree.n8361 3 месяца назад +1

    Video was good bro

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

    Super bro👏👏

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

    Bro nivu coding round alli yav language use madkondu DSA Solve maddri...

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

    Thank you bro ❤️

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

    What is difference between return and print??

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

    Present guru

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

    cse in sjce or aiml in BMS which is better

  • @Rajini-n9r
    @Rajini-n9r 3 месяца назад

    Bro do videos on java....pls🙏

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

    anna use word wrap in vs code it will be easier

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

    #1. List Manipulation:
    #Create a list of Kannada foods. Use list comprehension to create a new list
    # where each food name is in uppercase.
    foods_kannada = ["Rotti", "Mudde", "Idli"]
    foods_uppercase = [food.upper() for food in foods_kannada]
    print(foods_uppercase)
    #2. Sum of Prices:
    #Create a dictionary of 5 items with their prices. Write a program that
    # calculates the total price of all items using a for loop.
    price_veggies = {120, 100, 30, 50, 60} #(Beens, Guaua, etc in blr)
    sum_veggies = 0
    for price in price_veggies:
    sum_veggies += price
    print("Total sum: ", sum_veggies)
    #3. List of Squares:
    #Create a list of numbers from 1 to 10. Use list comprehension to generate a list of their squares.
    numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
    square_numbers = [num **2 for num in numbers]
    print(square_numbers)
    # 4. Student Data Task:
    #Create a list of 3 dictionaries, where each dictionary contains the name, age, and marks of a student.
    # Loop through the list and print each student's information.
    student_1 = {"name": "Ragvendra", "age": 30, "marks": 30}
    student_2 = {"name": "Dhanashri", "age": 1, "marks": 60}
    student_3 = {"name": "Dia", "age": 25, "marks": 90}
    student_info = [student_1, student_2, student_3]
    for student in student_info:
    print(f"Name: {student['name']}, Age: {student['age']}, Marks: {student['marks']}")
    #Dictionary Comprehension:
    #Create a dictionary where the keys are Kannada cities, and the values are their populations.
    #Use dictionary comprehension to filter out cities with populations below 10 lakhs.
    city_population = { "Bengaluru": 141, "Mysuru": 11, "Mandya": 6}
    large_cities = {city: population for city, population in city_population.items() if population > 10}
    print(large_cities)

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

    Anna pls heli. Is college required? Like main college like sjce or nie if i complete my 12th and doo all the things stated by you like python, twitter, github. Is good clg important even after mastering in these pls heli bro ❤

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

    Print ("present") 🎉

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

    MCA road map

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

    Bro you are study in which year of engineering

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

    Sir please do c# programing language

  • @VaraLakshmi-wr7qu
    @VaraLakshmi-wr7qu 3 месяца назад

    Plzz do teaching on artificial intelligence

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

    Day 11 present✨

  • @HemanthS-k9b
    @HemanthS-k9b 3 месяца назад

    Bro still i how many videos will it take to complete the python course

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

    Present 😎 bro

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

    Present brooo❤

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

    Present bro❤❤❤

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

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

    Present 💝

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

    Bro within how much video u will finish python

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

    Different between runtime & development 😢??

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

    Anna edna navu kalitivi amele edna yeng project madodu aduna helkodi anna interview ali yeng questions barute python mele ed yela helkondi anna

  • @vageeshhiremath-bq8jf
    @vageeshhiremath-bq8jf 3 месяца назад

    Bro BMSIT cse or sit cs(aiml)

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

    Hat's off to you continuity brother🎉🎉🫡🫡🫡🫡🫡🫡🚀🚀🚀🚀🚀🚀🚀👏👏👏👏👏👏👏✨✨✨✨✨✨✨💯💯💯💯💯💯💯

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

    Present brother...Day 11

  • @SakshiShetty-i7s
    @SakshiShetty-i7s 3 месяца назад

    Present sir ❤

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

    Present bro❤

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

    Brother nam clg nalli hackathon conduct madthidare yav thara prepare aagbeku please helthira

  • @AmulyaAmmu-k5z
    @AmulyaAmmu-k5z 3 месяца назад

    Day 11❤

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

    LinkedIn bagge video madi from login inda post maduva tanaka

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

    Ond programming language na kalthadmele yeen maadbeku next antha heli bro

  • @JyothiJyothimc-i9u
    @JyothiJyothimc-i9u 3 месяца назад

    Day 11❤🥳

  • @chtxxx8055
    @chtxxx8055 3 месяца назад +4

    2nd year roadmap

    • @EngineeringinKannada
      @EngineeringinKannada  3 месяца назад +5

      I’m not finding time for that. Will soon do it 🙌

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

      1st year learn c program
      Learn programming language in java or c++ learn oops concepts
      2nd year learn dsa with java or c++
      Build project
      Practice dsa in leetcode,hackerank,greaksforgreaks
      3rd year internship
      Learn core subjects like os,cn,dbms,oops

    • @swarnashetty-uy1lm
      @swarnashetty-uy1lm 3 месяца назад

      Present sir... In my college they are giving placement training from 1st year itself... They had started aptitude questions I felt it very difficult.... Is it necessary to focus on aptitude from 1st year itself

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

      @@swarnashetty-uy1lm yes its come for campus placement first round its self aptitude you need to focus on it.

    • @swarnashetty-uy1lm
      @swarnashetty-uy1lm 3 месяца назад

      @@trendsgin8994 from first year itself 🙆

  • @ChinmayiChinmayi-u6s
    @ChinmayiChinmayi-u6s 3 месяца назад

    My 11 th cls bro🎉🎉

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

    Super bro hats off for your consistency keep going brother ❤️
    I have one doubt bro... I am 3rd year CSE student and I have 2 schemes
    Scheme A
    Students who do not secure two semester internship
    Students with backlog and without a backlog can take
    Scheme B
    Students who would like to pursue two semester internship
    Students without backlog and CGPA is 6.0 and more
    All subjects in the 1st to 4th semesters must have been passed on the first attempt
    take theory subject of 7th sem (as mentioned in circular) in 5th and 6th sem , remain PEC and OEC through MOOC
    Note: if student not able to pass theory subjects of 7th sem are not eligible to take Scheme B in final year and eligible for Scheme A
    Bro In your opinion which one is better? If I choose B In final year we dont have to attend the college, instead we can do a long internship for year.... Do you think its worth? And also is it hard?

  • @Dhanushmd-e3u
    @Dhanushmd-e3u 3 месяца назад

    present anna 😍

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

    Day 11🎉

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

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

    day 11🥰

  • @AnjaneyaNayak-m2k
    @AnjaneyaNayak-m2k 3 месяца назад

    ❤❤❤❤

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

    Day11✅

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

    Hi bro good evening

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

    ❤🙌

  • @RamakrishnaP-y9g
    @RamakrishnaP-y9g 3 месяца назад

    Bro in LinkedIn ale nim account sekthelaa

  • @SudhaSudhaRavi-b7m
    @SudhaSudhaRavi-b7m 3 месяца назад

    Lets do it

  • @RohanHC-e3g
    @RohanHC-e3g 3 месяца назад

    How to face collage society interview video

  • @Yashwanth_05-k1
    @Yashwanth_05-k1 3 месяца назад

    Bro nange while loops matra swalpa
    Difficult anstide 😢

  • @ManasaD-k6z
    @ManasaD-k6z 3 месяца назад

    Present😊

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

    ❤🎉

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

    Hi bro 🎉

  • @Trivenivenkatesh-g5n
    @Trivenivenkatesh-g5n 3 месяца назад

    Anna iga nam clg nalli C programme start madtidare Nan iga python 5 videos nodi kaltidini enu confusion agalva anna iga en madli anta gotagtillla

  • @KEERTHANAKS-t4e
    @KEERTHANAKS-t4e 3 месяца назад

    11th day present bro

  • @samith-n7y
    @samith-n7y 3 месяца назад +1

    Bro idu course est dindalli mugibovdu

  • @VarshaGt-k3x
    @VarshaGt-k3x 3 месяца назад +1

    Present anna

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

    python learning day 11

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

    Web programming heli kodi sir

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

    Present bro , naanu arts student naanu programming learn maadi job placement tugoo bahudaa please reply maadi already naanu while loop varagu perfect agidini. Enki swalp mistake agabahudu aste

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

    🤚

  • @SavitaG-p2r
    @SavitaG-p2r 3 месяца назад +1

    Present sir

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

    11

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

    Day11🎉🎉🎉🎉🚀🚀🚀🚀🚀🫡🫡🫡🫡🫡✨✨✨✨✨✨

  • @LavaKumar-ro7cb
    @LavaKumar-ro7cb 3 месяца назад

    Present Sir

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

    present

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

    thale olage hogo badlu thale mele hogtha ede.... 😉😉 adru bidala

  • @VishakhB-iw9qn
    @VishakhB-iw9qn 3 месяца назад

    Present bro

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

    #Day11 present
    Print ( "present")

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

    Bro nim old student

  • @ganganagouda-patil7
    @ganganagouda-patil7 3 месяца назад

    Present

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

    ❤‍🩹

  • @KiranKM-d4e
    @KiranKM-d4e Месяц назад

    Thanks bro ❤

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

    cse in sjce or aiml in BMS which is better

  • @jayanth.cjayanth3394
    @jayanth.cjayanth3394 3 месяца назад

    Present sir ❤❤❤❤❤

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

    Present 👍🏻

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

    Present anna❤

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

    Present sir❤

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

    🤚

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

    Present anna

  • @PrajwalAV-ck3ln
    @PrajwalAV-ck3ln 3 месяца назад

    Present bro

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

    Present sir

  • @karthikgowda-d9p
    @karthikgowda-d9p Месяц назад

    thank you bro

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

    Present bro ❤

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

    Present bro❤

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

    Present broo