Bite 5. Parse a list of names
|
|
In this bite you will work with a list of …
freebie
lambda
list comprehensions
min
sorting
|
|
Bite 132. Find the word with the most vowels
|
|
Finish the get_word_max_vowels function below that takes a text string …
counting
lambda
list comprehensions
string matching
|
|
Bite 135. Sort a list of book objects
|
|
In this Bite you are going to look at a …
attrgetter
datetime
lambda
list
namedtuple
operator
sorting
|
|
Bite 149. Sorting words with constraint
|
|
Here is a list of words Jacob is trying to …
lambda
sorting
string manipulation
|
|
Bite 206. Calculate and evenly split the bill
|
|
Three old friends Bob, Mary, and Alice meet at PyCon …
Decimal
numbers
rounding
|
|