go back  What to code next?

Bite Level Description & Tags
Newbie Bite 41. String Manipulations In this Bite, you'll learn more about manipulating strings in …
3.10 lists lowercase newbie slicing split string manipulation strings strip
Newbie Bite 47. In Operator In this Bite, you'll learn how to use the in …
3.10 collections in operator lists newbie
Bite 31. Matrix multiplication / @ operator Advanced level Since 3.5 Python has a binary operator to be used …
3.10 dunder methods __matmul__ operator overloading
Bite 33. Transpose a data structure Intermediate level Sometimes you need to restructure a nested data structure. For …
3.10 dict zip
Bite 80. Check equality of two lists Beginner level In this Bite we compare two list objects for equality, …
3.10 enum equality list
Bite 84. Flatten lists recursively (Droste Bite) Intermediate level Complete flatten that takes a list of lists (which can …
3.10 list recursion
Bite 89. Playing with lists and dicts Intermediate level In this Bite you are presented with a us_state_abbrev dict …
3.10 data structures dict list
Bite 137. Gourmets' Nightmare Intermediate level Many gourmets struggle to find the perfect pairing of wines …
3.10 Counter intersection operator sorting
Bite 180. Group names by country Beginner level In this Bite you are presented with a list of …
3.10 collections defaultdict groupby
Newbie Bite 09. lists Next up on our Python journey we're going to dive …
3.10 list newbie
Bite 221. Parse best selling lists using the NY Times API Intermediate level In this Bite you are going to parse NY Times …
3.10 APIs json mock requests
Bite 237. Get the dates Ninja belts were earned Advanced level Another real-world scenario: in this Bite you will parse a …
3.10 datetime json looping pandas sorting
Bite 260. Let's play with Pandas DataFrames Advanced level To this point in the Pandas learning path we have …
3.10 dataframes pandas
Bite 276. Get Father's days by date and country Advanced level Happy belated Father's day (unless you are in Australia or …
3.10 dateutil string manipulation string parsing
Bite 295. Join lists Beginner level Write a function that accepts a list of lists and …
3.10 iteration joining list
Bite 296. Jagged list Intermediate level Write a function that takes an irregular shaped list of …
3.10 iteration itertools list
Bite 326. Abstract Syntax Tree (AST) Printer Intermediate level In this Bite we familiarise with Abstract Syntax Trees (ASTs). …
3.10 AST
Bite 350. Learn to handle cron schedule expressions Advanced level Let your mind wander and tell us what you think …
3.10 crontab dataclasses datetime exception handling iteration
Bite 379. Hedge Maze Advanced level Imagine you're trapped in a mysterious maze, much like the …
breadth-first graph traversal maze
Newbie Bite 42. List Comprehension In this Bite, you will learn how to write list …
3.10 integer isdigit list comprehensions newbie numbers
Newbie Bite 48. String Module In this exercise, you'll practice writing another list comprehension (a …
3.10 list comprehensions newbie string manipulation string module