Skip to content

alefeans/python-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8ccb016 Ā· Dec 17, 2023

History

90 Commits
Dec 9, 2023
Sep 17, 2023
Sep 17, 2023
Dec 17, 2023
Jan 2, 2019
Sep 17, 2023
Sep 17, 2023
Sep 18, 2023
Jan 2, 2019
Jan 2, 2019
Oct 13, 2023
Sep 17, 2023
Sep 17, 2023

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