go back  What to code next?

Bite Level Description & Tags
Bite 91. Matching multiple strings Beginner level Catching up after #PyCon2018 ... in this Bite you do …
3.10 all any string matching
Bite 112. Social Media Username Validator Advanced level 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 Beginner level A small but interesting Bite: given a string with leading …
3.10 counting string matching
Bite 121. Determine the strength of a password Advanced level In this Bite you evaluate the strength of a password. …
3.10 re string matching
Bite 122. Check if two words are anagrams Intermediate level An anagram is a word or phrase formed by rearranging …
3.10 anagram string matching
Bite 132. Find the word with the most vowels Intermediate level 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 Intermediate level You know the index at the end of a book …
3.10 collections defaultdict enumerate sorting string matching
Bite 157. Filter out accented characters Intermediate level Another unicode Bite. Given some non-English text with accents (á, …
3.10 string matching unicode
Bite 166. Complete a tox ini file parser class Intermediate level 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 Intermediate level In this Bite you will write a simple spelling corrector. …
3.10 difflib SequenceMatcher string matching
Bite 193. Most upvoted StackOverflow Python questions Intermediate level 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 Advanced level 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 Intermediate level 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 Intermediate level 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 Intermediate level 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 Intermediate level 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.