Strings in Python | Python Tutorial - Day #11

preview_player
Показать описание
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.

python, C, C++, Java, JavaScript and Other Cheetsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

Kis kis. Ke pass computer / laptop nhi hai

fgsahil
Автор

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

arshmalik
Автор

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

RajaKumar-rqfh
Автор

Petition to make 100 days of code for C and C++

aadityarraj
Автор

Brother harry is doing well,
I saw the time in his desktop,
it's 2-39 AM..
GREAT WORK...

parth_jolapara
Автор

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

amituknow
Автор

Harry bhai you are the gem of our Indian coding Industry ❤❤

loading
Автор

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

owaisnadeem
Автор

I have learned Python from your old Python playlist... It helped me a lot❤️
Love from Kolkata sir❤️

aritraadhikary
Автор

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!

PriyaKumariMishra-zzok
Автор

Love you Harry Sir❤❤❤❤❤❤.Best python tutorial in the world. I am learning all the programming languages from you.

DsComputerWorld
Автор

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.

_shaan
Автор

Day '11' Present sir, "today I'm learn (EOL) and using character"
Thankyou sir

arjunrana
Автор

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 🔥🔥🙌🙌

Kuch_Bhi-lets_explore_it
Автор

day #11 completed
hope till the end i can get as much knowledge for the job

theguess
Автор

Thumbnail ki photo bdi hi khatrnaak hai 🔥😎 Harry Bhyia ki 🤣

shivangikeshari
Автор

Harry bhai u are the best teacher!
This free videos worth more than any paid course.

omyadav_
Автор

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.❤️

teerthendra
Автор

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..

NehaThakur-sxqc
Автор

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😊❤

knowledgemania