Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.