Login Sign Up

Coding Challenges

Hone your programming skills with practical coding exercises and starter code boilerplates.

intermediate

python 3.10 match case structural pattern matching 2024 Challenge

Solve the coding problem on python 3.10 match case structural pattern matching 2024. Complete specifications, hints, and starter code included.

intermediate

python 3.12 installation setup windows linux mac 2024 Challenge

Solve the coding problem on python 3.12 installation setup windows linux mac 2024. Complete specifications, hints, and starter code included.

intermediate

python 3.12 type hints generics TypeVar ParamSpec 2024 Challenge

Solve the coding problem on python 3.12 type hints generics TypeVar ParamSpec 2024. Complete specifications, hints, and starter code included.

intermediate

python 3.13 GIL removal free-threading no-GIL 2024 Challenge

Solve the coding problem on python 3.13 GIL removal free-threading no-GIL 2024. Complete specifications, hints, and starter code included.

intermediate

python ABC abstract base classes interface pattern 2024 Challenge

Solve the coding problem on python ABC abstract base classes interface pattern 2024. Complete specifications, hints, and starter code included.

intermediate

python asyncio async await coroutines event loop 2024 Challenge

Solve the coding problem on python asyncio async await coroutines event loop 2024. Complete specifications, hints, and starter code included.

intermediate

python booleans truthy falsy comparisons 2024 Challenge

Solve the coding problem on python booleans truthy falsy comparisons 2024. Complete specifications, hints, and starter code included.

intermediate

python classes objects methods __init__ OOP 2024 Challenge

Solve the coding problem on python classes objects methods __init__ OOP 2024. Complete specifications, hints, and starter code included.

intermediate

python closures scope LEGB nonlocal global 2024 Challenge

Solve the coding problem on python closures scope LEGB nonlocal global 2024. Complete specifications, hints, and starter code included.

intermediate

python comments single line multiline docstrings Challenge

Solve the coding problem on python comments single line multiline docstrings. Complete specifications, hints, and starter code included.

intermediate

python context managers with statement __enter__ __exit__ 2024 Challenge

Solve the coding problem on python context managers with statement __enter__ __exit__ 2024. Complete specifications, hints, and starter code included.

intermediate

python data types int float string bool complex 2024 Challenge

Solve the coding problem on python data types int float string bool complex 2024. Complete specifications, hints, and starter code included.

intermediate

python dataclasses fields frozen slots 2024 Challenge

Solve the coding problem on python dataclasses fields frozen slots 2024. Complete specifications, hints, and starter code included.

intermediate

python datetime module date time timedelta formatting 2024 Challenge

Solve the coding problem on python datetime module date time timedelta formatting 2024. Complete specifications, hints, and starter code included.

intermediate

python decorators functools wraps stacked decorators 2024 Challenge

Solve the coding problem on python decorators functools wraps stacked decorators 2024. Complete specifications, hints, and starter code included.

intermediate

python design patterns singleton factory observer 2024 Challenge

Solve the coding problem on python design patterns singleton factory observer 2024. Complete specifications, hints, and starter code included.

intermediate

python dictionaries keys values items update 2024 Challenge

Solve the coding problem on python dictionaries keys values items update 2024. Complete specifications, hints, and starter code included.

intermediate

python file read write open close pathlib 2024 Challenge

Solve the coding problem on python file read write open close pathlib 2024. Complete specifications, hints, and starter code included.

intermediate

python for loop range enumerate zip iteration 2024 Challenge

Solve the coding problem on python for loop range enumerate zip iteration 2024. Complete specifications, hints, and starter code included.

intermediate

python functions def args kwargs return values 2024 Challenge

Solve the coding problem on python functions def args kwargs return values 2024. Complete specifications, hints, and starter code included.

intermediate

python generators yield generator expressions memory 2024 Challenge

Solve the coding problem on python generators yield generator expressions memory 2024. Complete specifications, hints, and starter code included.

intermediate

python if elif else conditional statements examples 2024 Challenge

Solve the coding problem on python if elif else conditional statements examples 2024. Complete specifications, hints, and starter code included.

intermediate

python inheritance super MRO multiple inheritance 2024 Challenge

Solve the coding problem on python inheritance super MRO multiple inheritance 2024. Complete specifications, hints, and starter code included.

intermediate

python iterators iterables iter next protocol 2024 Challenge

Solve the coding problem on python iterators iterables iter next protocol 2024. Complete specifications, hints, and starter code included.

intermediate

python json module requests REST API calls 2024 Challenge

Solve the coding problem on python json module requests REST API calls 2024. Complete specifications, hints, and starter code included.

intermediate

python lambda anonymous functions examples 2024 Challenge

Solve the coding problem on python lambda anonymous functions examples 2024. Complete specifications, hints, and starter code included.

intermediate

python list comprehensions dict set comprehensions 2024 Challenge

Solve the coding problem on python list comprehensions dict set comprehensions 2024. Complete specifications, hints, and starter code included.

intermediate

python lists append remove slice sort methods 2024 Challenge

Solve the coding problem on python lists append remove slice sort methods 2024. Complete specifications, hints, and starter code included.

intermediate

python magic dunder methods __str__ __repr__ __len__ 2024 Challenge

Solve the coding problem on python magic dunder methods __str__ __repr__ __len__ 2024. Complete specifications, hints, and starter code included.

intermediate

python memory management CPython garbage collection 2024 Challenge

Solve the coding problem on python memory management CPython garbage collection 2024. Complete specifications, hints, and starter code included.

intermediate

python metaclasses __new__ class creation advanced 2024 Challenge

Solve the coding problem on python metaclasses __new__ class creation advanced 2024. Complete specifications, hints, and starter code included.

intermediate

python modules packages import sys path __init__ 2024 Challenge

Solve the coding problem on python modules packages import sys path __init__ 2024. Complete specifications, hints, and starter code included.

intermediate

python multiprocessing pool parallel execution 2024 Challenge

Solve the coding problem on python multiprocessing pool parallel execution 2024. Complete specifications, hints, and starter code included.

intermediate

python numbers int float complex arithmetic operations Challenge

Solve the coding problem on python numbers int float complex arithmetic operations. Complete specifications, hints, and starter code included.

intermediate

python operators arithmetic comparison logical bitwise 2024 Challenge

Solve the coding problem on python operators arithmetic comparison logical bitwise 2024. Complete specifications, hints, and starter code included.

intermediate

python packaging pyproject.toml pip publish PyPI 2024 Challenge

Solve the coding problem on python packaging pyproject.toml pip publish PyPI 2024. Complete specifications, hints, and starter code included.

intermediate

python performance profiling cProfile timeit optimization 2024 Challenge

Solve the coding problem on python performance profiling cProfile timeit optimization 2024. Complete specifications, hints, and starter code included.

intermediate

python pytest unit testing fixtures mocking 2024 Challenge

Solve the coding problem on python pytest unit testing fixtures mocking 2024. Complete specifications, hints, and starter code included.

intermediate

python regex re module match search findall groups 2024 Challenge

Solve the coding problem on python regex re module match search findall groups 2024. Complete specifications, hints, and starter code included.

intermediate

python sets add remove union intersection difference 2024 Challenge

Solve the coding problem on python sets add remove union intersection difference 2024. Complete specifications, hints, and starter code included.

intermediate

python strings methods formatting f-strings 2024 Challenge

Solve the coding problem on python strings methods formatting f-strings 2024. Complete specifications, hints, and starter code included.

intermediate

python syntax rules indentation whitespace tutorial Challenge

Solve the coding problem on python syntax rules indentation whitespace tutorial. Complete specifications, hints, and starter code included.

intermediate

python threading GIL multithreading concurrent 2024 Challenge

Solve the coding problem on python threading GIL multithreading concurrent 2024. Complete specifications, hints, and starter code included.

intermediate

python try except finally raise custom exceptions 2024 Challenge

Solve the coding problem on python try except finally raise custom exceptions 2024. Complete specifications, hints, and starter code included.

intermediate

python tuples immutable packing unpacking 2024 Challenge

Solve the coding problem on python tuples immutable packing unpacking 2024. Complete specifications, hints, and starter code included.

intermediate

python variables naming conventions assignment rules 2024 Challenge

Solve the coding problem on python variables naming conventions assignment rules 2024. Complete specifications, hints, and starter code included.

intermediate

python virtualenv venv poetry uv package management 2024 Challenge

Solve the coding problem on python virtualenv venv poetry uv package management 2024. Complete specifications, hints, and starter code included.

intermediate

python while loop break continue else tutorial 2024 Challenge

Solve the coding problem on python while loop break continue else tutorial 2024. Complete specifications, hints, and starter code included.

intermediate

what is python programming 2024 overview use cases Challenge

Solve the coding problem on what is python programming 2024 overview use cases. Complete specifications, hints, and starter code included.