go back  What to code next?

Bite Level Description & Tags
Bite 164. CLI tool: HTML link converter (stdin to stdout) Advanced level In this Bite you are going to help your team …
data wrangling exception handling html stdin string formatting string manipulation sys
Bite 2. Regex Fun Advanced level Learn some Python regular expressions by completing the following three …
findall freebie re regular expressions
Bite 22. Write a decorator with argument Intermediate level Write a decorator called make_html that wraps text inside one …
decorators
Bite 49. Scrape Packt's html with BeautifulSoup Intermediate level In this Bite you will parse Packt's free learning ebook …
beautifulsoup namedtuple requests
Bite 97. BeautifulSoup II - scrape US holidays Intermediate level In this Bite we use BeautifulSoup to scrape US holidays …
beautifulsoup defaultdict dict
Bite 162. Vertically align output of counters Intermediate level In this Bite you are tasked with "physically" aligning the …
string formatting
Bite 182. Parse a bunch of quotes from html Intermediate level Let's get some inspiration. Below you find the simplified html …
dict regular expressions string manipulation string parsing
Bite 200. 🥳 Minecraft Enchantable Items Advanced level My kids love Minecraft and they always want me to …
beautifulsoup web scraping
Bite 213. Code a translation fixer Advanced level Imagine you built PyBites' new translation feature. You managed to …
regular expressions
Bite 226. Get top titles from news.python.sc Intermediate level There is a new Python news aggregator in town! Check …
beautifulsoup namedtuple news requests sorting string parsing web scraping
Bite 336. FastAPI Hello World Beginner level Welcome to this FastAPI learning path. In the next 10 …
FastAPI freebie
Bite 342. Food logging CRUD Intermediate level In this Bite you will use the Pydantic FoodEntry model …
FastAPI freebie
Bite 343. FastAPI Exception handling Intermediate level In this Bite we'll take the API we built in …
FastAPI freebie
Bite 344. Return an html response Intermediate level You use FastAPI primarily to build APIs, but it can …
FastAPI freebie
We use Python 3.8