Python 3 documentation : https://goo.gl/uSrPR8
Python Tutorial to learn Python programming with examples
Complete Python Tutorial for Beginners Playlist : https://www.youtube.com/watch?v=hEgO047GxaQ&t=0s&index=2&list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3
Python Tutorial in Hindi : https://www.youtube.com/watch?v=JNbup20svwU&list=PLk_Jw3TebqxD7JYo0vnnFvVCEv5hON_ew
In this video we will see :
– Working with List
– What is list
– How to use list
– Assign multiple values to variable
– Printing value of list
– Print value of list by index number
– String list
– List of different types of data types
– Creating list with list : nested list
– append function
– insert function
– remove function
– pop function
– delete function
– extend function
– Inbuilt functions of List : min, max, sum
– sort function
Github :- https://github.com/navinreddy20/Python-
Editing Monitors :
https://amzn.to/2RfKWgL
https://amzn.to/2Q665JW
https://amzn.to/2OUP21a.
Editing Laptop :
ASUS ROG Strix – (new version) https://amzn.to/2RhumwO
Camera : https://amzn.to/2OR56AV
lens : https://amzn.to/2JihtQo
Mics
https://amzn.to/2RlIe9F
https://amzn.to/2yDkx5F
Check out our website: http://www.telusko.com
Subscribe to our other channel:
Navin Reddy : https://www.youtube.com/channel/UCxmkk8bMSOF-UBF43z-pdGQ?sub_confirmation=1
Telusko Hindi :
https://www.youtube.com/channel/UCitzw4ROeTVGRRLnCPws-cw?sub_confirmation=1
Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
http://www.telusko.com/contactus
Instagram: https://www.instagram.com/navinreddyofficial
Facebook: https://www.facebook.com/navin.reddy20
Twitter : https://twitter.com/navinreddy20
More Learning :
Java :- https://bit.ly/3x6rr0N
Python :- https://bit.ly/3GRc7JX
Django :- https://bit.ly/3MmoJK6
JavaScript :- https://bit.ly/3tiAlHo
Node JS :- https://bit.ly/3GT4liq
Rest Api :-https://bit.ly/3MjhZwt
Servlet :- https://bit.ly/3Q7eA7k
Spring Framework :- https://bit.ly/3xi7buh
Design Patterns in Java :- https://bit.ly/3MocXiq
Docker :- https://bit.ly/3xjWzLA
Blockchain Tutorial :- https://bit.ly/3NSbOkc
The Web3 Show:- https://bit.ly/3MmqzL0
Corda Tutorial:- https://bit.ly/3thbUKa
Hyperledger Fabric :- https://bit.ly/38RZCRB
NoSQL Tutorial :- https://bit.ly/3aJpRuc
Mysql Tutorial :- https://bit.ly/3thpr4L
Data Structures using Java :- https://bit.ly/3MuJa7S
Git Tutorial :- https://bit.ly/3NXyCPu
source
answer is 's'
Answer to the question is s
Thank you.
What is the difference between append and extend
Tq so much sir for your valuable teaching…ā£ļøā£ļøā£ļø Ur giving me confidence on programming ā£ļøā£ļø i don't have any programming skills but now I had a confidence… Bcz of your way of teaching ā£ļøā£ļøšš
i have one doubt in all the operations for example you took
>>> nums.append(45)
>>> nums
[25, 12, 36, 95, 14, 45]
now my doubt is i tried appending multiple values for example
>>> nums.append(45,56)
Traceback (most recent call last):
File "<pyshell#17>", line 1, in <module>
nums.append(45,56)
TypeError: list.append() takes exactly one argument (2 given)
this was the error came i am ok with it but my doubt is if i want to insert multiple values means we should add every time single,single for each value or is there another way to add.
nums = [64,13,25,13,10]
nums.remove(13)
nums
[64,25,13,10]
what to do if i want to remove other 13 & want to remove both together.
Enjoyed not only the content but also the way you presented it.
Can we concatenate the name list
Sir we can multiply that values or not?
So easy explaination….amaizing
S
can anyone explain the following question:
When I am using this command, nums.insert(-1,11), the number 11 is being added not in the place of index number -1 but instead at the place of index number -2. I checked the value on index number -1 using this operation nums[-1] and it is correctly showing the value at that index number. Is this how python works or am I doing something wrong? I would really like someone answering my query.
āŗ
I finally got a awesome teacher , i clearly understood each and every topic and point … Thanking you a lot sir
It will print letter s
Hi sir… didn't got the popout after ctrl+space..what to do
S
sir!! i just got an doubt near 9:51
sir in my #pycharm when i gave the commands like min, max, sum ……
it gives me as
<built-in function min>
<built-in function max>
<built-in function sum>
instead of values sir
and also incase of pop() operation the output, it shows the nums (which have taken) without the poped value.. instead of poped value which is present in nums()
your presentations are so easy to understand and thank you for making it FREE š
Functions: append, insert, remove, pop, extend
Thanks
s is the output
Output=s
the answer is s
What the keyword for the list in descending order
s
Good
o/p: s
In the sets where we have to use (),[ ] these brackets
funny
Hi navin, want to know how to remember when to use which bracket, I get confuse between [] , (), {},
Such a wonderful session where the entire core of python can be learned… Grt sir!
sir the answer to the quiz question is- s
L=[[10,'python',5.5],[1,True,2,'Durga']]
Print(l[1].index(True,1))
Here output 1 will be came but how ? Can u explain me sir
CODE:
name = "Telusko"
print(name[-3])
=================================================
OUTPUT:
s
HI sir,
I am sandip anant kamble currrently pursuing Third year computer engineering ,I want to take internship in python from yourself
so can you help me .
Sir I have a question how I can remove brackets from the number (sorry if thier is english mistake)
Output of the quiz question:
s
Thank you ā¤ļø for your wonderful videos.
s
Iam unable to get the popup eventhough i entered ctrl+space
What if I want to print this list in reverse order?
The answer for quiz question is "s"
I have started learning recently
5:07 the pop up here it is not coming in my system the edition is 2021.3.1. could uh please help me out with this
Just watched this video again. Thank you Mr. Reddy!
How do you insert both the brackets at once?
Output: s
Hi navin, want to know how to remember when to use which bracket, I get confuse between [] , (), {},