Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vkuznet/py_vs_go_tutorial

Py vs Go tutorial for developing data services
https://github.com/vkuznet/py_vs_go_tutorial

Last synced: 30 days ago
JSON representation

Py vs Go tutorial for developing data services

Awesome Lists containing this project

README

        

Set of tutorials to outline pros/cons of development simple data services using
python and go languages.

Please refer to specific topics below which explains how it is done in Go:
- Python tutorials:
- [http](py/http/README.md)
- [dataframe](py/dataframe/README.md)
- [memory](py/memory/README.md)

- GoGlang tutorials:
- [syntax](go/syntax/README.md)
- [http](go/http/README.md)
- [dataframe](go/dataframe/README.md)
- [tests](tests/README.md)
- [memory](go/memory/README.md)
- [gin](go/gin/README.md)
- [concurrency](go/concurrency/README.md)