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