Pybites Logo

Namedtuple Bite Exercises

Level Name Tags
Intro Loop over a dict of namedtuples calculating a total score counting dict namedtuple
Beginner Get the latest game releases from steam's rss feed feedparser namedtuple
Intermediate Pybites die hard generators file processing Counter namedtuple
Intermediate Write a user validation function exception handling classes namedtuple
Intermediate Convert dict to namedtuple/json json dict namedtuple
Intermediate Movie data analysis data analysis mean defaultdict movie data sorting namedtuple
Intermediate Scrape packt's html with beautifulsoup beautifulsoup requests namedtuple
Intermediate Create a deck of uno cards namedtuple list list comprehensions
Intermediate Filter and order tweets by polarity values TextBlob Twitter namedtuple
Intermediate Humanize a datetime datetime namedtuple
Intermediate Sort a list of book objects lambda operator datetime attrgetter list sorting namedtuple
Intermediate Exception handling: calculate the winning player exception handling numbers namedtuple
Intermediate Contemporary composers exception handling generators datetime dict namedtuple
Intermediate Get top titles from news.python.sc string parsing beautifulsoup news web scraping requests sorting namedtuple
Intermediate Scrape pycon events beautifulsoup data analysis web scraping requests pycon json namedtuple
Intermediate Get spelling suggestions typing TextBlob comparison tuple unpacking namedtuple
Advanced Building a karma app - implement the user class properties classes dunder methods operator overloading namedtuple
Advanced Make a little pybites search engine (feedparser) list comprehensions feedparser any search namedtuple
Advanced Create a variable size paw patrol card deck with random actions itertools random string module namedtuple
Advanced Use an infinite iterator to simulate a traffic light iterators itertools namedtuple
Advanced Parse pycon talk data from youtube list comprehensions namedtuple max
Advanced Code your way out of a grid numbers looping tuple unpacking namedtuple
Advanced Social media username validator typing re regular expressions string manipulation range string matching namedtuple
Advanced Analysing @pythonbytes rss feed regular expressions classes max min Counter string matching feedparser type hinting namedtuple
Advanced Composition, inheritance, abstract base class, what? typing ABCs abstractmethod beautifulsoup string formatting composition urllib inheritance web scraping dataclasses namedtuple
Advanced Taxable income calculator typing finance properties classes dataclasses namedtuple