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