Skip to content

alefeans/python-exercises

Repository files navigation

Python Exercises

codecov MIT License Python

Here, you'll find solved code challenges from platforms like Hackerhank, Practice Python, Project Euler, some programming book exercises (e.g. Elements of Programming Interviews), common algorithms and data structures implementation, and others.

Running the Code

Until this commit, the code were all made using only the standard library, so the requirements are here just for the tests:

git clone https://github.com/alefeans/python-exercises.git .
python {platform}/{challenge}/{challenge}.py

Tests

Activate your Python virtual environment and run:

poetry install

# or

pip install .

Then:

pytest

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Using the Pythonic way to solve problems 🐍

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages