String Methods in Python | Python Tutorial - Day #13

  Рет қаралды 813,143

CodeWithHarry

CodeWithHarry

Жыл бұрын

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/@codewithharry/13-...
Join Replit the browser-based IDE used in this course - join.replit.com/code-with-har...
►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.codewithharry.com
►Facebook: / codewithharry
►Instagram: / codewithharry
Twitter: / codewithharry
Comment "#HarryBhai" if you read this 😉😉

Пікірлер: 1 000
@CodeWithHarry
@CodeWithHarry Жыл бұрын
Instagram (for those who want to mention, I will try to mention everyone back): instagram.com/codewithharry/
@gopiazad677
@gopiazad677 Жыл бұрын
Thank you sir
@hayat-afridi
@hayat-afridi Жыл бұрын
Okay Sir thank you❤
@maheshwarupadhyay3415
@maheshwarupadhyay3415 Жыл бұрын
Love you #harrybhai
@maheshwarupadhyay3415
@maheshwarupadhyay3415 Жыл бұрын
Love you #harrybhai
@maheshwarupadhyay3415
@maheshwarupadhyay3415 Жыл бұрын
Fork repell was so important
@sohailnawaz186
@sohailnawaz186 Жыл бұрын
1. strings are immutable. 2. any method on string takes a copy of the object. 3.string.upper will convert the string to an upper case 4.string.lower will convert the string to lower case 5. string.rstrip("character") will strip the trailing characters of string 6.string.replace("character/alphabets", new character/alphabets") will replace the existing specified alphabets in string with new ones 7. string.split splits the string at the given alphabet and returns a list of items 8.string.capitalize capitalizes the first character of the word and turns rest all the characters to lower case 9.string.center center aligns the string by adding the number of spaces mentioned in parenthesis 10. string.count counts the total number of a particular set of characters in a string 11. string.endswith checks whether a string ends with the specific characters 12.string.find finds the first occurrence of a given value and return the index value of the position of that occurrence 13.string.index finds the occurrence of a given value and returns the index value of the position however, if it is unable to find it will give an error causing the program to exit 14.string.isalnum checks to find if string is alphanumeric and returns true or false 15.string.isalpha checks if there are any numbers in the string 16.string.islower checks if there are only lower aphabets in the string 17. string.isprintable checks if all the characters are printable in the string(non printable characters e.g ) 18 string.isspace checks if any space bar has been used in the string 19.string.istitle The istitile() returns True only if the first letter of each word of the string is capitalized, else 20. string.isupper checks if all characters are uppercase in a string 21. string.startswith checks if a string starts with a given value 22. string.swapcase convert uppercase to lowercase and vice versa in a string 23.string.title converts first character of all the words in the sentence to capital
@programmershourya
@programmershourya Жыл бұрын
Thnks v.much
@Informize
@Informize Жыл бұрын
Time kaha se mila
@rajmadheshiya8340
@rajmadheshiya8340 Жыл бұрын
Thankyou very much brother , I was making the notes of all lectures . And this helped me a lot .
@pinkijha5320
@pinkijha5320 Жыл бұрын
does the replace method change original string as harry said strings are immutable
@sohailnawaz1811
@sohailnawaz1811 Жыл бұрын
@@pinkijha5320 No. it creates a new copy of the object with the replaced words.Cheers
@HashimKhan-mt6pp
@HashimKhan-mt6pp Жыл бұрын
Ready with Harry bhai.... For day 13 It is the first time when I stood constant with any series on youtube or Netflix.... Salute to Harry bhai...
@lenovopc9777
@lenovopc9777 Жыл бұрын
bro same line ko copy krny ka shortcut kya ha
@shivamawasthi765
@shivamawasthi765 Жыл бұрын
@@lenovopc9777 shift + alt + down key
@PROGRAMMER_CODER
@PROGRAMMER_CODER Жыл бұрын
@@shivamawasthi765 ctrl+d
@Kumar-he7ey
@Kumar-he7ey Жыл бұрын
@@lenovopc9777 for copy= ctrl+c and for paste=ctrl+v
@derpgaming9365
@derpgaming9365 Жыл бұрын
ctrl+d or alt+shift+down key
@CodeWithHarry
@CodeWithHarry 11 ай бұрын
Code Backup Repository: github.com/CodeWithHarry/100-days-of-code-youtube
@khansaqayyum1865
@khansaqayyum1865 10 ай бұрын
sir is this also use in hacking plz plz tell
@KarachiKaBanda
@KarachiKaBanda 10 ай бұрын
you forgot () in strip code here the right code , i hope this will help you wrong : print(str2.strip) right : print(str2.strip()) #HarryBhai #codewithharry @CodeWithHarry
@Allround876
@Allround876 10 ай бұрын
Harry bhaiyya aap ka python wala T-sirt kaha se purchase kiya hai please batado
@tinkeshnikhare4028
@tinkeshnikhare4028 Жыл бұрын
Very best channels for study all programming langauge
@swapneel9276
@swapneel9276 Жыл бұрын
English Sikh le
@apnipathshala7866
@apnipathshala7866 Жыл бұрын
@@swapneel9276 🤣😂😂🤣😂
@yesdaddy7220
@yesdaddy7220 Жыл бұрын
@@swapneel9276 bhai ko confuse mat karo, python language ke baad English language bhi seekh lega🗿
@ff_hr
@ff_hr Жыл бұрын
@@swapneel9276" Channels = channel / platform " ," for = to " , "study= learn", " All = any (is best ) " , " language = languages"
@shuvamghosh7692
@shuvamghosh7692 Жыл бұрын
​@@ff_hrbhai kya kar rha hai ,padhle
@FaceSenseAustralia
@FaceSenseAustralia 10 ай бұрын
Here are few more string methods which may be useful to someone: 1. casefold(): similar to lower() but more aggressive and strong. 2. encode(): return a encoded version of a string. 3. format(): format specific values inside the string.
@mohammadhuzaifaansari9115
@mohammadhuzaifaansari9115 Күн бұрын
Mobile phone me coding karne walo ke jazbe ko dil se salam. ❤️‍🔥🤝 don't give up keep trying
@-PShreyanshKarna
@-PShreyanshKarna Жыл бұрын
Note: If you are going though sentences , it counts space too. (for string slicing)
@Meet_dhruv
@Meet_dhruv 6 ай бұрын
that is why i was confused in the previous exercise
@bhau1843
@bhau1843 7 ай бұрын
1-- upper() 2-- lower() 3-- rstrip() 4-- replace("find","replace") 5-- split (" ") 6-- capitalize() 7-- center() 8-- count() 9-- endswith() 10-- find() 11-- index() 12-- isalnum() 13-- isalpha() 14-- islower() 15-- isprintable() 16-- isspace() 17-- istitle() 18--startswith() 19-- swapcase() 20-- title()
@Sibivlogs99
@Sibivlogs99 17 күн бұрын
Hey bro Can you asked me that how (find) and (index) work in python
@shubhamharale16
@shubhamharale16 10 күн бұрын
@@Sibivlogs99 I think in python find will return a bool value where a particular given element is present on the another hand index will return the particular index in which element is present
@shubhamaswal7481
@shubhamaswal7481 9 күн бұрын
bro there is another string method name lstrip() which strip the string from left side
@yashwantsingh6209
@yashwantsingh6209 Жыл бұрын
'rstrip' function strips the character from right side and there is another command 'lstrips' which strips the character from left side and 'strip' function strips the character from anyside of the string
@yuktikoli9118
@yuktikoli9118 Жыл бұрын
woah thankyou so much
@user-fd3hd3gx9m
@user-fd3hd3gx9m 4 ай бұрын
bhai lekin kewal strip function lgane se eclamation mark na to right me lagega n to left me
@dwarakeshsrao2967
@dwarakeshsrao2967 9 ай бұрын
Man hats off, u r teaching for free and in a good quality too
@fatimaiqra2169
@fatimaiqra2169 10 ай бұрын
I am not able to find words to thank you for your kind efforts in teaching us very deeply .....thank u so much....jazak Allah😊
@mahfuzurrahman917
@mahfuzurrahman917 8 ай бұрын
Masha allah, May Allah bless u with hidayah and peaceful life in this world and also with ..."(Jannatul Ferdous)"...in the Akhirah Ameen
@badalsahoo3902
@badalsahoo3902 Жыл бұрын
mei to , harry bhai like karne ke liya aata hun , aur like kar ke chala jata hun, apke channel se java sikh raha hun ab, aur mera excitement badh raha he, apke channel se me sab sikhunga future mein.🙂👍🏻👍🏻👍🏻
@abubakartaufiq6065
@abubakartaufiq6065 11 ай бұрын
Great teaching done by you. Full hats off to you
@Limitless_Dream_Motivation
@Limitless_Dream_Motivation 11 ай бұрын
Thank you Harry Bhai I was very confuse before this video on how i can get access to you repels but from now i can easily access your repels.
@f_a_d_y8806
@f_a_d_y8806 Жыл бұрын
better than money hiest series...😂😂 #day-13 vikash dhakad present sir
@dankrevvo
@dankrevvo 8 ай бұрын
I have Python in my syllabus,I'm in 8th grade,I discovered this playlist a while ago ,at first i decided to learn as much in my syllabus but after watching a few tutorials,I fell in love with Python and the teaching skills of CodeWithHarry sir and I am eager to learn more and complete this playlist.Thank you so much sir❤❤
@DevVerma-ry5th
@DevVerma-ry5th 8 ай бұрын
Which board ??
@voiceovervault
@voiceovervault 6 ай бұрын
I'm in 6
@jeitce
@jeitce 4 ай бұрын
me also in 8th
@learn_ai_with_us
@learn_ai_with_us Жыл бұрын
Thanks, * Harry* for defining these string methods...I was stuck in one code for one week...due to this tutorial, I finally did it...
@ratndeepparmar6217
@ratndeepparmar6217 5 ай бұрын
Mind blowing explanation of each and every points sir.. Teaching technique is really a best and understandable..
@T.Akshay_Pratap_Singh
@T.Akshay_Pratap_Singh 11 ай бұрын
# converting string into uppercase note: strings are immutable a = "Harry" print(len(a)) print(a.upper()) print(a.lower()) # one more example of upper() and lower() functions str1 = "AbcDEfghIJ" print(str1.upper()) print(str1.lower()) # using strip() function we can remove white spaces before and after string str2 = " Silver Spoon " print(str2.strip()) # rstrip() function used to remove any trailing characters str3 = "Hello !!!" print(str3.rstrip("!")) # replace() method using which we can replace all occurences of string with another string str2 = "Silver Spoon" print(str2.replace("Sp", "m")) # split() method splits the given string at the specified instance and returns the separated strings as list items. str2 = "Silver Spoon" print(str2.split(" ")) # capitalize() method is used to turn first character of string into uppercase and rest into lower case str1 = "hello" capStr1 = str1.capitalize() print(capStr1) str2 = "hello World" capStr2 = str2.capitalize() print(capStr2) # using center() method to align the string to the center str1 = "Welcome to the Console!!!" print(str1.center(50)) # another example of center() method str1 = "Welcome to the Console!!!" print(str1.center(50, ".")) # count() method returns the number of times the given value has occured within the given string str2 = "Abracadabra" countStr = str2.count("a") print(countStr) # endswith() method checks if the string ends with a given value. If yes then return True, else return False. str1 = "Welcome to the Console !!!" print(str1.endswith("Console !!!")) # another example of endswith() checking for a value in between the string by providing start and end index positions. print(str1.endswith("to", 4, 10)) # find() method searches for the first occurrence of the given value and returns the index where it is present. If given value is absent from the string then return -1. str1 = "He's name is Dan. He is an honest man." print(str1.find("is")) print(str1.find("Daniel")) # index() method searches for the first occurrence of the given value and returns the index where it is present. If given value is absent from the string then raise an exception. str1 = "He's name is Dan. Dan is an honest man." print(str1.index("Dan")) # print(str1.index("Daniel")) # this will show a value error # isalnum() method returns True only if the entire string only consists of A-Z, a-z, 0-9. If any other characters or punctuations are present, then it returns false. str1 = "WelcometoTheConsole" print(str1.isalnum()) # isalpha() method returns True only if the entire string only consists of A-Z, a-z. If any other characters or punctuations or numbers(0-9) are present, then it returns false. str1 = "Welcome" print(str1.isalpha()) # islower() method returns True if all the characters in the string are lower case, else it returns false. str1 = "hello world" print(str1.islower()) # isprintable() method returns True if all the values within given string are printable, if not, then return False. str1 = "We wish you a Merry Christmas" print(str1.isprintable()) str1 = "We wish you a Merry Christmas " print(str1.isprintable()) # this will return False # isspace() method returns True only and only if the string contains white spaces, else returns False. str1 = " " # using spacebar print(str1.isspace()) str2 = " " # using Tab print(str1.isspace()) # istitle() method returns True only if the first letter of each word of the string is capitalized, else it returns False str1 = "World Health Organization" print(str1.istitle()) str2 = "To kill a Mocking bird" print(str2.istitle()) # isupper() method returns Ture if all the characters in the string are upper case, else it returns False. str1 = "WORLD HEALTH ORGANIZATION" print(str1.isupper()) # startswith() method checks if the string starts with a given value. If yes then return True, else return False. str1 = "Python is a Interpreted Language" print(str1.startswith("Python")) # swapcase() method changes the character casing of the string. Upper case are converted to lower case and lower case to upper case. str1 = "Python is a Interpreted Language" print(str1.swapcase()) # title() method capitalizes first letter of each word within the string str1 = "He's name is Dan. Dan is an honest man" print(str1.title())
@WaizBilal-fz3bz
@WaizBilal-fz3bz Жыл бұрын
Thank You sir for this course.
@bibek-bhujel
@bibek-bhujel Жыл бұрын
studied java in previous sem and got to this, all the methods are quite easier to me. Its fun. I had tried to learn from this series previously too, but I got too confused, but coming after learning java, python feels a little easier as of day 13
@ayushsahu632
@ayushsahu632 Жыл бұрын
jo bhi doubt aate hai wo aap apne videos mein include kar lete hun..thanks a lot sir
@abdullah_771
@abdullah_771 Жыл бұрын
Bahut hi khubsoorat.. tarike se course banaya hai sab kuchh top notch hai
@TECHWIZARD137
@TECHWIZARD137 Жыл бұрын
08:41 Bro you made things complex as you just printed the length of str1.center(50) center function centers the string from both ends of the string For instance: You should give the example like this: name = "Harry" print(name.center(9), end=",") # you can use any symbol instead of comma This will be a good and unambiguous example. This will show that 9-5=4 and 2 spaces will be given to start of the string and 2 at last and at the end of all comma will be printed. I hope you will consider my suggestion. I said it because my 2 friends are also watching the playlist and their concept was not cleared about center function.
@SS-ds9lg
@SS-ds9lg Жыл бұрын
name = "Tech Tech Wizard" print(name.split("T")) Answer: ['', 'ech ', 'ech Wizard'] isme single quotes kyu aa rahi 2 start me?
@SS-ds9lg
@SS-ds9lg Жыл бұрын
one more question- name = "Harry" print(name.center(9), end=",") isme agar mujhe dekhna hai ki index [2] pe konsa character hai to kya code hoga, index access ka general code ye hota hai ki print(string[2]), but yahan string ki jagah kya likhna hoga agar ye code use kru to
@enternamedot
@enternamedot Жыл бұрын
@@SS-ds9lg string~name
@pratikk7075
@pratikk7075 3 ай бұрын
I was going through comments to see about the center. Thank you very much for this one.
@vivelafootball4835
@vivelafootball4835 Жыл бұрын
Harry bhaiya, I am late but speeding up and learning fast with your great explaination...we are lucky to have a teacher like you...Thank you😃
@lokesh6828
@lokesh6828 8 ай бұрын
Feeling strong and determined. Thanks for this series
@adarsh_endeavour
@adarsh_endeavour Жыл бұрын
Bhiya How much you are doing for Us that is such so caring❤❤We love you and your work.
@thomasshelby4946
@thomasshelby4946 Жыл бұрын
you are a brillient youtuber bro i feel like my own brother teaching me how to code. love your content......🥰🥰🥰🥰
@vivek29925
@vivek29925 Жыл бұрын
Thank you so much Harry Bro for the knowledge you are sharing❤
@arghyadeepkundu5664
@arghyadeepkundu5664 Жыл бұрын
the videos are becoming more and more interesting
@Fineartdrawings
@Fineartdrawings 13 күн бұрын
thanku harry sir for your important and learning books
@anitagul6800
@anitagul6800 Жыл бұрын
Your way of teaching is just awesome
@sarthakrastogi8622
@sarthakrastogi8622 Жыл бұрын
Harry Bhai please DSA in Java ki playlist banado
@-ECE-KUMARSHANU
@-ECE-KUMARSHANU 10 ай бұрын
you are the best teacher to whome every one can conect
@user-jp9rz2me1u
@user-jp9rz2me1u 4 ай бұрын
Alhamdullilah in day 13 in one day.Insha Allah I will finish it in one week
@Kuch_Bhi-lets_explore_it
@Kuch_Bhi-lets_explore_it Жыл бұрын
Amazing Video learnt alott and enjoy alott 🔥🔥
@kunalgurav8194
@kunalgurav8194 Жыл бұрын
str = "This is day 12 of thie series was completed!" str = str.replace("12", "13") print(str)
@alirazajafri6092
@alirazajafri6092 Жыл бұрын
Moj Kara di londay...
@sayamvatsa6113
@sayamvatsa6113 Жыл бұрын
Clever!!
@reelforrooler
@reelforrooler Жыл бұрын
It's so good Harry bhai ❤️❤️❤️❤️❤️💫I try to make my self as you
@prasadtakate9302
@prasadtakate9302 5 ай бұрын
in addition to rstrip there we can use lstrp("") which remove left character and strip() which remove both left and right side character
@debasishbesra2901
@debasishbesra2901 Жыл бұрын
Day3 of #100DaysOfCode. Today in this video13, I learned about various string methods in Python, such as upper(), lower(), strip(), replace(), split(), and many others. These methods will help me manipulate strings effectively, such as changing character casing, aligning text, counting occurrences, and checking specific conditions within strings. Thank You Harry Bhaiya.
@MustafaAhmed-xk4mf
@MustafaAhmed-xk4mf 9 ай бұрын
Bro, do I have to learn all the string methods in Python?
@Meet_dhruv
@Meet_dhruv 6 ай бұрын
@@MustafaAhmed-xk4mf same question
@arpankarmakar15
@arpankarmakar15 Жыл бұрын
Present on #Day13 (11-Dec-22). Harry bhai you're really taking this course on a next level! Your older tutorials didn't contain so many methods. Thank you for your efforts.
@aadisingh8742
@aadisingh8742 11 ай бұрын
Hey buddy. Did you finish that course??
@arpankarmakar15
@arpankarmakar15 11 ай бұрын
@@aadisingh8742 yeah but now heavily burdened due to studies
@aadisingh8742
@aadisingh8742 11 ай бұрын
@@arpankarmakar15 what are you doing currently
@aadisingh8742
@aadisingh8742 11 ай бұрын
@@arpankarmakar15 did you get any benigit from that course. ?
@arpankarmakar15
@arpankarmakar15 11 ай бұрын
@@aadisingh8742 yeah learnt a lot of new things from that course and also made a few custom projects, but nowadays I've to focus on studies more because of my poor grades
@Himanshu-rb5mj
@Himanshu-rb5mj 3 ай бұрын
thnks for your efforts for making this useful videos watching python videos here regularly .i am doing mca from ip .and again thnks for your hrd work dude
@AshMirPrivate
@AshMirPrivate Жыл бұрын
It is is 'Cmd + /' for VS code in Mac.
@pullock-byjus1163
@pullock-byjus1163 Жыл бұрын
Thank you very much Harry Bhai for making us learn Python for free and I saw that you were recording the video at midnight in some videos
@varshamishra9461
@varshamishra9461 8 ай бұрын
​ how to run another file other than main.py in a repl
@awaisarshad4643
@awaisarshad4643 Жыл бұрын
♥♥♥♥it is the ** first time when I stood constant with any series on youtube Salute to Harry bhai... Thanks harry bahi Thanks ♥♥♥♥
@homegamer3202
@homegamer3202 11 ай бұрын
bro "constant" nahi 'consistence" hota hai
@foodies_bay
@foodies_bay 11 ай бұрын
LOVE YOU BRO U ARE DOING SUCH A GREAT WORK
@goldlandmarketing2233
@goldlandmarketing2233 6 ай бұрын
Excellent Work
@vansh_sethi
@vansh_sethi Жыл бұрын
Harry Bhai is an inspiration ❤
@mdhyderalikhan8725
@mdhyderalikhan8725 Жыл бұрын
"Harry">>>>>>>>>>>>>>"Hello World" 🤣😂
@rajtoon2.opokemon297
@rajtoon2.opokemon297 Ай бұрын
😂
@Manish_Sahu
@Manish_Sahu Жыл бұрын
badhiya setup hai bhai. very nice
@unknownxyz9399
@unknownxyz9399 Жыл бұрын
😍😍😍😍😍thank you for amazing explanation bhai
@GAMINGWITHPOLAR922
@GAMINGWITHPOLAR922 9 ай бұрын
Harry me to yeh mobile pet kar Raha hu 😢
@SupreemeSteevee
@SupreemeSteevee 3 ай бұрын
Same. Don't worry just don't stop
@ahsanraza7199
@ahsanraza7199 3 ай бұрын
​@@SupreemeSteeveekitny lectures tak mobile mein kr skty hain or ap kahan tak pohanchy o
@user-ot1ex3sp2b
@user-ot1ex3sp2b 3 ай бұрын
Me be Mobile ma karraha hu but no problem 😊
@SupreemeSteevee
@SupreemeSteevee 3 ай бұрын
@@ahsanraza7199 complete
@user-cj3yk3ib5f
@user-cj3yk3ib5f 2 ай бұрын
​@@ahsanraza7199u can do everything in a mobile
@dheer_rathore
@dheer_rathore Жыл бұрын
I love you so much for this series
@sarkarishayta
@sarkarishayta 9 ай бұрын
Mja aa gya ch-#12 tkk kuch khas smjh nhi aaya tha lekin ye chapter/session-#13 ache se smjh aaya.
@RahulVerma_98
@RahulVerma_98 Жыл бұрын
thanks harry bhai for course. mjja to bhut aa rh hai bhai.
@kaushik_herle
@kaushik_herle Жыл бұрын
Thank you for your Videos.
@meditationmusicvideos8924
@meditationmusicvideos8924 Жыл бұрын
It's amazing web series 🧑🏼‍💻
@ankitmishra5262
@ankitmishra5262 Жыл бұрын
Please explain that will make u unique and everyone also like
@coding---
@coding--- Жыл бұрын
Thank you everything bhaiya dil se
@mayankkeshari6737
@mayankkeshari6737 Жыл бұрын
koi rahe na rahe i will be till end of 100 days salute to your efforts
@tannugupta185
@tannugupta185 8 ай бұрын
Harry Bhai...u r the best... Thankyou
@ankitmishra5262
@ankitmishra5262 Жыл бұрын
Please make revision video every week to revise topic because I'm learning programing and face problem that i forget
@deepanshubazzad2682
@deepanshubazzad2682 10 ай бұрын
rstrip doesnt remove the "!" from the front but if we use only strip then it remove from wherever it is.
@AnEngineerHuman
@AnEngineerHuman Жыл бұрын
Day-13 done love you harry bhai❣❣
@Go2X2india
@Go2X2india Жыл бұрын
#day 13 done successfully 👍👍👍
@norendermoody6509
@norendermoody6509 19 күн бұрын
8:40 it does not take 25 spaces but 50 spaces as mentioned in center method, you are taking the length of spaces with str1
@AC2-66-AkshitJamwal
@AC2-66-AkshitJamwal Ай бұрын
congratulations for 6 million Harry Bhai .
@junaidtanveer7191
@junaidtanveer7191 Жыл бұрын
Nice harry Bhai kamal ka lecture han😍😍
@vrushabsingadia
@vrushabsingadia 9 ай бұрын
Harry bhai I completed your JS tutorial too, and the difference was of notes, so you said to make hard copy which was the best thing probably and here python notes are in replit, bhai request you if hard copy bhi pdf k form mein ho then
@sabirgaming3092
@sabirgaming3092 Жыл бұрын
Thanku harry bhai *# Day 13* ke liye
@rahul21yt58
@rahul21yt58 Жыл бұрын
you are the best i'm coming to you soon...... Noe i'm learning JavaScript from your web development course you are the best 😚😚😚 i love you 😘😘😘
@Self-Thoughts19-20
@Self-Thoughts19-20 Жыл бұрын
great yrr fork wala kaam bohtt kaam aya
@muraricodes
@muraricodes Жыл бұрын
your perfect bro i am practicing everything 🤩🤩🤑🤑
@vaibhaviyadav6099
@vaibhaviyadav6099 5 ай бұрын
bhaiya using lstrip we can also remove starting exclamatory mark and using strip we can remove both side
@huddy_mantic
@huddy_mantic Жыл бұрын
danyavaad sir itni achi video ka liya🙏
@SatyamSapkalSagar
@SatyamSapkalSagar 5 ай бұрын
very helpful video sir
@vineshala3625
@vineshala3625 7 ай бұрын
bhai bahut mazza aa raha hai........................................
@owaisnadeem2751
@owaisnadeem2751 Жыл бұрын
I just started watching your video after 04 minutes of getting uploaded on YT . Day-13 Present Harry Bhai
@brajrajsingh9035
@brajrajsingh9035 11 ай бұрын
Bhai ak number notes or satting hai 👌👌❤
@AnilKumar01111
@AnilKumar01111 Жыл бұрын
Harry bhai please make a video on power bi development in data analytics. Its a humble request !
@sheikhmohsin626
@sheikhmohsin626 Жыл бұрын
can you please explain about the brackets and commas where and what to put when
@suyashhh8987
@suyashhh8987 Жыл бұрын
your content is great bro
@RAJKUMAR-vz3zn
@RAJKUMAR-vz3zn 11 ай бұрын
Ossum teacher in this whole world....
@NavneetSingh-hv9wi
@NavneetSingh-hv9wi 5 күн бұрын
Intresting Series😍
@prathameshdhole1522
@prathameshdhole1522 Жыл бұрын
Harry bhai ek no sabse best
@sandeepsen3337
@sandeepsen3337 Жыл бұрын
Thank you Harry Bhaiya 🔥💞
@FifaMobile776
@FifaMobile776 6 ай бұрын
Great Teacher Sir Harry ❤❤❤
@Self-Thoughts19-20
@Self-Thoughts19-20 9 ай бұрын
Bohttt kamal ka setup h bruh❤
@ritukushwaha4318
@ritukushwaha4318 Жыл бұрын
Thank you so much ...
@khushiMotivationWorld
@khushiMotivationWorld Жыл бұрын
Thank you sir 🙏
@veiscorp8
@veiscorp8 Жыл бұрын
bhai is video me aap bht jyada fast ho gye aur kai chije jaldbazi me bata diya bina better explanation ke i m beginer nd is video me lgbhag sbkuch sir ke upar se chala gya mere
@subhanshuupadhyay5406
@subhanshuupadhyay5406 Жыл бұрын
Completed Day #13 Moving on to Day #14
@user-fw3ff2tj5z
@user-fw3ff2tj5z 8 ай бұрын
Going superb
@Bhoot-Bang-ak
@Bhoot-Bang-ak Жыл бұрын
bhut op video 🥰 .I am understood sir
@horiyakhan4156
@horiyakhan4156 3 ай бұрын
Thank you, Harrry bhai.
@sahilsoni4490
@sahilsoni4490 2 ай бұрын
nice work.
@andrejohnv
@andrejohnv Жыл бұрын
Nice continuity camera! I also want Mac and iPhone!
@mdsohanurrahmanhridoy1343
@mdsohanurrahmanhridoy1343 Жыл бұрын
Completed Day -13 😍
@krutalpatel5661
@krutalpatel5661 Жыл бұрын
sir mene endswith ("to" , 3 , 9) kia toh false aa raha hai output true aaana chahiye naaa?
If Else Conditional Statements in Python | Python Tutorial - Day #14
19:27
Variables in JavaScript Tutorial in Hindi / Urdu - Class - 05
16:55
The Worlds Most Powerfull Batteries !
00:48
Woody & Kleiny
Рет қаралды 28 МЛН
Which one is the best? #katebrush #shorts
00:12
Kate Brush
Рет қаралды 18 МЛН
DELETE TOXICITY = 5 LEGENDARY STARR DROPS!
02:20
Brawl Stars
Рет қаралды 14 МЛН
Эффект Карбонаро и бесконечное пиво
01:00
История одного вокалиста
Рет қаралды 6 МЛН
ALL 47 STRING METHODS IN PYTHON EXPLAINED
23:34
Indently
Рет қаралды 115 М.
Python Classes Tutorial #5 | Advanced Concepts
10:08
Aikonic
Рет қаралды 6 М.
Google launched its DSA course 🔥
6:53
Chai aur Code
Рет қаралды 279 М.
The Worlds Most Powerfull Batteries !
00:48
Woody & Kleiny
Рет қаралды 28 МЛН