Pybites Logo

Exception Handling Bite Exercises

Level Name Tags
Intro Workout dictionary lookups exception handling string manipulation dict format ternary
Intro Type conversion and exception handling exception handling raise type casting
Beginner Bloodtypes exception handling multi type input enum
Beginner Simple length converter rounding exception handling numbers
Beginner Write tests for list_to_decimal exception handling pytest
Intermediate Practice exceptions exception handling raise
Intermediate Write a user validation function exception handling classes namedtuple
Intermediate No promo twice, keep state in a class exception handling properties classes
Intermediate Create a multiplication table class of variable length exception handling numbers dunder methods classes
Intermediate Primitive date format inferrer classmethod datetime exception handling enum
Intermediate Exception handling: calculate the winning player exception handling numbers namedtuple
Intermediate Calculate the number of months passed datetime exception handling dateutil
Intermediate Contemporary composers exception handling generators datetime dict namedtuple
Intermediate Create a simple calculator operator exception handling numbers
Intermediate Calculate number of books to have read at date ... datetime exception handling dateutil
Intermediate Suppressing exceptions context managers exception handling
Intermediate Convert warcraft json data to csv json exception handling csv
Intermediate Thumbs up for operator overloading exception handling classes emojis dunder methods operator overloading
Intermediate Base converter exception handling base
Intermediate More logging practice logging exception handling
Intermediate Citation indexes typing exception handling builtins
Advanced Subclass the list built-in exception handling properties dunder methods mean inheritance operator overloading list statistics median
Advanced 15-way rock paper scissors exception handling games csv dict
Advanced Cli tool: html link converter (stdin to stdout) data wrangling exception handling html stdin string formatting string manipulation sys
Advanced Write a retry decorator exception handling decorators
Advanced Test a number guessing game exception handling classes games mock.patch pytest
Advanced Evaluate a bridge hand exception handling properties classes looping sorting enum
Advanced 🥳 pto calculator exception handling string formatting looping datetime calendar numbers
Advanced Magic bytes file processing exception handling images bytes string parsing csv
Advanced Simple math equation solver exception handling itertools list operations operator math
Advanced Learn to handle cron schedule expressions exception handling iteration datetime crontab dataclasses