https://github.com/zrma/1d1python
1 day 1 coding with python
https://github.com/zrma/1d1python
algorithm coding excercises practice python
Last synced: 21 days ago
JSON representation
1 day 1 coding with python
- Host: GitHub
- URL: https://github.com/zrma/1d1python
- Owner: zrma
- Created: 2019-03-14T12:39:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T19:51:14.000Z (almost 2 years ago)
- Last Synced: 2024-02-27T20:48:39.869Z (almost 2 years ago)
- Topics: algorithm, coding, excercises, practice, python
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1d1python
[](https://github.com/zrma/1d1python/actions)
[](https://sonarcloud.io/dashboard?id=1d1python)
[](https://coveralls.io/github/zrma/1d1python?branch=master)
[](https://codecov.io/gh/zrma/1d1python)
[](https://deepsource.io/gh/zrma/1d1python/?ref=repository-badge)
[](https://deepsource.io/gh/zrma/1d1python/?ref=repository-badge)
1 day 1 coding with python
## Requirements
- uv
- direnv
## 설치 및 설정
```shell
# uv 설치
$ curl -LsSf https://astral.sh/uv/0.6.13/install.sh | sh
# direnv 설치
$ curl -sfL https://direnv.net/install.sh | bash
$ direnv allow
$ echo "direnv 설정이 완료되었습니다. 이 디렉토리에 진입하면 환경이 자동으로 활성화됩니다."
# 개발 환경 설정
$ uv sync
# pre-commit 설치
$ pre-commit install
```
## Test on Docker
```shell
./test.sh
```