Python for Informatics - Chapter 10 - Tuples

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

I appreciate your effort and thoughts regarding free education... :) we need more people like u in this planet before the inhabitants roasts us for the dinner😦

RobertR
Автор

You can tell when someone really understands a topic when they can explain something clear enough for just about anyone to understand.

Great work! Fantastic compilation of videos and documentation a.k.a the book :)

Thanks
John

LousyPainter
Автор

Your understanding of Python might be one of the best I have seen so far on YouTube. I would love to have you for a mentor but I am sure I can't afford you lol I will probably watch all your videos at least 3 times by the time I am done with learning Python.

dominiquecoleman
Автор

Mr.Chuck, the class is great. I like the way you present and explains things easily and clearly.

shriloo
Автор

Thanks for doing this Dr. Chuck. Great tutorial course.

Anyway you can fix the Chapter 11 Discussion grader? It's currently impossible to get credit. I'm one completion shy of my Blue Ribbon.

Paul-koif
Автор

Thank you so much! I wish I’d known about this course earlier! It's really fantastic and so helpful!!

zifanwang
Автор

Pedro: If you go to the interpreter and enter ord ('J')  and ord ('A') you'll discover J has a value of 74 (1001010) and A has a value of 65 Therefore, Jones is greater than Adams. All keyboard characters have a value so the computer knows what the hell the input is...If memory serves me correctly

alc
Автор

Amazing class, thank you very much Chuck. I really learned a lot.

shakewingo
Автор

Well explained and fun to watch. Book is also easy to read and understand. Thank you for videos and the book which helped a lot :) 

kristemuru
Автор

Thank you, noob question: why Jones is greater than Adams? 9:55

pedromiguel-gllt
Автор

# Curious: In your word count program, why not
counts[word] = counts.get(word, 1) # Rather than counts.get(word, 0) + 1?

blackbusiness
Автор

Thank you sir, Well explained specially Hardware part is awesome

sudhirsinghshekhawat
Автор

The entire course was awesome. I am going to do the other chapters as well. Is there a next level book you are able to recommend considering that someone started learning Python only through your Tuts in www.pythonlearn.com . I would like to go deeper in to informatics and data analysis. Thx.

Also, this is a Py v2 code... the sort() func does not seem to work on the list of tuples returned by d.item(). Is there a Py.v3 fix for it ? thx

hemants
Автор

Thank you for your effort. Can i ask you a question?can one be a expert in this discipline studying alone, without university? or the study of maths is obligatory?

juakohiphop
Автор

Tuple does not have a sort built- in function. Then how can we use sorting of tuples to sort dictionaries?

arushisharma
Автор

Hi! Very interesting! I always wished I was more mathematical: I'd have loved to have picked up a form of coding or programming.

Bechooch
Автор

Great ! Thank you very much! I'll read the whole book ! (Y)

AlianzaCaballeros
Автор

is not less than 4 so how ans is still true?

Dovakin
welcome to shbcf.ru