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 36. Having fun with *args and **kwargs
Write a function called get_profile that takes: a required name, …
3.10
args
function arguments
kwargs
Bite 1. Sum n numbers
Write a Python function that calculates the sum of a …
3.10
default args
freebie
None
range
sum
Bite 119. Xmas tree generator
In this Bite you complete generate_xmas_tree that takes a rows …
3.10
default args
join
range
string formatting
Bite 125. Get the most recommended books
The Tim Ferriss Show is full of wisdom and inspiration. …
3.10
beautifulsoup
Counter
default args
list comprehensions
requests
Bite 43. Force keyword arguments
Write a function called get_profile that only allows 2 keyword …
3.10
function arguments
kwargs
Bite 152. Manipulate string decorator
Write a decorator called strip_range that replaces characters with dots. …
3.10
decorators
kwargs
list
string manipulation
Bite 120. Write a numbers validation decorator
Let's get some more practice with decorators ... in this …
3.10
decorators
Bite 245. Xmas Tree 2.0
In this Bite you have to complete generate_improved_xmas_tree that takes …
3.10
range
string formatting
PCC
Title
Summary
No matching Challenges found.