Python Programming 42 - Working with List of Lists (2D Lists)

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Literally explained something I've been trying to understand for like two weeks now, tysmmm

PedroPony
Автор

This is the best explanation I have ever seen about list! Thank you so much!.

markjenrytolentino
Автор

This video is GOLD. struggling to understand watched so many videos but now I understand. Thank you

Teja
Автор

for more concise indexing, just a suggestion i learned from my professor today, you can iterate like this: for idx, num in enumerate(list_of_nums)

keionvergara
Автор

dude, this is very helpful. Thank you!!

ExcelTutorials
Автор

Quick and informative. I would personally use the range one cause it reminds me at like c++ more

kouko
Автор

There is two playlist in your channel python programming and python for beginner.what is the difference between both .im beginner wtich one i should start with?


؟؟؟؟؟؟

mazenomar
Автор

I have a list of list of list in Python data. All values are corresponding to each species in the data. I wanna extract values of specific species. Each corresponding value is in each list.

Suppose I have three species Cu, Ag, Au and Pt. At three different temperatures their frequencies are given as:

Frequency = [[{1}, {2}, {3}, {4}], [{1}, {22}, {44}, {54}], [{23}, {43}, {52}]

Remember the third value of each list is for "Au" which are 3, 44, 43. so, I need answer like [3, 44, 43].

chemophile
Автор

how do you modify the value of one grade?

sam
Автор

How can i make a new list that looks like the old one and change it without changing the the old one ????

momoqlha
Автор

f you had a list of numbers how could you group every set of 4 numbers together? so if you had 12 numbers you would have 3 lists of 4.

loganhawkins
welcome to shbcf.ru