alefeans / python-exercises

Using the Pythonic way to solve problems :snake:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :snake:

License:MIT License


Languages

Language:Python 100.0%