Python in Kannada - String Data Type | Access and Manipulation | Full Course for Beginners - # 3b

preview_player
Показать описание
Welcome to the next video of the Python Full Course for Beginners in Kannada! Through this series on Engineering in Kannada, I'm teaching Python from scratch in Kannada to help you build a strong foundation.

Strings are one of the most commonly used data types in Python and essential for handling text-based data. In this video, I will explain all the concepts in Kannada so that you can easily follow along.

✨ RESOURCES ✨

✨ JOIN OUR COMMUNITY ✨
2. Use links in Instagram account Bio to get access to WhatsApp and Telegram community

✨ TIMESTAMPS ✨
Introduction - 00:00
String Manipulation - 1:50
Concatenation and Repetition - 2:20
String Methods - 6:02
Length of String - 14:15
Accessing string characters - 15:55
String Slicing - 20:15
Escape sequences - 29:22

Thanks for Watching!

#pythonkannada #engineeringinkannada #fullcourse #python #programming #codinginkannada
Рекомендации по теме
Комментарии
Автор

Lecture 3B done ✅ One thing I highly recommend to everyone is to make sure you complete the homework. It's the most important part of the course—just watching the lectures won't be enough to truly learn.

Deepak.Yaliwal
Автор

4:39 'Warning! ' ×100 ❌
'Learn' ×10000 ✅

govilkgowda
Автор

Done with home work, learnt a lot today thank you anna

deekshitha-
Автор

Bro I'm in third year engineering I started with this course I don't know how to develop my skills and how to crack a job I just wasted 2 years now I'm scared... After watching your videos I get it I'm really interested I want to achive something plz suggest me what should I learn where should I start and plz make a video for 3rd year students how to develop their skills to get a good job...

Malnad_hudgi
Автор

present bro classes are i am ece student sill in councelling but watching it for better knowledge

thomasshelby-dgjq
Автор

Its mind blowing everone can understand it super sir

SoudriKiran
Автор

Present anna ....we understand all the sections very clearly

HemaSR-hkyb
Автор

I am present
I will complete this course
Next DSA heli kodi

Shruti
Автор

Waiting for ur video and for u to upload brother ❤

iicon
Автор

quality content felt like kunal kushwaha in explaining top level bro hinge barta irli 🙏

amanoj
Автор

Nice . Can you also do video's of JavaScript in kannada

ashwiniv
Автор

Sir present sir lecture 3B completed successfully 🎉❤

madangenfhdfjkdmmbf
Автор

homework
Q1 :
name = input("enter your name: ")
age = int(input("enter your age: "))

print("hai, "+ name+"! you are "+str(age)+"years old.")

print(f"hai, {name}! you are {age} years old. ")


Q2 :
text = input("enter any sentence: ")

print(text.upper())
print(text.lower())
print(text.replace(" ", "_"))
print(text.strip())

Q3 :
text = input("enter any sentence: ")
nospace = text.replace(" ", "")
print(len(nospace))

Q4:
print("hello\n \t world \n this is a backslash:\\")

sacred_rayy
Автор

I am a older newby 😅

Seriously, this is what Chandan expects in return. I kept trying and experimenting while watching (and pausing) videos

See my screen shot

RameshaShimoga
Автор

Bro please make a video on free lancing and how to post our practice in GitHub

RishiKYadav-yc
Автор

Sir, please make video on what are the programming languages are required to participate and win the hackthon.
And also share information about, in one team how can we distribute topics for frontend and backend development.
Sir, please make a detailed video on hackthon.
Because in next month i am going to participate in hackthon so it is a necessary video for me.
This is my first hackthon, i dont have idea about this

RAKSHITHAP-xhju
Автор

the class was awesome bro❤, if possible upload classes daily its my request bro, waiting for next video😊

googlyappu
Автор

Tq for this useful classes please don't stop this bro

Kiddysbreaktime
Автор

Soooo useful your gem to us❤ thanks annaa

Disha-dujc
Автор

3)S=input("Enter a string: ")
C=len(S.replace(" ", ""))
print("Number of characters(excluding spaces):", str(C))

SharanyaTS