Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vkuznet/py_vs_go_tutorial
- Owner: vkuznet
- License: mit
- Created: 2023-10-06T12:43:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T12:44:24.000Z (about 1 year ago)
- Last Synced: 2024-10-30T06:39:19.173Z (3 months ago)
- Language: Go
- Size: 715 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)