Bite 61. Create a variable size Paw Patrol card deck with random actions
|
|
The Paw Patrol card deck consists of 32 cards ranging …
3.10
itertools
namedtuple
random
string module
|
|
Bite 92. Humanize a datetime
|
|
In this Bite you will convert a timedelta object into …
3.10
datetime
namedtuple
|
|
Bite 112. Social Media Username Validator
|
|
In this Bite you parse social_platforms below into a dict …
3.10
namedtuple
range
re
regular expressions
string manipulation
string matching
typing
|
|
Bite 142. Exception Handling: Calculate the Winning Player
|
|
Complete the two functions below: calculate_score takes a list of …
3.10
exception handling
namedtuple
numbers
|
|
Bite 135. Sort a list of book objects
|
|
In this Bite you are going to look at a …
3.10
attrgetter
datetime
lambda
list
namedtuple
operator
sorting
|
|
Bite 266. Composition, Inheritance, Abstract Base Class, what?
|
|
It’s not as bad as that sounds, really. If you …
3.10
ABCs
abstractmethod
beautifulsoup
composition
dataclasses
inheritance
namedtuple
string formatting
typing
urllib
web scraping
|
|
Bite 151. Contemporary Composers
|
|
You are given a list of operas and a list …
3.10
datetime
dict
exception handling
generators
namedtuple
|
|
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 269. Taxable Income Calculator
|
|
I have no idea what rabbit hole I followed to …
3.10
classes
dataclasses
finance
namedtuple
properties
typing
|
|
Bite 256. Scrape PyCon events
|
|
In this Bite, we want you to scrape PyCon 2019 …
3.10
beautifulsoup
data analysis
json
namedtuple
pycon
requests
web scraping
|
|
Bite 63. Use an infinite iterator to simulate a traffic light
|
|
Complete traffic_light using itertools.cycle to return an infinite iterator to …
3.10
iterators
itertools
namedtuple
|
|
Bite 30. Movie data analysis
|
|
In this Bite we are going to parse a csv …
3.10
data analysis
defaultdict
freebie
mean
movie data
namedtuple
sorting
|
|
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 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 12. Write a user validation function
|
|
Create a function that takes a username and checks for …
3.10
classes
exception handling
namedtuple
|
|
Bite 351. Get spelling suggestions
|
|
Complete the get_spelling_suggestions() function that takes a word and returns …
3.10
comparison
namedtuple
TextBlob
tuple unpacking
typing
|
|
Bite 6. PyBites Die Hard
|
|
Given a listing of files for our community branch, determine: …
3.10
Counter
file processing
generators
namedtuple
|
|
Bite 13. Convert dict to namedtuple/json
|
|
Write a function to convert the given blog dict to …
3.10
dict
json
namedtuple
|
|
Bite 34. Building a Karma app - implement the User class
|
|
This Bite is about implementing a User class that keeps …
3.10
classes
dunder methods
namedtuple
operator overloading
properties
|
|
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 50. Make a little PyBites search engine (feedparser)
|
|
Complete the program below to create a little search command …
3.10
any
feedparser
list comprehensions
namedtuple
search
|
|
Bite 55. Get the latest game releases from Steam's RSS feed
|
|
The Steam gaming platform has an RSS feed of their …
3.10
feedparser
namedtuple
|
|
Bite 60. Create a deck of Uno cards
|
|
In this Bite you will create a deck of Uno …
3.10
list
list comprehensions
namedtuple
|
|
Bite 81. Filter and order tweets by polarity values
|
|
In this Bite we collected some random tweets and populated …
3.10
namedtuple
TextBlob
Twitter
|
|
Bite 98. Code your way out of a grid
|
|
Given a 2D grid of equal length x and y, …
3.10
looping
namedtuple
numbers
tuple unpacking
|
|
Intro Bite 08. Loop over a dict of namedtuples calculating a total score
|
|
In this Bite you calculate the total amount of points …
3.10
counting
dict
freebie
namedtuple
|
|
Newbie Bite 43. Named Tuple
|
|
In this Bite, you'll learn about the namedtuple object. These …
3.10
collections
namedtuples
newbie
|
|
Bite 145. Record Breakers
|
|
The data for this challenge comes from a subset of …
3.10
csv
data analysis
pandas
|
|