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 91. Matching multiple strings
Catching up after #PyCon2018 ... in this Bite you do …
3.10
all
any
string matching
Bite 112. Social Media Username Validator
In this Bite you parse social_platforms below into a dict …
3.10
namedtuple
range
re
regular expressions
string manipulation
string matching
typing
Bite 115. Count leading spaces
A small but interesting Bite: given a string with leading …
3.10
counting
string matching
Bite 121. Determine the strength of a password
In this Bite you evaluate the strength of a password. …
3.10
re
string matching
Bite 122. Check if two words are anagrams
An anagram is a word or phrase formed by rearranging …
3.10
anagram
string matching
Bite 132. Find the word with the most vowels
Finish the get_word_max_vowels function below that takes a text string …
3.10
counting
lambda
list comprehensions
string matching
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 157. Filter out accented characters
Another unicode Bite. Given some non-English text with accents (á, …
3.10
string matching
unicode
Bite 166. Complete a tox ini file parser class
The INI file format is an informal standard for configuration …
3.10
classes
configparser
properties
string matching
string parsing
tox
Bite 185. Create a simple spelling suggester
In this Bite you will write a simple spelling corrector. …
3.10
difflib
SequenceMatcher
string matching
Bite 193. Most upvoted StackOverflow Python questions
In this Bite you parse a copy of StackOverflow Python …
3.10
beautifulsoup
requests
sorting
string matching
web scraping
Bite 220. Analysing @pythonbytes RSS feed
Another feedparser exercise! In this Bite we're going to analyze …
3.10
classes
Counter
feedparser
max
min
namedtuple
regular expressions
string matching
type hinting
Bite 234. Capitalize sentences
In this Bite you are going to capitalize sentences in …
3.10
regular expressions
string manipulation
string matching
string parsing
Bite 244. Make mutpy's output more digestible
Another real world scenario. When we started using MutPy for …
3.10
data wrangling
looping
mutpy
string matching
string parsing
Bite 272. Find common words
Given two sentences that each contains words in case insensitive …
3.10
algorithms
set operations
string matching
Bite 304. Most identical letters in a word
In this Bite, you will write a function called max_letter_word() …
3.10
casefold
Counter
max
string matching
PCC
Title
Summary
No matching Challenges found.