◐ Shell
clean mode source ↗

GitHub - caburum/python-challenges: Small Python challenges with a problem, solution, and unit testing.

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Python Challenges

These are some small Python challenges. They all include the problem, solution, and unit testing.

Testing

main.py will run unit tests on every challenge. Running an individual challenge file will run tests just on it.

Contrubuting

Feel free to contribute new challenges, as long as they include a prompt that others can use to create their code and passing tests.