Random Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Newbie | Random module | random newbie imports modules |
| Intermediate | Create your own iterator | iterators random |
| Intermediate | Mocking a standard library function | random mock.patch pytest |
| Intermediate | Create wikipedia lorem ipsum text | list comprehensions requests regular expressions beautifulsoup random |
| Advanced | Number guessing game class | classes random games |
| Advanced | Create a variable size paw patrol card deck with random actions | itertools namedtuple string module random |
| Advanced | Rock-paper-scissors and generator's send | random games coroutines |