Hone Your Python Skills!
Newbie Bites
Intro Bites
Regular Bites
Learning Paths
100 Days of Code
Pricing
Community
Login
☰
☰
PyBites Platform
Pybites Platform 2.0 is live 🎉 🐍
Join us now 📈
What to code next?
Bites of Py Exercises
Blog Code Challenges
Bite
Level
Description & Tags
Bite 82. Define a Score Enum and customize it adding methods
Starting Python 3.4 there is support for enumerations (not to …
3.10
classmethod
enum
__str__
Bite 80. Check equality of two lists
In this Bite we compare two list objects for equality, …
3.10
enum
equality
list
Bite 136. Bloodtypes
Check red blood cell compatibility between donor and recipient. For …
3.10
enum
exception handling
multi type input
Bite 141. Primitive date format inferrer
Complete the get_dates method given the following: a listing of …
3.10
classmethod
datetime
enum
exception handling
Bite 282. Evaluate a Bridge hand
In this bite you will implement a BridgeHand class representing …
3.10
classes
enum
exception handling
looping
properties
sorting
Bite 320. sortable dataclasses and enums
Write an enum called BiteLevel and a dataclass called Bite …
3.10
dataclasses
dunder methods
enum
sorting
Bite 347. Which words can you type with one hand?
In this Bite you will write a function that takes …
3.10
comparison
enum
set
Bite 15. Enumerate 2 sequences
Iterate over the given names and countries lists, printing them …
3.10
enumerate
string formatting
Bite 66. Calculate the running average of a sequence
Write a function that takes a sequence of items and …
3.10
enumerate
itertools
mean
Bite 29. Martin's IQ test
Martin is preparing to pass an IQ test. The most …
3.10
enumerate
string module
Bite 156. Make an index of story characters
You know the index at the end of a book …
3.10
collections
defaultdict
enumerate
sorting
string matching
Bite 292. Scoring matrices
Proteins fulfill important functions in all organisms and consist of …
3.10
bioinformatics
enumerate
looping
numbers
zip
PCC
Title
Summary
No matching Challenges found.