Go
Go in general
- go.dev
- /doc - golang entry point
- /blog - bedtime readings
- /tour - A Tour of Go
- Effective Go - must read
- Go by Example
- Go101.org
- Exercism Go Tracks
Go Advanced
- Strings, bytes, runes and characters
- Go Slices: usage and internals
- Regular Expressions
- Templates
- Interfaces
Go CLI libraries
- something simple: flag
- if flag is not enough: spf13/pflag
- variable management: spf13/viper
Also see a dedicated section in Awesome Go.
Go Concurrency
Go Various
- Awesome Go
- Awesome Go Books
- samber/lo a Lodash-style Go library based on Go 1.18+ Generics
- go-ora
- Learn Go with Tests
Visual
The Pandas states for “panel data”, a term for multidmensional structured data-set. Pandas alone has an ability to produce simple tabular plots. However, it is impossible to customize the graph into more detaild visualisation just by using Pandas.
Seaborn is open-source library for data analysis «and visualisation» which integrates with Pandas. Seaborn is popular for making appealing statistical data graphs.
Bookeh was developed by Anaconda’s team with funding from DARPA. Open source project. An interactive library created for modern web browsers to visualise highly interactive plots and data applications. Bokeh’s method can create any kind of graphical plot including dash boards and variety of charts. The graph looks much nicer and cleaner. Bokeh method has a lot of customization option and functionality. Even though it looks nice, it does not make sense to use for a simple bar visualisation.
Pygal is a part of Python’s library that exports vector chars in different shapes and styles. Options for visualizations are wide open and include pie chars, bar graphs, histograms, maps and on.
Plotly aka Plot.ly because of its main platform online and interactive. Everything that is being created with the tool is posted on the web. Integrates well with Pandas.