Open main menu
python-fiddle.com
Examples
Tools
Learning
AI Data Analyst
Sign In
Examples
Tools
Learning
AI Data Analyst
Chrome Extension
Sign In
0 out of 68 challenges solved
Advanced Python Coding Challenges
Write code and run it in real-time to get instant feedback on your progress.
☐
Check for balanced parentheses, brackets, and braces
Advanced
strings
☐
Function composition by taking two functions as input and returning a composed function
Advanced
functions
☐
Read a CSV file and extracts data from specific columns
Advanced
files
CSV
☐
Extract email addresses
Advanced
regex
strings
☐
Find common elements across multiple lists
Advanced
sets
lists
☐
Flatten a tree
Advanced
recursion
☐
Transpose a matrix
Advanced
zip
matrices
☐
Partial function application
Advanced
functions
☐
Validate a password
Advanced
regex
strings
☐
Calculate the sum of all the numbers in a tree structure
Advanced
recursion
☐
Calculate the depth of a tree
Advanced
recursion
☐
Find the largest value in a tree
Advanced
recursion
Looking for more?
Newbie
Beginner
Intermediate
Advanced
errors
loops
lists
conditionals
dictionaries
strings
functions
comprehension
regex
math
sets
functional-programming
enumerate
functools
files
zip
CSV
recursion
matrices