| Newbie |
String manipulation
|
string manipulation
newbie
|
| Newbie |
String manipulations
|
strings
string manipulation
split
lowercase
lists
newbie
slicing
|
| Newbie |
String module
|
string module
string manipulation
newbie
list comprehensions
|
| Intro |
Strip out vowels and count the number of replacements
|
regular expressions
string manipulation
replace
counting
Zen of Python
|
| Intro |
Workout dictionary lookups
|
exception handling
string manipulation
dict
format
ternary
|
| Beginner |
Nicer formatting of a poem or text
|
string manipulation
textwrap
|
| Beginner |
Remove punctuation characters from a string
|
string module
string manipulation
|
| Beginner |
Convert an amazon url into an affiliation link
|
string manipulation
regular expressions
|
| Beginner |
Sorting words with constraint
|
lambda
string manipulation
sorting
|
| Beginner |
Parse an /etc/passwd file output
|
string manipulation
split
tuple unpacking
|
| Beginner |
Complete a user class: properties and representation dunder methods
|
properties
classes
__repr__
string manipulation
dunder methods
f-strings
__str__
|
| Beginner |
Swap case pybites characters
|
string manipulation
looping
string parsing
|
| Beginner |
Uppercase Vowels
|
loops
string manipulation
strings
Hacktoberfest
|
| Intermediate |
Return the right ordinal suffix for a number
|
modulo
numbers
string manipulation
dict
|
| Intermediate |
Analyze stock data
|
counting
data analysis
string manipulation
requests
json
sorting
|
| Intermediate |
Turn messy csv into json
|
re
string manipulation
csv
pandas
json
|
| Intermediate |
Split a string by spaces or quoted text
|
string manipulation
split
|
| Intermediate |
Which packages were upgraded?
|
comparison
numbers
string manipulation
dict
|
| Intermediate |
Parse a bunch of quotes from html
|
string manipulation
regular expressions
string parsing
dict
|
| Intermediate |
Starwars character with highest bmi
|
operator
string manipulation
tuple unpacking
max
|
| Intermediate |
Unix file permissions
|
string manipulation
dict
list comprehensions
|
| Intermediate |
Capitalize sentences
|
string matching
string manipulation
regular expressions
string parsing
|
| Intermediate |
Reverse complement
|
bioinformatics
translate
string manipulation
|
| Intermediate |
Decompress
|
string manipulation
recursion
|
| Intermediate |
Find the fastest speech
|
string manipulation
datetime
sorting
|
| Intermediate |
Get and write all code from a json file
|
file processing
json
string manipulation
filecmp
|
| Intermediate |
String to Index
|
Index-based encoding
range generation
string manipulation
|
| Advanced |
Convert text into multiple columns
|
string manipulation
|
| Advanced |
Social media username validator
|
typing
re
regular expressions
string manipulation
range
string matching
namedtuple
|
| Advanced |
Screen scraper
|
regular expressions
string manipulation
index
dict
slicing
|
| Advanced |
Calculate a coding streak in days
|
datetime
string manipulation
timedelta
|
| Advanced |
Manipulate string decorator
|
kwargs
string manipulation
decorators
list
|
| Advanced |
Cli tool: html link converter (stdin to stdout)
|
data wrangling
exception handling
html
stdin
string formatting
string manipulation
sys
|
| Advanced |
String manipulation and metrics
|
properties
string formatting
translate
string manipulation
Counter
list comprehensions
dataclasses
|
| Advanced |
Get sentences from a text
|
data wrangling
string manipulation
regular expressions
|
| Advanced |
Pybites url shortener
|
string module
string manipulation
type hinting
dict
encode
decode
|
| Advanced |
Get father's days by date and country
|
string manipulation
string parsing
dateutil
|
| Advanced |
Convert dict keys to snake case
|
string manipulation
recursion
algorithms
|