Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/md-abid-hussain/coding-challenges-john-crickett
Coding challenges by John Cricket
https://github.com/md-abid-hussain/coding-challenges-john-crickett
challenge coding-challenge john-crickett-coding-challenge python3
Last synced: about 1 month ago
JSON representation
Coding challenges by John Cricket
- Host: GitHub
- URL: https://github.com/md-abid-hussain/coding-challenges-john-crickett
- Owner: md-abid-hussain
- Created: 2024-04-07T15:44:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T14:30:27.000Z (8 months ago)
- Last Synced: 2024-05-18T19:51:54.253Z (8 months ago)
- Topics: challenge, coding-challenge, john-crickett-coding-challenge, python3
- Language: Python
- Homepage: https://codingchallenges.fyi/challenges/intro
- Size: 163 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coding challenges by John Crickett
### Link : https://codingchallenges.fyi/challenges/intro
### Running tests
```python
pip install -r requirements.txt
``````python
pytest -v
```