Sir .. ur way of teaching is vry nice but u should give the serial number to these python videos bez we don't understand how to learn one by one which is first second third... nd so on so plz maintain it sir
Hi I thought the same and I have given practical explanation in some videos and sure I will send one link which gives the implementation but the explanation will be in telugu.
Sir, Last example doesn't suit for it as if we put n=0 , the program may not work. One more condition is required. But your teaching style is superb and elaborative.
All your videos that I have seen till now (I am going chronologically), except the 1st python installation vdo, all of them are just theoretical, plz show practical also, so that your teaching becomes complete, else I have to go to some other channel to see the practical to do myself. Your theoretical teaching is good, thats why I wish to stick to your channel, but for the practical sessions.
list = ['apple', 'banana', 'mango', 'cherry', 'kiwi', 'orange'] list[-4:-1] = 'potato', 'tomato', 'bhindi', 'melon' print(list.append('object') the output is 'None' what's the reason behind this ? please sir tell me about this programme
append() function works in-place i.e. it updates the source list itself and does not create a new list. So, the return type of the append method is void/None and not a list. That's why u are getting None. To get the desired output, you have to print the updated itself in the following way:- list.append('object') print (list)
whatever you are explaining do it also in computer by running small programs related to topic
You have made the concepts really easy to understand. Hope you will also show some examples using an IDLE in subsequent vdos.
you are legend. hope you have evrything you want . amazing lectures easy to understand. :)
Suuuper explained sir
Thank you sir, gyan bada di aap ne 🙏
Great explanation 👌
Nice teaching 🙏🙏🙏🙏
Chala baga chepparu sir class
explanation part is clear ...tqu
Good video sir thanks
Nyc explanation bro
Very great teaching! Thank you!
Great effort
Wow Sir! Excellent teaching
Sir
Can you please do your work in computer also sir after explaining a topic
Sir ur teaching explanation is very good
Flawless!!U said very clearly..Thumbsup
You're doing a great job sir.
easy way of learning
excellent. Thank you Sir
Good explanation.
Nc
Nice explaining sir....please do more topics on python
awesome series Sir.
Hi sir ,your valuable teaching is imp & we r learning, please teach with computer example also..
Thank you so much
What is statement x in simple if??
well explained
Sr plz make videos on data expolratio in python
Teaching good, show code in intelij idea, shortcut for indentation
great....
I've tried the examples in a program and it shows syntax error
thank you sir
Great
If_else,what ever u explain for an example small program it will shows syntax error sir ,
Sir .. ur way of teaching is vry nice but u should give the serial number to these python videos bez we don't understand how to learn one by one which is first second third... nd so on so plz maintain it sir
Tqq sir....
In else if part
If(n>0) -> it implies 0 is also a negative number
if ( n>=0 ) -> positive number
If you have other videos for practical, plz give link.
Hi
I thought the same and I have given practical explanation in some videos and sure I will send one link which gives the implementation but the explanation will be in telugu.
@@sundeepsaradhi I can understand in English (or Hindi) only, as I am not a Telegu.
Sir, Last example doesn't suit for it as if we put n=0 , the program may not work.
One more condition is required.
But your teaching style is superb and elaborative.
No it will work if we put n=0 if will print negative
All your videos that I have seen till now (I am going chronologically), except the 1st python installation vdo, all of them are just theoretical, plz show practical also, so that your teaching becomes complete, else I have to go to some other channel to see the practical to do myself. Your theoretical teaching is good, thats why I wish to stick to your channel, but for the practical sessions.
ruclips.net/video/9hVzEKZQyMU/видео.html
@@sundeepsaradhi Not of any use to me, as it is in Telegu!!
Sir plase give example in after explan in computer I can lern fast
And I can follow fast 👍👍👍👍
I supporte your hard work
Plase explain in computer 👍👍👍
Sir please provide with a link from where programs can be done?
Sir, in Python you told as there is no Type Convesion.
There is
Sir,pls explain oops concept
Plz show in IDLE also. otherwise when we do on ourselves there are errors and we dont know how to resolve them.
ruclips.net/video/B-Rkxotn9Ok/видео.html
If else is not working please explain
list = ['apple', 'banana', 'mango', 'cherry', 'kiwi', 'orange']
list[-4:-1] = 'potato', 'tomato', 'bhindi', 'melon'
print(list.append('object')
the output is 'None'
what's the reason behind this ?
please sir tell me about this programme
you will not print it right away. Print the list in next line after append
append() function works in-place i.e. it updates the source list itself and does not create a new list. So, the return type of the append method is void/None and not a list. That's why u are getting None. To get the desired output, you have to print the updated itself in the following way:-
list.append('object')
print (list)
i want total python pdf
Sir unga contact num solunga sir
explain in telugu
Thank you sir