#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)
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 ❤
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
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
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?
Middle class guys hope❤ u
Means a lot. All the best!
After seeing your video iam getting python knowledge very well, and request you to continue teaching us continuously "Anna"❤
I am present
Your passion for teaching shines through in everything you do....Guru❤
Great video , finally understood those fancy lines of codes (comprehension)
Glad it helped!
Present anna ... practicing python...and getting the grace of coding... tq anna
Bro yesterday cls very interesting bro
i watced more than 5+ times this playlist to understand loops concept
such a wonderful topics... Just a amazing your way of teaching... Thank you so much
Thanks and welcome!!
Present bro
Thanks to teaching us patiently.
Ur teaching skills are next level 👏👏
Thanks ❤️
Explanation is just amazing bro 👏 really very very understandable. Thank you so much bro❤
Thanks and welcome 🤗
The classes are switching to difficult mode , but thank u so much for the nice explanation ❤, waiting for next class 😊
You're welcome 😊
Yes bruh last you are only a hope for me
Attendance
Video was good bro
Thanks!
Super bro👏👏
Bro nivu coding round alli yav language use madkondu DSA Solve maddri...
Thank you bro ❤️
What is difference between return and print??
Present guru
cse in sjce or aiml in BMS which is better
Bro do videos on java....pls🙏
anna use word wrap in vs code it will be easier
#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)
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 ❤
Print ("present") 🎉
MCA road map
Bro you are study in which year of engineering
Sir please do c# programing language
Plzz do teaching on artificial intelligence
Day 11 present✨
Bro still i how many videos will it take to complete the python course
Present 😎 bro
Present brooo❤
Present bro❤❤❤
❤
Present 💝
Bro within how much video u will finish python
Different between runtime & development 😢??
Anna edna navu kalitivi amele edna yeng project madodu aduna helkodi anna interview ali yeng questions barute python mele ed yela helkondi anna
Yes yess
Bro BMSIT cse or sit cs(aiml)
Hat's off to you continuity brother🎉🎉🫡🫡🫡🫡🫡🫡🚀🚀🚀🚀🚀🚀🚀👏👏👏👏👏👏👏✨✨✨✨✨✨✨💯💯💯💯💯💯💯
Thank you ❤️
Present brother...Day 11
Present sir ❤
Present bro❤
Brother nam clg nalli hackathon conduct madthidare yav thara prepare aagbeku please helthira
Day 11❤
LinkedIn bagge video madi from login inda post maduva tanaka
Ond programming language na kalthadmele yeen maadbeku next antha heli bro
Day 11❤🥳
2nd year roadmap
I’m not finding time for that. Will soon do it 🙌
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
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
@@swarnashetty-uy1lm yes its come for campus placement first round its self aptitude you need to focus on it.
@@trendsgin8994 from first year itself 🙆
My 11 th cls bro🎉🎉
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?
B
present anna 😍
Day 11🎉
✌
day 11🥰
❤❤❤❤
Day11✅
Hi bro good evening
❤🙌
Bro in LinkedIn ale nim account sekthelaa
Lets do it
How to face collage society interview video
Bro nange while loops matra swalpa
Difficult anstide 😢
Present😊
❤🎉
Hi bro 🎉
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
11th day present bro
Bro idu course est dindalli mugibovdu
Present anna
python learning day 11
Web programming heli kodi sir
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
Yes you can
🤚
Present sir
11
Day11🎉🎉🎉🎉🚀🚀🚀🚀🚀🫡🫡🫡🫡🫡✨✨✨✨✨✨
Present Sir
present
thale olage hogo badlu thale mele hogtha ede.... 😉😉 adru bidala
Super 🔥🔥
Present bro
#Day11 present
Print ( "present")
Bro nim old student
Hii 👋
@EngineeringinKannada hi bro , nice to meet you and you're doing a excellent job
Bro
Present
❤🩹
Thanks bro ❤
cse in sjce or aiml in BMS which is better
Present sir ❤❤❤❤❤
Present 👍🏻
Present anna❤
Present sir❤
🤚
Present anna
Present bro
Present sir
thank you bro
❤
Present bro ❤
Present bro❤
Present broo