Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braheezy/gobites
Learning Go, one Python challenge at a time
https://github.com/braheezy/gobites
Last synced: 2 days ago
JSON representation
Learning Go, one Python challenge at a time
- Host: GitHub
- URL: https://github.com/braheezy/gobites
- Owner: braheezy
- Created: 2022-07-24T23:16:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T03:48:30.000Z (over 2 years ago)
- Last Synced: 2024-11-10T13:35:25.186Z (2 months ago)
- Language: Go
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gobites
This project contain my Go implementations to the challenges provided by the great [Pybites](https://codechalleng.es/challenges/) team.I did a handful of these [challenges in Python](https://github.com/braheezy/pybites) as designed. They were so effective that as I started to learn Go, they seemed like a good content to reuse.
Each Pybites challenge usually comes with some scaffolding and test code to help the student focus on the challenge itself. This must be ported to Go before the challenge can be started. While this means more typing, it's a great learning multiplier.