Bite 1. Sum n numbers
|
|
Write a function that can sum up numbers: It should …
default args
freebie
None
range
sum
|
|
Bite 112. Social Media Username Validator
|
|
In this Bite you parse social_platforms below into a dict …
namedtuple
range
re
regular expressions
string manipulation
string matching
typing
|
|
Bite 119. Xmas tree generator
|
|
In this Bite you complete generate_xmas_tree that takes a rows …
default args
join
range
string formatting
|
|
Bite 176. Create a variable length chessboard
|
|
In this Bite you are going to print a chessboard …
modulo
range
stdout
|
|
Bite 245. Xmas Tree 2.0
|
|
In this Bite you have to complete generate_improved_xmas_tree that takes …
range
string formatting
|
|
Bite 42. Number Guessing Game Class
|
|
In this Bite you implement a Game class to perform …
classes
games
random
|
|
Bite 61. Create a variable size Paw Patrol card deck with random actions
|
|
The Paw Patrol card deck consists of 32 cards ranging …
itertools
namedtuple
random
string module
|
|
Bite 86. Create a RGB-to-Hex converter
|
|
Designer Mary wants to convert her CSS from statements like …
string formatting
|
|
Bite 147. 100 WEEKDays of Code Date range
|
|
Doing a #100DaysOfCode can be challenging, and some of it …
datetime
dateutil
|
|
Bite 152. Manipulate string decorator
|
|
Write a decorator called strip_range that replaces characters with dots. …
decorators
kwargs
list
string manipulation
|
|
Bite 197. What date is Mother's Day celebrated?
|
|
It's the 12th of May 2019 when we write this …
datetime
dateutil
|
|
Bite 243. Test code that parses JSON and IP ranges
|
|
Another Test Bite, we ❤️them 😁- today you will write …
dataclasses
ipaddress
json
pytest
|
|
Bite 301. Exchange rates
|
|
In this Bite you have to provide the currency exchange …
datetime
dict
sorting
|
|