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 68. Remove punctuation characters from a string
Complete remove_punctuation which receives an input string and strips out …
3.10
string manipulation
string module
Bite 61. Create a variable size Paw Patrol card deck with random actions
The Paw Patrol card deck consists of 32 cards ranging …
3.10
itertools
namedtuple
random
string module
Bite 47. Write a new password field validator
You know these Create a new password forms? They do …
3.10
re
string module
Bite 44. License key generator
Write a function called gen_key that creates a license key …
3.10
list comprehensions
secrets
string module
Bite 29. Martin's IQ test
Martin is preparing to pass an IQ test. The most …
3.10
enumerate
string module
Bite 99. Write an infinite sequence generator
Write a generator that produces the sequence [1, 'A', 2, …
3.10
generators
itertools
string module
zip
Intro Bite 05. Slice and dice
Take the block of text provided and strip off the …
3.10
freebie
replace
slicing
split
string module
strip
Bite 114. Implement a Color class with staticmethod
As the new junior developer, you have been charged with …
3.10
hex
__repr__
staticmethod
__str__
string module
Bite 250. PyBites URL Shortener
URL shortening is a technique on the World Wide Web …
3.10
decode
dict
encode
string manipulation
string module
type hinting
Bite 251. Introducing Pandas Series
Let's get started with Pandas! In case you are not …
3.10
pandas
series
string module
Newbie Bite 48. String Module
In this exercise, you'll practice writing another list comprehension (a …
3.10
list comprehensions
newbie
string manipulation
string module
PCC
Title
Summary
No matching Challenges found.