Public Python challenges shared by the EraCode community. These pages are teasers — skill maintenance starts when you attempt the full problem inside EraCode.
Quick practice on Python data structures: understand heap behavior and implement a small top-K selection using a heap.
Practice a small routing/navigational pattern: choosing the right handler for a URL path using a compiled route table.