Bite 3. Word Values
|
|
Find the dictionary word with the highest value using Scrabble rules. …
3.10
freebie
max
Scrabble
sum
|
|
Bite 9. Palindromes
|
|
Write a function to determine if a word or phrase …
3.10
algorithms
list comprehensions
max
reverse
|
|
Bite 94. Parse PyCon talk data from YouTube
|
|
PyCon2018 was awesome! But you clearly had to choose the …
3.10
list comprehensions
max
namedtuple
|
|
Bite 191. Starwars character with highest BMI
|
|
In this Bite you will parse a multiline string of …
3.10
max
operator
string manipulation
tuple unpacking
|
|
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 304. Most identical letters in a word
|
|
In this Bite, you will write a function called max_letter_word() …
3.10
casefold
Counter
max
string matching
|
|
Bite 42. Number Guessing Game Class
|
|
In this Bite you implement a Game class to perform …
3.10
classes
games
random
|
|
Bite 70. Create your own iterator
|
|
In this Bite you make an iterator called EggCreator by …
iterators
random
|
|
Bite 71. Keep state in a class + make its instance callable
|
|
In this Bite you write a small class to keep …
3.10
classes
dunder methods
|
|
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 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 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
|
|
Bite 260. Let's play with Pandas DataFrames
|
|
To this point in the Pandas learning path we have …
3.10
dataframes
pandas
|
|