https://github.com/jtprogru/interview-task
Задачки с собеседований, LeetCode, CodeWars (решаю их на Python)
https://github.com/jtprogru/interview-task
interview interview-questions interview-tasks livecoding python testing
Last synced: 11 months ago
JSON representation
Задачки с собеседований, LeetCode, CodeWars (решаю их на Python)
- Host: GitHub
- URL: https://github.com/jtprogru/interview-task
- Owner: jtprogru
- License: mit
- Created: 2021-10-27T13:41:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T08:51:58.000Z (11 months ago)
- Last Synced: 2025-03-12T09:37:25.150Z (11 months ago)
- Topics: interview, interview-questions, interview-tasks, livecoding, python, testing
- Language: Python
- Homepage: https://jtprog.ru/dev-and-work/
- Size: 98.6 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# interview-task
[](https://github.com/psf/black)
[](https://github.com/jtprogru/interview-task/actions/workflows/testing.yml)
[](https://github.com/jtprogru/interview-task/stargazers)
[](https://github.com/jtprogru/interview-task/issues)
[](https://github.com/jtprogru/interview-task/blob/main/LICENSE)
Задачки с собеседований, LeetCode, CodeWars (решаю их на Python)
## Как запустить
```shell
# Создаем виртуальное окружение с дефолтным для системы python3
make venv
# Устанавливаем зависимости
make install-deps
# Запускаем все тесты (так же запускаются линтеры)
make test
# Запускаем только линтеры
make lint
```
## Добавить свою задачку
```shell
# Клонируем репозиторий
git clone https://github.com/jtprogru/interview-task.git
# Переходим в ветку dev
git checkout dev
# Добавляем новую задачу вместе с тестами
make newtask
# Пишем задачку и тесты для нее
# После чего прогоняем тесты и линтеры
make test
```
## Feedback
Если случилось так, что ты начал использовать сие поделие и у тебя появился фидбэк,
пожалуйста создай [issues](https://github.com/jtprogru/interview-task/issues) или
обратись в Telegram-чат [jtprogru_chat](https://t.me/jtprogru_chat).
## Authors
- Michael Savin
- :octocat: [@jtprogru](https://www.github.com/jtprogru)
- :bird: [@jtprogru](https://www.twitter.com/jtprogru)
- :moneybag: [savinmi.ru](https://savinmi.ru)
## License
[LICENSE](LICENSE)