Bite 277. Number of coin changes
|
|
Pat is going to apply for a cashier job in …
3.10
algorithms
dynamic programming
|
|
Bite 5. Parse a list of names
|
|
In this Bite you will work with a list of …
3.10
freebie
lambda
list comprehensions
min
sorting
|
|
Bite 220. Analysing @pythonbytes RSS feed
|
|
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 278. Major and minor numbers
|
|
You are given a list of integers. Write code to …
3.10
collections
max
min
numbers
|
|
Bite 72. Retrieve the right Ninja Belt based on score
|
|
As you have probably seen on the dashboard you can …
3.10
itertools
OrderedDict
|
|
Bite 121. Determine the strength of a password
|
|
In this Bite you evaluate the strength of a password. …
3.10
re
string matching
|
|
Bite 171. Make a terminal spinner animation
|
|
In this Bite you will spice up your command line …
3.10
command line
itertools
stdout
sys
time
|
|
Bite 178. Parse PyBites blog git commit log
|
|
In this Bite we want to figure out how active …
3.10
Counter
data analysis
datetime
dateutil
string parsing
|
|
Bite 188. Get statistics from PyBites test code
|
|
Did you know Python has a statistics module? For this …
3.10
data analysis
file processing
statistics
|
|
Bite 200. 🥳 minecraft Enchantable Items
|
|
My kids love Minecraft and they always want me to …
3.10
beautifulsoup
web scraping
|
|
Bite 204. Pomodoro with asyncio
|
|
This Bite explores asyncio and type-hinting. For this bite, you …
3.10
asyncio
pomodoro
|
|
Bite 208. Find the number pairs summing up N
|
|
In this Bite you complete find_number_pairs which receives a list …
3.10
itertools
looping
numbers
|
|
Bite 229. Scrape best programming books
|
|
For this bite, you are going to scrape the books …
3.10
beautifulsoup
books
classes
data cleaning
data wrangling
sorting
web scraping
|
|