|
Matching multiple strings
|
string matching
all
any
|
|
Count leading spaces
|
string matching
counting
|
|
Check if two words are anagrams
|
string matching
anagram
|
|
Find the word with the most vowels
|
lambda
string matching
counting
list comprehensions
|
|
Make an index of story characters
|
enumerate
string matching
collections
defaultdict
sorting
|
|
Filter out accented characters
|
string matching
unicode
|
|
Complete a tox ini file parser class
|
configparser
tox
properties
classes
string parsing
string matching
|
|
Create a simple spelling suggester
|
SequenceMatcher
string matching
difflib
|
|
Most upvoted stackoverflow python questions
|
beautifulsoup
string matching
web scraping
requests
sorting
|
|
Capitalize sentences
|
string matching
string manipulation
regular expressions
string parsing
|
|
Make mutpy's output more digestible
|
data wrangling
string parsing
looping
string matching
mutpy
|
|
Find common words
|
string matching
algorithms
set operations
|
|
Most identical letters in a word
|
string matching
casefold
Counter
max
|
|
Social media username validator
|
typing
re
regular expressions
string manipulation
range
string matching
namedtuple
|
|
Determine the strength of a password
|
string matching
re
|
|
Analysing @pythonbytes rss feed
|
regular expressions
classes
max
min
Counter
string matching
feedparser
type hinting
namedtuple
|