Bite 143. Look up a value in 3 dictionaries
|
|
In this Bite you are presented with 3 dictionaries. Complete …
3.10
collections
dict
|
|
Bite 156. Make an index of story characters
|
|
You know the index at the end of a book …
3.10
collections
defaultdict
enumerate
sorting
string matching
|
|
Bite 180. Group names by country
|
|
In this Bite you are presented with a list of …
3.10
collections
defaultdict
groupby
|
|
Bite 255. Codon Usage
|
|
The genetic code of all organisms uses a 3 base …
3.10
bioinformatics
collections
textwrap
|
|
Bite 262. GC content
|
|
The DNA of all organsims consists of the letters (bases) …
3.10
bioinformatics
collections
|
|
Bite 278. Major and minor numbers
|
|
You are given a list of integers. Write code to …
3.10
collections
max
min
numbers
|
|
Bite 316. To rent or to stream movies?
|
|
You're on a movie budget so you want to evaluate …
3.10
collections
datetime
dict
typing
|
|
Newbie Bite 43. Named Tuple
|
|
In this Bite, you'll learn about the namedtuple object. These …
3.10
collections
namedtuples
newbie
|
|
Newbie Bite 47. In Operator
|
|
In this Bite, you'll learn how to use the in …
3.10
collections
in operator
lists
newbie
|
|
Newbie Bite 50. Read The Docs
|
|
In this Bite, you'll practice reading and using Python's official …
3.10
collections
counter
documentation
newbie
reading docs
|
|