Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Coding Challenges

A collection of Python coding challenges with test-driven development.

Project Structure

Each challenge is organized in its own directory with the following structure:

  • solution.py: Write your solution here
  • test_*.py: Contains challenge description and tests

Running Challenges

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run a specific challenge:

    python run_challenge.py easy/sum

Adding New Challenges

  1. Create a new directory under the appropriate difficulty level
  2. Add solution.py with the function stub
  3. Add test_*.py with challenge description and tests

Todo:

  • Add a watch process
  • Add helpful errors when tests fail
  • Add a lot more challenges

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages