https://github.com/lancelote/stepic_python_in_action_eng
Code for Stepic course Python in Action (eng)
https://github.com/lancelote/stepic_python_in_action_eng
adaptive algorithms kata python stepik
Last synced: 2 months ago
JSON representation
Code for Stepic course Python in Action (eng)
- Host: GitHub
- URL: https://github.com/lancelote/stepic_python_in_action_eng
- Owner: lancelote
- Created: 2016-06-20T09:01:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T20:52:27.000Z (about 8 years ago)
- Last Synced: 2025-03-29T00:12:49.996Z (2 months ago)
- Topics: adaptive, algorithms, kata, python, stepik
- Language: Python
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://requires.io/github/lancelote/stepic_python_in_action_eng/requirements/?branch=master)
[](https://travis-ci.org/lancelote/stepic_python_in_action_eng)# stepic_python_in_action_eng
Code for [Stepic][1] course [Python in Action (eng)][2]
## Requirements
- Python 3
- Inside virtual environment: `pip install -r requirements.txt`## Utils
Simple scripts to handle the project routine tasks
### Tests
- `invoke tests` - uses (`pytest`)
### Syntax Validation
- `invoke syntax` - uses (`pylint`)
### New Solution
- `invoke new 135` will create solution and test file templates for s135
### Renaming
- `invoke rename` will rename all solutions and test files (imports will be
auto fixed), renaming logic defined in the `update_number` function inside
[`utils.py`](utils/utils.py)[1]: https://stepic.org/
[2]: https://stepic.org/course/Adaptive-Python-%CE%B2-568