Hone Your Python Skills!
Newbie Bites
Intro Bites
Regular Bites
Learning Paths
PyBites Tips
Pricing
Teams
Login
☰
☰
PyBites Platform
What to code next?
Bites of Py Exercises
Blog Code Challenges
Bite
Level
Description & Tags
Bite 5. Parse a list of names
In this bite you will work with a list of …
freebie
lambda
list comprehensions
min
sorting
Bite 9. Palindromes
Write a function to determine if a word (or phrase) …
algorithms
list comprehensions
max
reverse
Bite 18. Find the most common word
Write a function that returns the most common (non stop)word …
Counter
data analysis
list comprehensions
Bite 21. Query a nested data structure
Given the provided cars dictionary:Get all JeepsGet the first car …
data structures
dictionary comprehensions
list comprehensions
sorting
Bite 94. Parse PyCon talk data from YouTube
PyCon2018 was awesome! But you clearly had to choose the …
list comprehensions
max
namedtuple
Bite 60. Create a deck of Uno cards
In this Bite you will create a deck of Uno …
list
list comprehensions
namedtuple
Bite 50. Make a little PyBites search engine (feedparser)
Complete the program below to create a little search command …
any
feedparser
list comprehensions
namedtuple
search
Bite 44. License key generator
Write a function called gen_key that creates a license key …
list comprehensions
secrets
string module
Intro Bite 07. Filter numbers with a list comprehension
Complete the function below that receives a list of numbers …
list comprehensions
modulo
Bite 118. List exercise: return first occurrence indices of duplicated words
In this Bite you are presented with a list of …
counting
list comprehensions
set
Bite 124. Marvel data analysis
This is a simplified version of our Marvel Data Analysis …
Counter
csv
data analysis
list comprehensions
rounding
sum
Bite 125. Get the most recommended books
The Tim Ferriss Show is full of wisdom and inspiration. …
beautifulsoup
Counter
default args
list comprehensions
requests
Bite 130. Analyze some basic Car Data
In this exercise you will analyze some basic car data. …
Counter
data analysis
list comprehensions
set
Bite 132. Find the word with the most vowels
Finish the get_word_max_vowels function below that takes a text string …
counting
lambda
list comprehensions
string matching
Bite 153. Round a sequence of numbers
It's time to get mathematical! In this Bite we ask …
list comprehensions
math
rounding
Bite 174. String manipulation and metrics
This bite will get you to play around with creating …
Counter
dataclasses
list comprehensions
properties
string formatting
string manipulation
translate
Bite 223. Unix file permissions
Each file and directory in Unix has its permissions broken …
dict
list comprehensions
string manipulation
Bite 231. Where are the emojis?
In this Bite you are given a list of strings …
emojis
list
list comprehensions
looping
regular expressions
Bite 246. Test print / standard output
In this Bite you test a function that prints to …
capfd
capsys
list comprehensions
pytest
stdout
Bite 271. Get all class names from a module
In this Bite you will write a function to get …
inspect
list comprehensions
PCC
Title
Summary
No matching Challenges found.
We use Python 3.8