Strings in Python | Python Tutorial - Day #11
Вставка
- Опубліковано 10 лют 2025
- Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master Python. This python tutorial for absolute beginners in Hindi series will focus on teaching you python concepts from the ground up.
Access the Playlist: • Python for Beginners (...
Link to the Repl: replit.com/@co...
Join Replit the browser-based IDE used in this course - join.replit.co...
►Checkout my English channel here: / @programmingwithharry
►Instagram: codewithharry
python, C, C++, Java, JavaScript and Other Cheetsheets [++]:
Playlist: • Coding CheatSheets 🧾 b...
►Learn in One Video[++]:
Python[15 Hr]: • Python Tutorial For Be...
Python Advance[3.5 Hr]: • Python Programming Cou...
Python[1 Hr]: • Learn Python In Hindi ...
Python[2 Hr]: • Python Tutorial In Hin...
Python[15 Min]: • 15 Minute Python Tutor...
JavaScript[1 Hr]: • JavaScript Tutorial
C[1.3 Hr]- • C Programming Tutorial...
php[1 Hr]: • Learn Php In One Video...
php[2.3 Hr]: • Php Tutorial for Begin...
php[Project]- • Login And Registration...
HTML[30 Min]: • HTML 5 Tutorial For Be...
CSS[8.5 Hr]: • CSS Tutorial In Hindi ...
CSS[1.4 Hr]: • CSS 3 Tutorial For Beg...
Wordpress[3.2 Hr]: • How To Make a WordPres...
Angular[2 Hr]: • Angular Tutorial in Hindi
Java[2.3 Hr]: • Java tutorial in hindi 🔥
Web Scraping[1 Hr]: • Web Scraping Tutorial ...
MongoDB[2 Hr]: • MongoDb Tutorial For B...
Numpy[1 Hr]: • Numpy Tutorial in Hindi
Android Dev[12 Hr]- • Android Development Tu...
Linux[1 Hr]: • Linux Tutorial For Beg...
JQuery[1.1 Hr]: • jQuery Tutorial For Be...
Git and GitHub[1.1 Hr]: • Git & GitHub Tutorial ...
►Complete course [playlist]:
React: • React Js Tutorials in ...
Python- • Python Tutorials For A...
OOP Python- • Object Oriented Progra...
Java: • Java Tutorials For Beg...
JavaScript- • JavaScript Tutorials I...
PHP- • PHP Tutorials in Hindi
C- • C Language Tutorials I...
C++- • C++ Tutorials In Hindi
Git & GitHub- • Git and GitHub Tutoria...
Android Dev- • Android Development Tu...
Python GUI- • Python GUI: Tkinter Tu...
Web Development- • Web Development Tutori...
Python Django: • Python Django Tutorial...
Projects Using HTML, CSS & Javascript- • Projects Using HTML, C...
Data Structure and Algo: • Data Structures and Al...
Follow Me On Social Media
►Website (created using Django Rest & Angular): www.codewithha...
►Facebook: / codewithharry
►Instagram: / codewithharry
Twitter: / codewithharry
Comment "#HarryBhai" if you read this 😉😉
Revision
1 - We can use ' ' ' to print 2 or more lines
2 - we can use escape sequence character \" to print ( " ) in string
3 - Programming language count numbers from 0 , for example:
Name = "Arsh"
Print (Name[0]) ,then output is A
Print (Name[1]) ,then output is R
Print (Name[2]) ,then output is S
Print (Name[3]) ,then output is H
4 - We can Also use LOOP
For Example , code - for character in Name:
Print (character)
Output : A
R
S
H
hello
Bro I think forward / nhi back \ use krte hain as a escape sequence character.
@@kidsgame9450 back is correct
Thanks for revision
Nice brother 😊
Code Backup Repository: github.com/CodeWithHarry/100-days-of-code-youtube
Bhai sare video wapas banao na iski tarah mtlb java, c, c++
Day 6
Apne """",,,,,""""" se coment bataya tha dono me kya difference hai
Brother harry is doing well,
I saw the time in his desktop,
it's 2-39 AM..
GREAT WORK...
Excellent
Brother ye subbah ka time Tahujud ka hoota hee is time insaan ziada fresh hoota hee aur kaam bhut ache SE kaar Patta hee
I never Skip the Video ads , i am not paying him , but i know if i skip the ads he will gets less amount , so i always keep the ads running so that i can support him . thx man for nice content
Nice idea
😶🌫
You are a real one for that :)
You love wasting time. UA-cam will love you.
bruh just buy premium
Day -11 Done Harry bhai .
11:50 pm PST .
Stay blessed Harry bhai . You're nothing but a man who is an ispiration for many CS students .
Love and Greetings from Pakistan for you Sir Haris Ali Khan
@@Dharmaik_Sanatanidimag chahiye
@@Dharmaik_Sanataniidhar hindu muslim karne aa gya
@@Sfarhan05nahi india Pakistan karne
@@Dharmaik_Sanatani BKL
@@Dharmaik_Sanatani woh banda seekhane aata hai , thoda Profesional
raho bhai ! 😶
Love you Harry Sir❤❤❤❤❤❤.Best python tutorial in the world. I am learning all the programming languages from you.
I liked your videos the content is good keep it up .
#conceptualpython
@@bhumisharma679 thanks
I have learned Python from your old Python playlist... It helped me a lot❤️
Love from Kolkata sir❤️
I fell in love with the way you teach, class 11/12 me padha tha python pr sb uppr se gya, today m studying again after years... and man you are genious..
Harry bhai u are the best teacher!
This free videos worth more than any paid course.
Oooo Bhai aik achi cheez Muft me mil rahi he to tujhe kia masla he?
Agar esa he to tu Pese de dia karna Bhai
Sir, aap ne bohot achhe se karvaya, thank you so much 😊🙏
Petition to make 100 days of code for C and C++
also JavaScript
@@suvrajitpanda3797 are bhai wo course 3 year purana hai issiliye naya course banane ke liya bol rha mai, waise me wahi course se C sikh rha hu, abi video no 60 pr hu
@@aadityarraj usko hi follow karo bhai 2 yr ka hua to kya Hua phir
C pe new vdo phir kya aaega
Sab to same 2 same he na kuch changes nhi hua he like for loop,if else ,and c main project itna nhi hota he to may be new vdo nhi aaega
@@suvrajitpanda3797 sahi bola bhai but python ke bhi to course tha na pehle se wo bhi 121 videos ka
issiliye bola
Pehle python sikhle
Hey Harry, i wrote my first code apart from Print("Hello world") after watching your day 11 video - here is my code -
string1="Hello"
a=input("Enter a charatcter from 'Hello' for which you want to find the index: ")
index_number = []
for index, char in enumerate(string1):
if char == a:
index_number.append(index)
if index_number:
print(f"The index of the character '{a}' is ", index_number)
else:
print(f"{a} is not found in the string - 'Hello'")
i just want to thanks you for teaching so nicely that even i wrote a code :)
keep up the good work!
This course is awesome 🔥🔥
Bhut accha lag rha h bhaiya.
Tarif me or kya bolu shabt ni hai.
Just Best ❤️❤️❤️❤️❤️❤️❤️❤️
i was thinking this how to completing daily one video with proper concept,subtitle, and posting possible withing 24 hour ... really am gratefull of harry bhai they are best teacher and friend in coding industry for all indian
day #11 completed
hope till the end i can get as much knowledge for the job
THIS COURSE IS AMAZING
Present Bhaiya #day11😀
Thank you so much sir..🙏😊
Always appreciate your hard work
Hey... how'd u put the pic of Harry 🙂😳🙄
It gets free when you join the channel.
Wait... channel join karne se kya facilities milti hai ....?
Day '11' Present sir , "today I'm learn (EOL) and using character"
Thankyou sir
Anyone noticed how hard harry bhai is working for us :
1. Making video at 2:40am in the night on Dec 8
2.Adding English subtitles in the video
3. Attractive video editing
4. Replit notes
5.auctual good Python Tutorial
6.checking insta
team rehti hai bhai
Aree waah Harry bhai Day 11 😆
Harry bhai you are the gem of our Indian coding Industry ❤❤
❤❤
Hmare programming teacher (bhaiya),wo bhi ground to earth☺☺
print("Love You Bhaiya")
Bro really appreciate your work, but it's a request to you, if you may make a free course of data science or data analytics, for job perspective, please make it, i really need it, i request to you only because your way of teaching is different and unique from others and intresting apart from this i gain lots of knowledge from you. You know the upcoming era is for data science and new opportunities open for youths, if you made a course on that it would help and save upcoming youths life, also they become self dependent in their early 20s. Thank you for everything you give or do for today's generation.❤️
kitna maska lagaya bc
Good evening Harry bhaiya 🤗🤗
this course is really very amazing n intrested also ......I keep waiting for the next video thank you so much @Harry bhai ❣
thanks and present you are just making it much easier you are awesome i will not skip the ads ny longer
Day 11 Present Sir , I learnt a new thing from today's video which is the full form of EOL ( End of line ) .. Thanks Harry Bhai 🔥🔥🙌🙌
Do you know what it's called in C language??
@@Priyangshu_Majumder_18 I didn't know honestly earlier , but after seeing your comment I did google - & it is also called same in C - EOL ( end of line ) , EOF ( End of File ) ...
Thank you Harry Bhai
00:02 Exploring additional ways of creating strings in Python.
01:22 Strings are sequences of textual data, created using double or single quotes.
02:46 Using escape sequence characters to include double quotes in a string
04:05 Python string literals and error handling
05:40 Python strings can be easily manipulated and accessed using indexing.
07:07 Strings in Python are like an array of characters, representing a collection of items.
08:41 Using for loops with strings in Python
10:11 Loops help in processing characters of a string one by one.
Watched 💫
Thanks 😊
Day 3
Harry sir aap replit me explanation and definition with examples mat Diya Karo kyuki access karne me problem hota hai
Bro you deserve all the subscribers. Keep it up❤ 💯
Hello sir Koi bhi course start bilkul lession by lession kare plzzz
Learning something new from the old materials...!!
I am from commerce background.. but I am joining this series and it's help me alotttt..!! To understand everything from being with different backgrounds.. thanks alotttt.. ❤❤ and I will learn everything from you😊❤
pagal
Thank you bhaiya for such a great python series😃😃😃
I have learnt a lot from you sir!
Keep Growing ❤️❤️
Literally true
Majja aa raha hai course me
Haary Bhai 100daysofcode ke baad full stack web development ke videos lao
Day 11, done.
1 bat or Harry bhai kya Shubham or Lovish apk asal my friends han? ku k ap maximam videos ma yahi 2 name use krty han. 🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🥰🥰🥰🥰🥰🥰🥰🥰
You are the best toutor across UA-cam : stayblessed Harry bhai apki struggle ki kadr krni chaheay sb ko or baki UA-camrs sy 4 pasy zada apko milny chaheayn😜😜
Love You Harry bhai LoveYou so Much
Waiting of day 50
For good level programming☺
Kis kis. Ke pass computer / laptop nhi hai
damn
Mere pss
Mere pass
Gareeb
Bhai mobile python coding ke apps he
Bhai bohot he sahi padate ho aap...
#HarryBhai 😃
hey bro i am on the day 11 of my 100 days challenge on the day 1 and is motivated to complete the 30 videos in just oone sitting and bro you and your videos are really awesome and i am not just skipping the videos but i am grasping all the knowledge and is till here thank you bhai a lot.
First view felling fun 100 days of code
Day #11.Thank you for your video.
Day3 of #100DaysOfCode. In this video 11, I learned about strings in Python, which are text sequences enclosed in single or double quotes. I discovered how to create multiline strings using triple quotes, access characters with indices, and iterate through a string's characters using a for loop to perform tasks or print them.
Thank You Harry Bhaiya.
yeah nobody asked you
Yes I learn JavaScript course of your channel
Day 12 course also revealed 😉
Yeah string Methods
youtube.com/@multilearn2204?sub_confirmation=1
.__dict__)
File "", line 14, in
NameError: name 'character' is not defined isko phone mai kasa thik karna hai samjha nai raha hai plzz help
Day 11 completed 😊
2024 button❤
Very Helpful
Java ke baad python bhaut assan ho jata ha Harry bhaiya
harry bhai apne to hila diya....
wow nice explanation!!!!!
Thank you harry bhai ap rat ko time likal ke
Hamare liye video Banate ho
thank you
literally I'm addicted on this intro
😍😍
I like it yar ap bhot acha samjata ho bhi
ur videos always help me in learning languages u r aussome
Thanks
U r great man
Love u from 2019👋👋
day 11 done 🙂
Sir ap bohat he Acha parhaty hn mashallah se Allah apko hamesha khush rakhy
Day 11 is also completed Harry bhai love you
🙋♂present sir
best teacher ever for coding
Good sir g❤❤❤
thanks for this lecture😊
00:02 Exploring additional ways of creating strings in Python.
01:22 Strings are sequences of textual data, created using double or single quotes.
02:46 Using escape sequence characters to include double quotes in a string
04:05 Python string literals and error handling
05:40 Python strings can be easily manipulated and accessed using indexing.
07:07 Strings in Python are like an array of characters, representing a collection of items.
08:41 Using for loops with strings in Python
10:11 Loops help in processing characters of a string one by one.
Crafted by Merlin AI.
bro, I am vaibhav ..... That animation in the This is ultimate course wala is toooooo good .....I never skip it
I am present!
bro and with full potential we will finish this course in the next two months!
In this video I learned about strings , what is concatenation of string , how to write multi line strings by using ' ' ' then how can we access each element of the string also known as indexing then loop through the entire string and printing all the characters sequentially and in yesterday's video I got to know about input function and typecasting
Harry bhai did you made this video during late night 👍👍👍👍👍SALUTE MAN
Thanks harry sir your teaching method is good
day 11 complete harry thanks a lot bro
Watching this on 11th of Jan, I already know C and I knew about loops :)
Day 11 once again we are here
Python is 😃👍
bhai aap jo intro dete ho ussme hi saara time chala jata hai
Thanku sir♥️♥️♥️
Bhai ye jo photo lagai Hain na bdi mst hai👌🏻
done till 11 will complete the whole playlist
I am very thankful to you.
Day 11 done 🎉🎉🎉
learning day by day thanks
Present Harry bhaiya
Thanks harry bhaiya🤗
Bro you deserve all the subscribers. Keep it up❤
awesome video
Sir ek question hai
Hum user se ek string input lenge and fir uss string ke sare character word by word or alphabet way mai print hoo
Like thia
Input amazon
Output is
a=2
n=1
O=1
Z=1
m=1
Excellent harry
Present Sir, its my 11th day of your Python class
Day #11 done!
🙌🙌 Best teacher I found. Thankyou 🙌
Thank u very much for this course Harry bhaiya 😊
Awesome
Amazing sir g
Day 11 ✅✅