Python Programming Tutorial - 53 - Dictionary Calculations

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Your videos have been the starting point to know python and now I really enjoy coding with it, thanks

procaconstrucciones
Автор

You already went over this almost exact same thing in tutorial 41 min, max, and sorting dictionaries, but your videos are great so keep it up

gjd
Автор

Bucky you have one of the truly great channels on the You Tube network :-)

jdsgotninelives
Автор

u just reptead ur tutorial 41 in 53 are doing bucky

gyan
Автор

Combined two examples, from the comments below, as to print out the minimum value and key, without any punctuation symbols. Maybe a useful printed syntax:
print(min(stocks.values()), (min(stocks, key=lambda stock: stocks[stock])))

tonyiguru
Автор

I guess you skipped number 52. Did you use the 'continue' statement? lol. Keep it up Bucky!!!!

AceixSmart
Автор

Another way, min(stocks, key=lambda stock: stocks[stock])

DavidAnatolie
Автор

3:40 - sposób na znalezienie min-a w słowniku. Zakłada utworzenie nowej listy z podmianą miejsc.
zip - gdzieś to było

pawebrysch
Автор

I tried
print(min(stocks.values())) # and it worked :D

GelsYT
Автор

cant we use print(min(stocks.values()))
and yea its working

rushabhshah
Автор

Hi Bucky, I think the episode is repeating.

phumlanimbabela-thesocialc
visit shbcf.ru