go back  What to code next?

Bite Level Description & Tags
Newbie Bite 34. Random Module In this Bite, you'll write a simple number guessing game …
3.10 imports modules newbie random
Newbie Bite 35. Working With Dates In this bite, we are going to explore the datetime module …
3.10 datetime imports modules newbie
Newbie Bite 36. Working With Dates - part 2 In this Bite, we are going to continue working with …
3.10 imports modules newbie
Bite 53. Convert text into multiple columns Advanced level You run a news site and you got feedback that …
3.10 string manipulation
Bite 92. Humanize a datetime Intermediate level In this Bite you will convert a timedelta object into …
3.10 datetime namedtuple
Bite 126. The Emoji (Unicode) Bite Advanced level Python 3 supports Unicode so we can do cool stuff …
3.10 emojis sys unicode
Bite 175. Find missing dates Intermediate level Complete get_misssing_dates that takes an (unordered) sequence of datetime.date objects. …
3.10 datetime dateutil pandas
Bite 179. Strip comments from Python code Advanced level In this Bite you will strip off all comments from …
3.10 comments regular expressions string parsing
Bite 220. Analysing @pythonbytes RSS feed Advanced level Another feedparser exercise! In this Bite we're going to analyze …
3.10 classes Counter feedparser max min namedtuple regular expressions string matching type hinting
Bite 275. Get the most common email domains Intermediate level In this Bite you will process a list of emails …
3.10 Counter requests set string parsing web scraping
Bite 312. Scoring objects Intermediate level In this Bite you are going to score objects: Object …
3.10 builtins importlib keyword typing
Bite 327. AST visitor Advanced level In Bite 312 we learned how to identify builtin functions, …
3.10 AST
Bite 342. Food logging CRUD Intermediate level In this Bite you will use the Pydantic FoodEntry model …
3.10 FastAPI freebie
Bite 357. Implement your First Subcommands and Command Groups Beginner level In the previous Bite, you learned how to create an …
3.10 command line Typer
PCC Title Summary
No matching Challenges found.