Stack Trace Sanitizer
Implement a function that rewrites traceback file paths to basenames only.
Stack class
Implement a Stack class with push, pop, peek, is_empty, and size.
Valid parentheses
Return True if brackets in the string close in the correct order.
Previous Smaller Element
Find the nearest previous index with a smaller value for every element in an array.
Cycle Detection in a Directed Graph
Use DFS with a recursion stack to detect cycles in a directed graph.
Balanced brackets in string
Check if a string of brackets is properly balanced using a stack-based approach.
Next Greater Element
Return a list where each position holds the next greater element to the right, or -1 if none exists.
Showing 7 challenges · easy
Guide: free Python coding challenges
Practice Python by solving problems
PythonSkillset challenges are hands-on coding exercises from beginner to advanced. Open a challenge, read the problem, write Python in the split-pane editor, and run tests with Pyodide — no install required.
How to use the arena
- Pick a category — basics, algorithms, strings, and more
- Open a challenge, read the statement, and edit the starter code
- Run tests, fix failures, then try a related quiz or tutorial lesson
Challenges vs tutorials and quizzes
Challenges test what you can build under constraints. For guided teaching, use our Python tutorials. For quick checks, try quizzes or copy snippets from code samples.