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 1. Sum n numbers
Write a function that can sum up numbers: It should …
default args
freebie
None
range
sum
Bite 3. Word Values
Calculate the dictionary word that would have the most value …
freebie
max
Scrabble
sum
Bite 124. Marvel data analysis
This is a simplified version of our Marvel Data Analysis …
Counter
csv
data analysis
list comprehensions
rounding
sum
Bite 134. Two Sums
Given a random list of numbers, your task is to …
index
looping
sorting
sum
Interview Bite 1. Sum numbers
Write a function that can sum up numbers:It should receive …
sum
Bite 254. Global vs local variables
This Bite is to illustrate scoping. You will sum numbers …
global
sum
Bite 287. Sum indices
Write a function that accepts a list of strings and …
looping
sum
Bite 308. Calculate the median from a dictionary
You are in charge of a program that continuously collects …
median
sorting
sum
Bite 137. Gourmets' Nightmare
Many gourmets struggle to find the perfect pairing of wines …
Counter
intersection
operator
sorting
Bite 194. Add caching to a Fibonacci function
In this Bite you will learn about memoization: In computing, …
fibonacci
functools
lru_cache
performance
Bite 202. Analyze some Bite stats data - part II
In this Bite you will analyze complexity levels of our …
csv
data analysis
sorting
Bite 206. Calculate and evenly split the bill
Three old friends Bob, Mary, and Alice meet at PyCon …
Decimal
numbers
rounding
Bite 208. Find the number pairs
sum
ming up N
In this Bite you complete find_number_pairs which receives a list …
itertools
looping
numbers
Bite 279. Armstrong numbers
In number theory there are many interesting numbers - eg. …
algorithms
numbers
Bite 282. Evaluate a Bridge hand
In this bite you will implement a BridgeHand class representing …
classes
enum
exception handling
looping
properties
sorting
Bite 284. Pascal triangle
A Pascal triangle is a triangular array of integers constructed …
algorithms
Pascal
Bite 292. Scoring matrices
Proteins fulfill important functions in all organisms and consist of …
bioinformatics
enumerate
looping
numbers
zip
Bite 325. Floating point arithmetic
This Bite introduces you to a few issues associated with …
arithmetic
floats
numbers
rounding
PCC
Title
Summary
No matching Challenges found.
We use Python 3.8