Bite 2. Regex Fun
|
Learn Python regular expressions by writing the following 3 functions. ...
findall
re
regular expressions
|
|
Bite 69. Regex Fun - part II
|
It's time for another Regex one! (here is part I)In ...
re
regular expressions
|
|
Bite 106. Strip out vowels and count the number of replacements
|
In this Bite we'd like you to loop over the ...
counting
regular expressions
replace
string manipulation
Zen of Python
|
|
Bite 112. Social Media Username Validator
|
In this Bite you parse social_platforms below into a dict ...
namedtuple
range
re
regular expressions
string manipulation
string matching
typing
|
|
Bite 131. Screen scraper
|
This is the output from using screenFetch on my junky ...
dict
index
regular expressions
slicing
string manipulation
|
|
Bite 133. Convert an Amazon URL into an affiliation link
|
Can you help PyBites automate their Amazon affiliation link creation?Complete ...
regular expressions
string manipulation
|
|