Introduction to python list

8 minutes
Share the link to this page
Copied
  Completed
You need to have access to the item to view this lesson.
One-time Fee
$69.99
List Price:  $99.99
You save:  $30
€59.73
List Price:  €85.34
You save:  €25.60
£51.80
List Price:  £74.01
You save:  £22.20
CA$96.84
List Price:  CA$138.36
You save:  CA$41.51
A$106.75
List Price:  A$152.51
You save:  A$45.75
S$89.95
List Price:  S$128.50
You save:  S$38.55
HK$545.64
List Price:  HK$779.53
You save:  HK$233.88
CHF 55.85
List Price:  CHF 79.79
You save:  CHF 23.94
NOK kr703.17
List Price:  NOK kr1,004.57
You save:  NOK kr301.40
DKK kr445.91
List Price:  DKK kr637.04
You save:  DKK kr191.13
NZ$118.73
List Price:  NZ$169.63
You save:  NZ$50.89
د.إ257.03
List Price:  د.إ367.21
You save:  د.إ110.17
৳8,495.52
List Price:  ৳12,136.98
You save:  ৳3,641.45
₹6,172.17
List Price:  ₹8,817.76
You save:  ₹2,645.59
RM295.67
List Price:  RM422.40
You save:  RM126.73
₦107,084.70
List Price:  ₦152,984.70
You save:  ₦45,900
₨19,808.40
List Price:  ₨28,298.93
You save:  ₨8,490.52
฿2,243.26
List Price:  ฿3,204.79
You save:  ฿961.53
₺2,883.76
List Price:  ₺4,119.83
You save:  ₺1,236.07
B$378.92
List Price:  B$541.35
You save:  B$162.42
R1,231.03
List Price:  R1,758.69
You save:  R527.66
Лв116.90
List Price:  Лв167.02
You save:  Лв50.11
₩97,041.13
List Price:  ₩138,636.13
You save:  ₩41,595
₪234.19
List Price:  ₪334.57
You save:  ₪100.38
₱3,968.43
List Price:  ₱5,669.43
You save:  ₱1,701
¥10,316.87
List Price:  ¥14,739.02
You save:  ¥4,422.15
MX$1,309.87
List Price:  MX$1,871.33
You save:  MX$561.45
QR255.14
List Price:  QR364.50
You save:  QR109.36
P938.51
List Price:  P1,340.79
You save:  P402.27
KSh9,032.87
List Price:  KSh12,904.65
You save:  KSh3,871.78
E£3,400.11
List Price:  E£4,857.51
You save:  E£1,457.40
ብር9,985.48
List Price:  ብር14,265.58
You save:  ብር4,280.10
Kz64,180.83
List Price:  Kz91,690.83
You save:  Kz27,510
CLP$67,522.15
List Price:  CLP$96,464.35
You save:  CLP$28,942.20
CN¥499.22
List Price:  CN¥713.21
You save:  CN¥213.98
RD$4,414.63
List Price:  RD$6,306.89
You save:  RD$1,892.25
DA9,089.11
List Price:  DA12,985
You save:  DA3,895.89
FJ$157.67
List Price:  FJ$225.25
You save:  FJ$67.58
Q535.38
List Price:  Q764.86
You save:  Q229.48
GY$14,604.61
List Price:  GY$20,864.62
You save:  GY$6,260.01
ISK kr8,549.27
List Price:  ISK kr12,213.77
You save:  ISK kr3,664.50
DH634.40
List Price:  DH906.33
You save:  DH271.92
L1,171.66
List Price:  L1,673.87
You save:  L502.21
ден3,674.28
List Price:  ден5,249.20
You save:  ден1,574.92
MOP$561.02
List Price:  MOP$801.49
You save:  MOP$240.47
N$1,234.02
List Price:  N$1,762.97
You save:  N$528.94
C$2,569.13
List Price:  C$3,670.35
You save:  C$1,101.21
रु9,858.12
List Price:  रु14,083.64
You save:  रु4,225.51
S/245.88
List Price:  S/351.28
You save:  S/105.39
K291.36
List Price:  K416.25
You save:  K124.88
SAR262.47
List Price:  SAR374.98
You save:  SAR112.50
ZK1,666.62
List Price:  ZK2,380.99
You save:  ZK714.36
L303.21
List Price:  L433.17
You save:  L129.96
Kč1,456.45
List Price:  Kč2,080.74
You save:  Kč624.28
Ft23,442.21
List Price:  Ft33,490.30
You save:  Ft10,048.09
SEK kr657.57
List Price:  SEK kr939.43
You save:  SEK kr281.85
ARS$95,110.21
List Price:  ARS$135,877.55
You save:  ARS$40,767.34
Bs482.36
List Price:  Bs689.11
You save:  Bs206.75
COP$278,383.76
List Price:  COP$397,708.14
You save:  COP$119,324.37
₡35,369.65
List Price:  ₡50,530.25
You save:  ₡15,160.59
L1,828.90
List Price:  L2,612.83
You save:  L783.92
₲504,728.30
List Price:  ₲721,071.34
You save:  ₲216,343.03
$U2,810.15
List Price:  $U4,014.67
You save:  $U1,204.52
zł253.83
List Price:  zł362.63
You save:  zł108.80
Already have an account? Log In

Transcript

Welcome on so today in this video we'll be starting with Python list. So what is a Python list? A list is a data structure in Python that is mutable or you can say it is changeable, ordered sequence of element. So each element or values that is inside of a list is called an item. Just as strings are defined as characters between quotes. Lists are defined by having values between square brackets.

So how we create a list. Whenever we want to create a list, we need to create within a square brackets. So let's say great to use when you want to work with many related values. They enable you to keep data together that belongs together, condense your code and perform the same method and operation on multiple values at once. So when thinking about Python list and other data structure that it type of collection, it is useful to consider all the different collection you have on your computer, your assortment of files, your song playlist, your browser bookmarks, your email, the collection of videos, you can access on the streaming service and more. So to get started, let us first create a list that contains the string data.

So here I'll be creating a list first. So suppose given name of your list first, so I'll give the name as creator. So on the creature, I will store a few items. So as I told you, whenever we'll create a list, we'll use a square bracket and use a square bracket. And inside this, I have to create us string list string data type items. So to create a string data type item, you have to use quotes.

So I'll use quotes here. Shark you C'mon then again, Eva coats and then right squid then right shame when if you need basically whatever name you want to store give you so these are the few names that I want to store in my list. So what I will do is I have created a list and now come in the next line and write, print and give the least name here. So now run it, Shift Enter, we'll run your code and see what you got. This is the output of your list. So as an ordered sequence of elements, each item in the list can be called individually through indexing list are a compound data type made up of a smaller part, and a very flexible because they can have values added, removed or changed.

So in a list, you can add a value, you can remove a value or you can change a value. So lists are very flexible. So lists is also very popular data time in Python. So when you need to store a lot of values or iterate over values, and you want to be able to read, readily modifying those values, you likely want to work with least data type. So whenever you are creating something that you need to change change accordingly or modify accordingly. I prefer to use list or you will also use list because we can change modify add in list very easily.

So now here I've created a string data type list now I'll be creating one more list suppose I given in least one hero create I'll write nothing. And I will just give up air of second bracket and run it what it created. It created a blank list now write type within bracket list one and run it see what it gives, it gives a list so type is a function which will return the data type of the particular element. So I've created a list so it returned a list. Now I'll create one more list suppose list two and give the name list two and within this pair of second bracket and give some numeric values, so when creating a numeric value for a list, you don't need to give right those elements Within codes, you just need to write it with a comma. So one two comma 3456.

So six, up to 6am, creating a list. So run it. And here, just write print list to see it printed the list that you just now created. Now, I will write list three. And here I will write list and appear Of course bracket. What it will do, run it and just write type lists three.

What it does, it created a list again. So this is another way of creating a list. One we can create by using just a pair of square bracket another we can use the function list and give the elements Within this first bracket and it will also create a list. So let me create a list in this way. So list for I'll give the name of the element list for And here I'll write this function first give the pair of first bracket and within this first bracket, give a pair of square bracket, and within this square bracket, write the elements. So I'm just create a numeric data type.

So I write like this way, now Ronnie, here, print list for Okay, now just run it. See, it created the list within the pair of square brackets. So we have learned how to create a list in two different ways. First, we can do by just a pair of square brackets. Second, we can do by using the function list and always I have told you that whenever we use a function, we use a pair of brackets. So here I've used a pair of brackets.

And within this was record after again use the pair of square brackets. So these are the two methods by which we can create a list. Now I'll create one more list called list five. Now within this list five I'll use a just simple method, use a pair of square brackets and using that I create a list. Now within this list type, I only use two data types. One is numeric and there is three.

So one, two is a numeric and a I will use as a string to see what happened here. I'm using both data types. So first two are the numeric values though this this is a string value and then this is, again, the numeric value. So just run it and I'm in right print least five without any error. I got my result. Because list is very flexible.

You can add or you can store different data type in a single list. Here I've stored a string value as well as a numeric value in the list. So it created a list perfectly so in this video you have learned how to create different pleased in two different way so next In the next video we'll be starting with what we can do with list different function how we can use this list in different way how this list work. So till now Goodbye. See you in the next video. Thank you

Sign Up

Share

Share with friends, get 20% off
Invite your friends to LearnDesk learning marketplace. For each purchase they make, you get 20% off (upto $10) on your next purchase.