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
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.
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.
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. :)
Very great teaching! Thank you!
Thank you sir, gyan bada di aap ne 🙏
Suuuper explained sir
Sir ur teaching explanation is very good
explanation part is clear ...tqu
Chala baga chepparu sir class
Wow Sir! Excellent teaching
Great explanation 👌
Sir
Can you please do your work in computer also sir after explaining a topic
excellent. Thank you Sir
Hi sir ,your valuable teaching is imp & we r learning, please teach with computer example also..
Thank you so much
Nice teaching 🙏🙏🙏🙏
Nice explaining sir....please do more topics on python
Good video sir thanks
easy way of learning
Nyc explanation bro
Flawless!!U said very clearly..Thumbsup
You're doing a great job sir.
awesome series Sir.
Great effort
Teaching good, show code in intelij idea, shortcut for indentation
Good explanation.
In else if part
If(n>0) -> it implies 0 is also a negative number
if ( n>=0 ) -> positive number
Tqq sir....
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 👍👍👍
Nc
thank you 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
well explained
Sr plz make videos on data expolratio in python
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.
th-cam.com/video/9hVzEKZQyMU/w-d-xo.html
@@sundeepsaradhi Not of any use to me, as it is in Telegu!!
What is statement x in simple if??
I've tried the examples in a program and it shows syntax error
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.
If_else,what ever u explain for an example small program it will shows syntax error sir ,
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
Great
great....
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
Plz show in IDLE also. otherwise when we do on ourselves there are errors and we dont know how to resolve them.
th-cam.com/video/B-Rkxotn9Ok/w-d-xo.html
Sir,pls explain oops concept
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
explain in telugu
Sir unga contact num solunga sir
Thank you sir