Pybites Logo

Freebie Bite Exercises

Level Name Tags
Assigning objects newbie variables freebie
Basic data types freebie newbie data types
Basic printing newbie freebie print
F-strings and a simple if/else freebie f-strings if/else
Infinite loop, input, continue and break freebie while break continue input mock.patch
Loop through a dictionary and pluralise a word freebie looping dict
Split and join freebie split join
Slice and dice freebie string module split replace slicing
Strip out vowels and count the number of replacements regular expressions freebie string manipulation replace counting Zen of Python
Filter numbers with a list comprehension modulo freebie list comprehensions
Loop over a dict of namedtuples calculating a total score counting freebie dict namedtuple
Workout dictionary lookups exception handling freebie string manipulation dict format ternary
Type conversion and exception handling exception handling raise freebie type casting
Sum n numbers sum None default args freebie range
Parse a list of names freebie lambda min list comprehensions sorting
Write tests for fibonacci fibonacci pytest freebie
Write tests for list_to_decimal exception handling pytest freebie
Fastapi hello world FastAPI freebie
A little detour: pydantic Pydantic FastAPI freebie
Uppercase Vowels loops string manipulation strings Hacktoberfest freebie
Word values sum freebie Scrabble max
Movie data analysis freebie data analysis mean defaultdict movie data sorting namedtuple
Create food objects FastAPI freebie
Retrieve food objects FastAPI freebie
Update and delete food objects FastAPI freebie
Pydantic part ii Pydantic FastAPI freebie
Food logging crud FastAPI freebie
Fastapi exception handling FastAPI freebie
Return an html response FastAPI freebie
Regex fun re findall freebie regular expressions
Fastapi authentication with jwt (json web tokens) FastAPI freebie