Navin Reddy has 11 characters (including space between two words)
@danyjovial1051 Жыл бұрын
Can we count these characters without space?
@kaustubhnaik983 Жыл бұрын
Correct😀
@pratiksikdar-g1p Жыл бұрын
no
@mordysalem1498 Жыл бұрын
How would you write the string to only count letters?
@Atomicphysics5001 Жыл бұрын
@@danyjovial1051 no it is not possible
@motheakanksha60824 жыл бұрын
Making such a effort without expecting anything and explaining with lots of clarity is really awesome,and huge respect to you
@parminderbhatia56984 жыл бұрын
100th like is from me
@moviesandseries1234 жыл бұрын
Yes
@sunilkumarracharla68234 жыл бұрын
Yaaa
@Govind._g3 жыл бұрын
True...💯💯❤️
@gihanyasas11523 жыл бұрын
really loving sir... god bless you
@ajitsakri98885 жыл бұрын
1. print(r ' ') means print as it is. 2. _ (underscore represents) result of last. 3. name[-1] last digit of array 4. name[-2] last but digit of array 5. name[0:2] if name = ajit it will print 'aj' 6. name[0:3] if name = ajit it will print 'aji' 7. len(name) it will print 4(length of the ajit) 8. if a = ajit a[1:3] - when you print this it will give "ji" not "jit" because indexing excludes the last letter.
@amankumar-kw3xs4 жыл бұрын
good going , summary of the session
@Munchkie4 жыл бұрын
yes, but let them know that when indexing the last letter gets excluded. ex: a = ajit a[1:3] - when you print this it will give ji not jit because indexing excludes the last letter.
@ajitsakri98884 жыл бұрын
@@Munchkie ok Got it.
@omkarsaple17634 жыл бұрын
Thanks for the nots ❤️
@Munchkie4 жыл бұрын
I am an idiot. You already said this.
@nezzylearns2 жыл бұрын
I have been studying python for about 3-4 months now. Your enthusiasm is contagious. I had so much fun learning this😁
@roshnikrishna71144 жыл бұрын
First time ever in my life listening carefully with full interest on one pgming language lecture...the same lecture on these topics by my faculty made me sleep so hard😝...great effort and concept is easily understandable...Thanks a lot sir.
@rondore42582 жыл бұрын
So True!!!!!! LOL
@G.HARIKA-zx4qk8 ай бұрын
Is it helpful comparing to other videos?
@chughprabhkirat41415 жыл бұрын
Output - Telusko Rocks Since at start of the string you've mentioned r which stands for raw string, it means that the string will be printed as it is(in a raw state) no special meanings will be considered.
@kartikjswl43 жыл бұрын
You're a GOD'S GIFT to us!! ♥️ Couldn't imagine to learn something with such fun, thank you Navin 💯
@sagarthoke24724 жыл бұрын
Wanted to learn Python from last 2 years but unable to continue interest and now you're here 😍 Loving the sessions
@abhilashdevarakonda59916 жыл бұрын
name='navin reddy' respect='nosire' print('thank you ' +name+' '+respect[2:5])
@dhruvkankotiya25516 жыл бұрын
SyntexError: invalid charactor in identifier.
@waniya-huzzu6 жыл бұрын
print('thank you '+name+' '+respect[2:5]) thank you navin reddy sir i m not getting any error.
@ektasharma34946 жыл бұрын
name='Navin Reddy' Honour='Nosire' print ("Thank you" + name + Honour [2:5])
@sukhchainpal836 жыл бұрын
it was simple to getting output
@sukhchainpal836 жыл бұрын
try this one name =' navin reddy' respect = ' nisire' print('hello'+name+respect)
@aishwaryasrikanth51255 жыл бұрын
Never knew python is enjoyable this way. Thanks for it.
@Entertainmenteveryhour4 жыл бұрын
hope it continues
@AhinDas25064 жыл бұрын
😍
@ayoolafakoya98414 жыл бұрын
i swear down
@yashwanthm61174 жыл бұрын
Really osm
@chakrapanig62432 жыл бұрын
It all depends on the teacher.... Everything is enjoyable
@HarrisTheHypnotist4 жыл бұрын
Just started this because I was frustated with Java courses. This is SOOOOOOOO much simpler! thank you sir!!
@SAIFULLAHJAMIL2 ай бұрын
👇2024 Attendance!
@sagarsonar76714 жыл бұрын
Print (100*respect) Love the way you tech nivin sir.. Learning during corona holiday 😁
@rokkababa84484 жыл бұрын
NameError: name 'respect' is not defined bro watch more carefully :P
@anuragrawat51904 жыл бұрын
@@rokkababa8448 shitxD
@shwetajain88304 жыл бұрын
@@rokkababa8448 print(r'100 * "respect"')
@abhijithis94244 жыл бұрын
lol me too
@amankumar-kw3xs4 жыл бұрын
keep going but 100 * 'respect'
@predatorishi3 жыл бұрын
most energetic teacher on KZbin.. tbh one of the best teachers I have ever seen in my life.
@shreyashshinde85023 жыл бұрын
I never thought python so easy programming language by listening this awesome lecture... Thank you so much Navin Reddy Sir...
@Amr-Ibrahim-AI5 жыл бұрын
Thanks Navin for your wonderful series. Your way of explaining thse concepts is exemplary. Easy and to-the-point. I used to teach C lanuage 20 years ago, and I like the way you are doing this very much. Thanks for taking the time to simplify this. Bless you
@mannemsrikanth36555 жыл бұрын
Output for quiz question: Telusko Rocks Thank you sir for clear explanation,, after executing codes you are saying wow its working☺,that's good sir. You are changing the way of learning, keep going on navin sir. I am suggesting all my friend's to watch your channel
@nightmaremc242 жыл бұрын
This answer is almost true. r before the string implies that the string has to be printed as raw string. So the correct answer would be. Telusko Rocks
@chupbey78143 жыл бұрын
Everytime he tells us something new he pretends like he never knew it would come out this way... and that makes him cool !
@rekhabansal90653 жыл бұрын
exactly, thats cool.
@chupbey78143 жыл бұрын
@@rekhabansal9065 😁👍
@MuzicBae6 жыл бұрын
previously i was not in the mood to learn python, but your videos made me do so
@kolukuluriaditya22845 жыл бұрын
True
@nishapradhan24795 жыл бұрын
myname= 'Navin Reddy' len(myname) 11 here what i observed is even the space between Navin and Reddy is counted right so it makes 11 in total . Thank you so much Sir
@codinghub37595 жыл бұрын
Hey naruto I am Itachi... Amaterasu
@nishapradhan24795 жыл бұрын
@@codinghub3759 haha
@PavinS-iz8qz5 жыл бұрын
I think so
@Raghav-rai5 жыл бұрын
Space is counted in len string??
@AyushKumar-oo9dq5 жыл бұрын
@@Raghav-rai yupp.
@atharvasachan3027 Жыл бұрын
much better than code with harry playlists . He is atleast starting this from start not like harry u have started his series from quiet a high level
@muhammaddanial64865 жыл бұрын
feelings = " LOVE" expression = " Great" print(" Its " , {Feelings} , " to watch your tutorials & its ", {expression})
@byspandanan74105 жыл бұрын
print(" Its " , feelings , " to watch your tutorials & its ", expression) this is correct
@mwendeevande37434 жыл бұрын
@@byspandanan7410 you both are wrong.
@lokeshmadiga62154 жыл бұрын
bro use .format while u use {}
@ashishkangaokar4 жыл бұрын
@@lokeshmadiga6215 what is correct, can you please help me printing the exact syntax?
@hadihabib56294 жыл бұрын
@@mwendeevande3743 i think spandana nandigum is right.
@trilokreddy93554 жыл бұрын
Sir, In the quiz the output is 'Telusko Rocks'
@darshannt40573 жыл бұрын
Bro i think Telusko Rocks Because indicates next line
@sayleesurve27083 жыл бұрын
@@darshannt4057 as r is mentioned it will skip the special meaning of so the above ans is right
@lalitwalekar47793 жыл бұрын
@@sayleesurve2708 yup
@kaushiksai25343 жыл бұрын
yes correct answer 'Teisuko Rocks'
@studymaterial3284 Жыл бұрын
Your explanations are very easy to understand and anyone who is struggling to learn programming before can learn easily just by watching your sessions
@davidyoung13524 жыл бұрын
Navin thank you, I am new to this and I am enjoying learning python. I like the way you teach. Your explanations are thorough and you keep it very simple. I am glad I came across your channel, and I did subscribe.
@amitsaxena65306 жыл бұрын
Thanks Sir...I always scared from coding despite being a computer science graduate. But your videos are awesome and very easy to comprehend. Please keep up the good work that you are doing. Thanks!
@priyankapatil34203 жыл бұрын
as you said len() will gives the number of characters instead it gives results including spaces also , navin reddy has actually 10 characters but in your results it is comes 11.... so sir please help with it and video is really really helpful and easy to understand not lengthily too .keep posting
@ankurgupta2884 жыл бұрын
Love python from a such a talented and interactive teacher sir
That's wrong... The output shoul be: Telusko Rocks .... As that '/n ' is used for a new line...
@nageshmani12164 жыл бұрын
@@raziabegum9618 nah @MILAN BARIYA is right coz that r stands for rawstring watch that 3rd video skip to the 3/4 part
@acharya15744 жыл бұрын
@@raziabegum9618 r makes it rawstring
@computerlanguagebykanchandixit4 жыл бұрын
If you want to your output as it's , please use //in stead of/......now you will get your output as it is... 😄
@dazykarimi80504 жыл бұрын
@@raziabegum9618 MILAN is right the answer is Telusko Rocks because its a raw string we cant change that
@san-1506 Жыл бұрын
You are amazing.... Ur the person making efforts without expecting anything 😊😊
@bhavikakapadia24626 жыл бұрын
I am really enjoying Python series and also like the new video format
@azhagianambi50244 жыл бұрын
Sir the way of your teaching really inspired me to learn more
@madhanreddy11943 жыл бұрын
What a energy, i got some interest to learn python now 😊😊
@rajupun-cz1bz4 жыл бұрын
First time I heard somebody explaining variable in such simple way. Regards
@joyitasadhukhan48464 жыл бұрын
'Telusko Rocks' i got this output for you last quiz in the video. and i love your teaching method the way you are explaining it s really amazing for an individual who does not have any coding background.
@seemalasunil Жыл бұрын
Bro the commas u entered in the first and last so there is an error
@bhavanisenthil87857 ай бұрын
You are great teaching sir!!❤☺️ I understood very well I like python because of you!!😊
@SuprabhTheCuriousMind5 жыл бұрын
I have been following your tutorials from a very long time when you had 50-60k subscribers. Your content was good then and now of course. But the best part is you have also evolved as a creator in terms of your appearance, video quality & viewer's engagement. Thank you for educating us. Keep doing! Keep motivating (Y)
@soumyau65735 жыл бұрын
Answer: Telusko Rocks Really enjoyed😃
@jahnavimiriyala16405 жыл бұрын
stands for new line !
@geetabhatt68894 жыл бұрын
Rocks will come in a new line
@SimpleFamilyVideos4 жыл бұрын
@@iamjoker101 what is that r means? because of r o/p is coming as it is
@bhavikamadhwani64324 жыл бұрын
@@jahnavimiriyala1640 it is a raw line
@kartikiyer30674 жыл бұрын
Using r and is like using a blanket with a fan... You have both things and you use one to counter the other...
@karnampyditallinaidu34363 жыл бұрын
Tqsm for keeping the python programs .... I enjoyed so much by seeing u r vedios...
@michaellungu58125 жыл бұрын
This is amazing, I'm really enjoying tutorials.I am a beginner of programming, with these videos i'm sure i will become a programmer
@Midnightacoustician4 жыл бұрын
I am an Architect (civil), have absolutely zero programming knowledge or background, and just wanted to make the lockdown break useful.You sir, are an amazing teacher and have actually made python so much fun.Thank you for the effort.Keep up the good work.
@ameypande3154 Жыл бұрын
Does Learning this language make any difference till now for you???
@seemasingla62922 жыл бұрын
The enthusiasm with which u r teaching is great and your teaching skills is fabulous . Seriously lucky to have a teacher like you
@amanbaid34974 жыл бұрын
Ans of the quiz : Telusko Rocks Thank you so much sir for teaching python in such an easy way
@shayanislam9004 жыл бұрын
Bro what are u doing for certificate
@shobhitkhemka53494 жыл бұрын
Telusko Rocks (This is the answer of quiz) This is an awesome tutorial and now i am loving python!
@vittamanojkumar86923 жыл бұрын
Superb sirr by this so many members rr getting this course freely and can easily understand by u super explanation ........
@azizasulthana4314 жыл бұрын
Very enjoyable teacher, teaching and class
@ravithekoolguy41955 жыл бұрын
Excellent way of teaching sir 🙏,requires lot of efforts also time,this is d result of ua Hard work n patience 🙏
@shafaitislam77733 жыл бұрын
Sir you are really great. you made all the things so easy. and thanks for making these videos in English. Love from Bangladesh.
@atulyamishra79864 жыл бұрын
I like his INTROs in which he's like "hello there ALIENS!!!!"
@dynamisarian65764 жыл бұрын
Right 😁😁😁😁 But why are we aliens??just because we are learning Python!! 😅
@nitinchauhan3654 жыл бұрын
@@dynamisarian6576 Plot twist: Navin Sir is from another planet.
@dynamisarian65764 жыл бұрын
@@nitinchauhan365 woww..it could be👌🏻😁
@mveera54413 жыл бұрын
Alien means far from... Means either another state, country or planet. What ever it is. Alien means foreigner
@zayedhasan55413 жыл бұрын
@@mveera5441 very good
@vikrantbam2 жыл бұрын
This is really a great course and amazingly explained. I really do appreciate your contributions and help for student community. No doubt this is really a great python series. Though this was updated in 2018 and recently there is no new update in this series. Do you have any plan to add more into Python course?
@komal22863 жыл бұрын
Wow YOU make it sound so simple and easy. i always had inhibition about coding in "Python" and pursued it as a Rocket Science! but with the help of these videos I think I'll soon be there.. Kudos :)
@femibabu5755 жыл бұрын
I love your classes sir.. so much helpful for a beginner.. thank you so much for taking time to create videos and we will support you all along
@nil22775 жыл бұрын
Bro today was my exam on python and this helped a lot
@Sciencedoneright4 жыл бұрын
'DA CHEATING' * 100
@Sciencedoneright3 жыл бұрын
@Miss omal You won't understand :)
@Sciencedoneright3 жыл бұрын
@Miss omal ma, nothing. He did not study before the exam but he saw this video and he passed in front of his classmates. That's why it's like cheating
@kennethhowell5291 Жыл бұрын
Their is nothing like a teacher that knows his subject. That would be you. Try to learn from a teacher that does not really know his subject. Good luck. You are the best. Thank you again!
@s.sireesha53346 жыл бұрын
Superb explaination sir,and it is very easy to learn Thank you so much for making this video 👌👌👌
@shouryasharma9585 Жыл бұрын
You've made python super easy....I'm loving it. Also do you provide notes, would be really helpful.
@immohobot92885 ай бұрын
Great tutorial I must say. I actually love the way your screen is displayed behind you. Please any idea on what software/technique you used for for that?
i just love him. such a tutor needs to be in colleges
@ohwow20745 жыл бұрын
I cant believe that i'm still learning new stuff in python after almost 2 years of working with it!!!
@enlighteningbrain82474 жыл бұрын
You = "NavinReddy" 'MR ' + You {6: } God Bless You always For this Kind Work for us , who can't afford high Fees.
@nightmaremc242 жыл бұрын
Thank u so much sir. I'm also telugu like you . Ee prashnam ki uttar: 'Telusko Rocks' nizanga aina telusko to teluskoni chaala baaga anpenchindi!
@diptisinha41435 жыл бұрын
Awesome explanation sir. Now I am very clear about Python. And it's very interesting too.
@snjvthakur245 жыл бұрын
name = ' sanjeev' message = ' welcome to piecharm' print('hello' + name + message)
@nimotalaiabduganiyu9290 Жыл бұрын
This series of videos are just too easy to follow. I am elated to come across them. Thank you, Mr Navin.
@rv20076 жыл бұрын
Thak u so much sir U gave me a goal of my LIFE
@niteshmalviya4926 жыл бұрын
What are you doing brother
@GauravSharma-we4po Жыл бұрын
name = "youtube" name = "my" + name[3:6] print(name) here strings are mutable
@inshane___4034 Жыл бұрын
You can add something with the string but you can't replace the string with another word
@pulatjonsultanov27292 жыл бұрын
Thank you!!!, small hint: even a space(period) inside a string is to be seen as a charcter in python. E.g: 09:40 -->> myname = 'Navin Reddy' =11 characters
@TheArgonCompany4 жыл бұрын
Guru = "Navin Reddy Gaaru" Thanks= "Thank You Very Much" Finally print(Thanks + Guru )
@damirko6 жыл бұрын
Nice intro video to variables.
@nileshgurav84012 жыл бұрын
Really looks simple when you explain things. Since coming from a non-coding background, this teaching technique method is really easy to understand. >>> print ('Thanks Navin') :)
@dsraghav28825 жыл бұрын
Hi Sir, your tutorial is very helpful .Thanks
@engineerbabu99514 жыл бұрын
n="best" >>>'my life'+n[0: ] + 'lecture'
@HindveeVispute Жыл бұрын
Thank you for teaching so well ! your way of teaching increased my interest in programming
@christian17504 жыл бұрын
Telusco Rocks
@navyadrkdoddi67514 жыл бұрын
Sir...Are you from Telugu? wow.. I'm really Surprised.. Such a talented..నమస్కారం sir🙏😍
@Deepakkumar-tx8eq Жыл бұрын
Thank you Navin I was really hopeless in learning python... But watching your video makes me feel it's a piece of cake.. thank you so much for your efforts❤
@omkarbhattarai12273 жыл бұрын
those who clearly understood the meaning of variable, here>>>
@R.A.ImGreenID3 жыл бұрын
print ('Me too')
@tejashrideshpande58585 жыл бұрын
Answer for Quiz Question: Telusko Rocks
@matrix3d2703 жыл бұрын
Try this Teluskoians!!! >>> name = ' telusko ' >>> len (name) + 3 >>> 10 I randomly found it! but it works. Amazing teaching sir! Way to go!
@RanjeetSingh-vj4yq5 жыл бұрын
who is learning python october 2019 like this
@alokenathb5 жыл бұрын
Ranjeet Singh hey! I started yesterday
@faithkasongo3585 жыл бұрын
I started last night !!
@talhaafzal65145 жыл бұрын
I started today
@singhbhupi16255 жыл бұрын
Started today!
@challadivyasri4165 жыл бұрын
Strtd tody
@sohelrana-rr6rk6 жыл бұрын
print(r'Telusko Rocks') Output: Telusko Rocks
@pardeepsaini16346 жыл бұрын
sohel rana this is called raw string
@rishisekhri80995 жыл бұрын
remove the "r" then you will get Telusko Rocks okay :)
@ashishnegi98395 жыл бұрын
I want learn python .. can you guide me sir nd am big fan of yours can you guide me 8076770117 my contact no
@suresh888100 Жыл бұрын
Teaching Python from beginning superb..way of teaching extraordinary..
@pradnyakharade37184 жыл бұрын
10:10 Telusko Rocks
@lokeshsridhar91055 жыл бұрын
How to print two letters alone? Say y and e?
@earthlings45925 жыл бұрын
'y ' + 'e' i guess
@umarsheikh63642 жыл бұрын
Your teaching method is brilliant, speed and method of teaching is really fantastic, I am watching it without any distraction 👍
@venkatasai93266 жыл бұрын
Telusko Rocks sir
@SanjayKumar-cp5lg4 жыл бұрын
"Oh it works"
@chiduralabhavyasri2493 жыл бұрын
Sir at 7:15 we take range [1:4] if we want to exclude index value 2 it mean except index value 2 remaining values should be printed in this range [1:4] is there any syntax for this sir And output of quiz is Telusko Rocks
@sharadparida1506 жыл бұрын
The output will be 'Telusko Rocks' Please correct me ....😬
@herecomesthepain42296 жыл бұрын
i'ts "Telusko Rocks" a so called raw string. Because of the r at the beginning... so the command to continue in a new line will be ignored in that way.
@jdavis63555 жыл бұрын
@@herecomesthepain4229 Quotation marks not included: Telusko Rocks
@ScootingMi3110 ай бұрын
loving the series especially since I just started watching it ❣❣I have learned so much for just being on the 4 episode of the series, keep up the hard work!!
@NSZ1272 Жыл бұрын
Hi,Navin,I saw 4 videos based on Python,till now I hv understood it well.❤ Thanks for sharing your knowledge,God bless 🕊️☄️🤍
@ashokreddy82733 жыл бұрын
Output of the question: Telusko Rocks Sir,Your way of teaching is awesome Thanks a lot Sir 😃😄
@siddhartharoy46983 жыл бұрын
You are just an awesome teacher, you explain it with such a clarity and make it so easy. Thanks a lotttt.
@AakankshaHanchate Жыл бұрын
I can't stop my thumb for liking every video of urs....very helpful sir❤....
@AnjaliSingh-kv3vl3 жыл бұрын
I am really enjoying learning python just because the way you explain is simply amazing
@AshuSingh-rn8mt2 жыл бұрын
This is jst damnn clear.. Love the you teach and explain.. Thanks for such great efforts sir! 💫
@anweshapal78272 жыл бұрын
Answer to Quiz question- Telusko Rocks This is because r is written before.... Thank u sir for teaching us the topics with so great care..
@tanushriverma7878 Жыл бұрын
Thank you so much to provide lovely containt. I never thought that I can learn this python without having any technical background
@mehdidn43013 жыл бұрын
for the first time I am having fun with learning programming. thank you for making this much effort for free, you have my respect.