go back  What to code next?

Bite Level Description & Tags
Bite 18. Find the most common word Intermediate level Write a function that returns the most common (non stop)word …
3.10 Counter data analysis list comprehensions
Bite 90. What South Park characters talk most? Intermediate level Did we already tell you we love the collections module? …
3.10 Counter csv data analysis defaultdict requests
Bite 48. Make a bar chart of new Safari books Intermediate level Some time ago we made a little Slack bot to …
3.10 bar chart data analysis
Bite 30. Movie data analysis Intermediate level In this Bite we are going to parse a csv …
3.10 data analysis defaultdict freebie mean movie data namedtuple sorting
Bite 124. Marvel data analysis Advanced level This is a simplified version of our Marvel Data Analysis …
3.10 Counter csv data analysis list comprehensions rounding sum
Bite 129. Analyze Stock Data Intermediate level In this Bite we will answer some questions about stocks, …
3.10 counting data analysis json requests sorting string manipulation
Bite 130. Analyze some basic Car Data Beginner level In this exercise you will analyze some basic car data. …
3.10 Counter data analysis list comprehensions set
Bite 140. PyBites First Pandas Bite Intermediate level This is a Pandas proof-of-concept Bite. We just added the …
3.10 csv data analysis pandas
Bite 145. Record Breakers Advanced level The data for this challenge comes from a subset of …
3.10 csv data analysis pandas
Bite 170. Analyze McDonald's food data Advanced level In this Bite you are going to analyze some nutrition …
3.10 data analysis pandas
Bite 178. Parse PyBites blog git commit log Intermediate level In this Bite we want to figure out how active …
3.10 Counter data analysis datetime dateutil string parsing
Bite 183. Analyze sales data with pandas Advanced level For this Bite we got some fake Excel sales data …
3.10 data analysis groupby pandas
Bite 184. Analyze some Bite stats data Intermediate level In this Bite we will look at some Bite stats …
3.10 Counter csv data analysis set
Bite 188. Get statistics from PyBites test code Beginner level Did you know Python has a statistics module? For this …
3.10 data analysis file processing statistics
Bite 190. Parse income distribution from Latin America XML Intermediate level In this Bite you are going to parse some Latin …
3.10 data analysis defaultdict xml
Bite 195. Analyze NBA Data with sqlite3 Intermediate level In this Bite you are going to use sqlite3! We …
3.10 data analysis databases SQL sqlite3
Bite 202. Analyze some Bite stats data - part II Intermediate level In this Bite you will analyze complexity levels of our …
3.10 csv data analysis sorting
Bite 232. Analyze gold prices Intermediate level In this Bite you will analyze how the price of …
3.10 comparison data analysis looping pandas sorting string parsing
Bite 256. Scrape PyCon events Intermediate level In this Bite, we want you to scrape PyCon 2019 …
3.10 beautifulsoup data analysis json namedtuple pycon requests web scraping
Bite 261. Visit all PyCons in Europe Intermediate level In Bite 256 you scraped data on 2019 PyCons. Now …
3.10 data analysis dataclasses itertools math
Bite 281. Generating sales reports from Github data Advanced level In this bite you will learn how to process the …
3.8 data analysis pandas