Pybites Logo

Namedtuple Bite Exercises

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