Bite 14. Generate a table of n sequences
|
|
Write a function that receives one or more sequences. The …
3.10
generators
zip
|
|
Bite 64. Fix a truncating zip function
|
|
Bert is in charge of organizing an event and got …
3.10
itertools
zip
|
|
Bite 75. Parse Unix cal to a weekday mapping
|
|
In the last bite we return the weekday from a …
3.10
re
Unix
zip
|
|
Bite 33. Transpose a data structure
|
|
Sometimes you need to restructure a nested data structure. For …
3.10
dict
zip
|
|
Bite 99. Write an infinite sequence generator
|
|
Write a generator that produces the sequence [1, 'A', 2, …
3.10
generators
itertools
string module
zip
|
|
Bite 292. Scoring matrices
|
|
Proteins fulfill important functions in all organisms and consist of …
3.10
bioinformatics
enumerate
looping
numbers
zip
|
|
Bite 233. Make a zipfile of the latest log files
|
|
You added some monitoring the other day writing log files …
3.10
datetime
os module
pathlib
zipfile
|
|