Skip to content

geektimus/python-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Challenges

A collection of Python programming challenges and utilities.

Project Structure

  • src/challenges/: Algorithm implementations
  • src/utils/: Utility functions and classes
  • tests/: Test suite using pytest

Development

Setup

pip install -e ".[dev]"

Run Tests

pytest

Format Code

black src tests
isort src tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages