https://github.com/polvallverdu/hpcodewarsbcn
A collection of HP CodeWars solutions of Barcelona. All made with python :D
https://github.com/polvallverdu/hpcodewarsbcn
code codewars hp hpcodewars python wars
Last synced: 3 months ago
JSON representation
A collection of HP CodeWars solutions of Barcelona. All made with python :D
- Host: GitHub
- URL: https://github.com/polvallverdu/hpcodewarsbcn
- Owner: polvallverdu
- License: mit
- Created: 2021-02-26T08:16:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T11:25:51.000Z (7 months ago)
- Last Synced: 2025-04-14T12:55:34.893Z (6 months ago)
- Topics: code, codewars, hp, hpcodewars, python, wars
- Language: Python
- Homepage:
- Size: 11.6 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HPCodeWarsBCN
Welcome to a public repository for my own HPCodeWars team. This repository is intended to be used as a reference for the team members and for the public. This is my last year here, so I'm trying to leave a legacy behind.
## Team members
- Pol Vallverdú (me): [website](https://polv.dev/), [twitter](https://twitter.com/pol_vallverdu)
- Pau Sevilla (pause): [website](https://pausevilla.com/), [twitter](https://twitter.com/pausiete7)## Interesting stuff
Here are some interesting stuff that I've found/created during the last years:
- Python notes (in Catalan): [NOTES.md](https://github.com/polvallverdu/HPCodeWarsBCN/blob/main/NOTES.md)
- Python notes (in English): Doesn't exist yet :(
- Past years PDFs: [PDFs](https://github.com/polvallverdu/HPCodeWarsBCN/tree/main/pdfs)
- Past year solutions (written by me and pause): [Solutions](https://github.com/polvallverdu/HPCodeWarsBCN/tree/main/solutions)
- Library we use: [lib.py](https://github.com/polvallverdu/HPCodeWarsBCN/blob/main/lib/lib.py)