Sorted by
Language
Difficulty
{ Python }
173 locations 100+ plays
Python one-liners from popular libraries - perfect for beginners or for a casual challenge. Immediate context makes it possible to get the answer without browsing much code.
{ Python }
223 locations 100+ plays
Challenging for Python coders with a decent amount of experience. Includes locations that require knowledge of advanced language features or of the standard library. Often requires reading and understanding a chunk of surrounding code.
{ Python }
136 locations <10 plays
Python algorithms and data structures from The Algorithms: https://github.com/TheAlgorithms/Python Ideal game for the active study of fundamental Computer Science concepts with real Python code Includes beginner to intermediate content from Arrays, Linked Lists, Queues, Stacks, Heaps, Trees, Hashing, Backtracking, Bit manipulation, Conversions
{ Python }
93 locations <10 plays
Advanced Python algorithms and data structures from The Algorithms: https://github.com/TheAlgorithms/Python Hard problems! Ideal game for the active study of advanced Computer Science concepts with real Python code but you'll need some prior background in algorithms. Includes advanced content from Arrays, Linked Lists, Heaps, Trees, Tries, Hashing, Backtracking, Bit manipulation, Conversions, Cellular automata