Bite 5. Parse a list of names
|
|
In this Bite you will work with a list of …
3.10
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 …
3.10
counting
lambda
list comprehensions
string matching
|
|
Bite 135. Sort a list of book objects
|
|
In this Bite you are going to look at a …
3.10
attrgetter
datetime
lambda
list
namedtuple
operator
sorting
|
|
Bite 149. Sorting words with constraint
|
|
Here is a list of words Jacob is trying to …
3.10
lambda
sorting
string manipulation
|
|
Bite 206. Calculate and evenly split the bill
|
|
Three old friends Bob, Mary, and Alice meet at PyCon …
3.10
Decimal
numbers
rounding
|
|
Bite 351. Get spelling suggestions
|
|
Complete the get_spelling_suggestions() function that takes a word and returns …
3.10
comparison
namedtuple
TextBlob
tuple unpacking
typing
|
|